Uses of Enum
software.amazon.awssdk.services.cloudwatch.model.RecentlyActive
Packages that use RecentlyActive
-
Uses of RecentlyActive in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return RecentlyActiveModifier and TypeMethodDescriptionstatic RecentlyActiveUse this in place of valueOf to convert the raw string returned by the service into the enum value.final RecentlyActiveListMetricsRequest.recentlyActive()To filter the results to show only metrics that have had data points published in the past three hours, specify this parameter with a value ofPT3H.static RecentlyActiveReturns the enum constant of this type with the specified name.static RecentlyActive[]RecentlyActive.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type RecentlyActiveMethods in software.amazon.awssdk.services.cloudwatch.model with parameters of type RecentlyActiveModifier and TypeMethodDescriptionListMetricsRequest.Builder.recentlyActive(RecentlyActive recentlyActive) To filter the results to show only metrics that have had data points published in the past three hours, specify this parameter with a value ofPT3H.