Uses of Class
software.amazon.awssdk.services.s3.model.TransitionStorageClass
-
Packages that use TransitionStorageClass Package Description software.amazon.awssdk.services.s3.model -
-
Uses of TransitionStorageClass in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return TransitionStorageClass Modifier and Type Method Description static TransitionStorageClassTransitionStorageClass. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TransitionStorageClassNoncurrentVersionTransition. storageClass()The class of storage used to store the object.TransitionStorageClassTransition. storageClass()The storage class to which you want the object to transition.static TransitionStorageClassTransitionStorageClass. valueOf(String name)Returns 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 TransitionStorageClass Modifier and Type Method Description static Set<TransitionStorageClass>TransitionStorageClass. knownValues()Methods in software.amazon.awssdk.services.s3.model with parameters of type TransitionStorageClass Modifier and Type Method Description NoncurrentVersionTransition.BuilderNoncurrentVersionTransition.Builder. storageClass(TransitionStorageClass storageClass)The class of storage used to store the object.Transition.BuilderTransition.Builder. storageClass(TransitionStorageClass storageClass)The storage class to which you want the object to transition.
-