Uses of Enum
software.amazon.awssdk.services.s3.model.ObjectVersionStorageClass
Packages that use ObjectVersionStorageClass
-
Uses of ObjectVersionStorageClass in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return ObjectVersionStorageClassModifier and TypeMethodDescriptionstatic ObjectVersionStorageClassUse this in place of valueOf to convert the raw string returned by the service into the enum value.ObjectVersion.storageClass()The class of storage used to store the object.static ObjectVersionStorageClassReturns the enum constant of this type with the specified name.static ObjectVersionStorageClass[]ObjectVersionStorageClass.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 ObjectVersionStorageClassModifier and TypeMethodDescriptionstatic Set<ObjectVersionStorageClass>ObjectVersionStorageClass.knownValues()Methods in software.amazon.awssdk.services.s3.model with parameters of type ObjectVersionStorageClassModifier and TypeMethodDescriptionObjectVersion.Builder.storageClass(ObjectVersionStorageClass storageClass) The class of storage used to store the object.