Uses of Class
software.amazon.awssdk.services.cloudwatch.model.RecentlyActive
-
Packages that use RecentlyActive Package Description software.amazon.awssdk.services.cloudwatch.model -
-
Uses of RecentlyActive in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return RecentlyActive Modifier and Type Method Description static RecentlyActiveRecentlyActive. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.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 RecentlyActiveRecentlyActive. valueOf(String name)Returns 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 RecentlyActive Modifier and Type Method Description static Set<RecentlyActive>RecentlyActive. knownValues()Methods in software.amazon.awssdk.services.cloudwatch.model with parameters of type RecentlyActive Modifier and Type Method Description ListMetricsRequest.BuilderListMetricsRequest.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.
-