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