Uses of Enum
software.amazon.awssdk.services.s3.model.IntelligentTieringAccessTier
Packages that use IntelligentTieringAccessTier
-
Uses of IntelligentTieringAccessTier in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return IntelligentTieringAccessTierModifier and TypeMethodDescriptionInvalidObjectStateException.accessTier()Returns the value of the AccessTier property for this object.Tiering.accessTier()S3 Intelligent-Tiering access tier.static IntelligentTieringAccessTierUse this in place of valueOf to convert the raw string returned by the service into the enum value.static IntelligentTieringAccessTierReturns the enum constant of this type with the specified name.static IntelligentTieringAccessTier[]IntelligentTieringAccessTier.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 IntelligentTieringAccessTierModifier and TypeMethodDescriptionstatic Set<IntelligentTieringAccessTier>IntelligentTieringAccessTier.knownValues()Methods in software.amazon.awssdk.services.s3.model with parameters of type IntelligentTieringAccessTierModifier and TypeMethodDescriptionInvalidObjectStateException.Builder.accessTier(IntelligentTieringAccessTier accessTier) Sets the value of the AccessTier property for this object.Tiering.Builder.accessTier(IntelligentTieringAccessTier accessTier) S3 Intelligent-Tiering access tier.