Uses of Enum
software.amazon.awssdk.services.cloudfront.model.RealtimeMetricsSubscriptionStatus
Packages that use RealtimeMetricsSubscriptionStatus
-
Uses of RealtimeMetricsSubscriptionStatus in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return RealtimeMetricsSubscriptionStatusModifier and TypeMethodDescriptionUse this in place of valueOf to convert the raw string returned by the service into the enum value.RealtimeMetricsSubscriptionConfig.realtimeMetricsSubscriptionStatus()A flag that indicates whether additional CloudWatch metrics are enabled for a given CloudFront distribution.Returns the enum constant of this type with the specified name.static RealtimeMetricsSubscriptionStatus[]RealtimeMetricsSubscriptionStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type RealtimeMetricsSubscriptionStatusModifier and TypeMethodDescriptionstatic Set<RealtimeMetricsSubscriptionStatus>RealtimeMetricsSubscriptionStatus.knownValues()Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type RealtimeMetricsSubscriptionStatusModifier and TypeMethodDescriptionRealtimeMetricsSubscriptionConfig.Builder.realtimeMetricsSubscriptionStatus(RealtimeMetricsSubscriptionStatus realtimeMetricsSubscriptionStatus) A flag that indicates whether additional CloudWatch metrics are enabled for a given CloudFront distribution.