Uses of Enum
software.amazon.awssdk.services.s3.model.TransitionStorageClass
Packages that use TransitionStorageClass
-
Uses of TransitionStorageClass in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return TransitionStorageClassModifier and TypeMethodDescriptionstatic TransitionStorageClassUse this in place of valueOf to convert the raw string returned by the service into the enum value.final TransitionStorageClassNoncurrentVersionTransition.storageClass()The class of storage used to store the object.final TransitionStorageClassTransition.storageClass()The storage class to which you want the object to transition.static TransitionStorageClassReturns the enum constant of this type with the specified name.static TransitionStorageClass[]TransitionStorageClass.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 TransitionStorageClassModifier and TypeMethodDescriptionstatic Set<TransitionStorageClass>TransitionStorageClass.knownValues()Methods in software.amazon.awssdk.services.s3.model with parameters of type TransitionStorageClassModifier and TypeMethodDescriptionNoncurrentVersionTransition.Builder.storageClass(TransitionStorageClass storageClass) The class of storage used to store the object.Transition.Builder.storageClass(TransitionStorageClass storageClass) The storage class to which you want the object to transition.