Uses of Enum
software.amazon.awssdk.services.s3.model.IntelligentTieringStatus
Packages that use IntelligentTieringStatus
-
Uses of IntelligentTieringStatus in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return IntelligentTieringStatusModifier and TypeMethodDescriptionstatic IntelligentTieringStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final IntelligentTieringStatusIntelligentTieringConfiguration.status()Specifies the status of the configuration.static IntelligentTieringStatusReturns the enum constant of this type with the specified name.static IntelligentTieringStatus[]IntelligentTieringStatus.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 IntelligentTieringStatusModifier and TypeMethodDescriptionstatic Set<IntelligentTieringStatus>IntelligentTieringStatus.knownValues()Methods in software.amazon.awssdk.services.s3.model with parameters of type IntelligentTieringStatusModifier and TypeMethodDescriptionIntelligentTieringConfiguration.Builder.status(IntelligentTieringStatus status) Specifies the status of the configuration.