Uses of Enum
software.amazon.awssdk.services.s3.model.MetricsStatus
Packages that use MetricsStatus
-
Uses of MetricsStatus in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return MetricsStatusModifier and TypeMethodDescriptionstatic MetricsStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final MetricsStatusMetrics.status()Specifies whether the replication metrics are enabled.static MetricsStatusReturns the enum constant of this type with the specified name.static MetricsStatus[]MetricsStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type MetricsStatusMethods in software.amazon.awssdk.services.s3.model with parameters of type MetricsStatusModifier and TypeMethodDescriptionMetrics.Builder.status(MetricsStatus status) Specifies whether the replication metrics are enabled.