Uses of Enum
software.amazon.awssdk.services.s3.model.StorageClass
Packages that use StorageClass
-
Uses of StorageClass in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return StorageClassModifier and TypeMethodDescriptionstatic StorageClassUse this in place of valueOf to convert the raw string returned by the service into the enum value.final StorageClassCopyObjectRequest.storageClass()If thex-amz-storage-classheader is not used, the copied object will be stored in theSTANDARDStorage Class by default.final StorageClassCreateMultipartUploadRequest.storageClass()By default, Amazon S3 uses the STANDARD Storage Class to store newly created objects.final StorageClassDestination.storageClass()The storage class to use when replicating objects, such as S3 Standard or reduced redundancy.final StorageClassGetObjectAttributesResponse.storageClass()Provides the storage class information of the object.final StorageClassGetObjectResponse.storageClass()Provides storage class information of the object.final StorageClassHeadObjectResponse.storageClass()Provides storage class information of the object.InvalidObjectStateException.storageClass()Returns the value of the StorageClass property for this object.final StorageClassListPartsResponse.storageClass()The class of storage used to store the uploaded object.final StorageClassMultipartUpload.storageClass()The class of storage used to store the object.final StorageClassPutObjectRequest.storageClass()By default, Amazon S3 uses the STANDARD Storage Class to store newly created objects.final StorageClassS3Location.storageClass()The class of storage used to store the restore results.final StorageClassWriteGetObjectResponseRequest.storageClass()Provides storage class information of the object.static StorageClassReturns the enum constant of this type with the specified name.static StorageClass[]StorageClass.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 StorageClassMethods in software.amazon.awssdk.services.s3.model with parameters of type StorageClassModifier and TypeMethodDescriptionCopyObjectRequest.Builder.storageClass(StorageClass storageClass) If thex-amz-storage-classheader is not used, the copied object will be stored in theSTANDARDStorage Class by default.CreateMultipartUploadRequest.Builder.storageClass(StorageClass storageClass) By default, Amazon S3 uses the STANDARD Storage Class to store newly created objects.Destination.Builder.storageClass(StorageClass storageClass) The storage class to use when replicating objects, such as S3 Standard or reduced redundancy.GetObjectAttributesResponse.Builder.storageClass(StorageClass storageClass) Provides the storage class information of the object.GetObjectResponse.Builder.storageClass(StorageClass storageClass) Provides storage class information of the object.HeadObjectResponse.Builder.storageClass(StorageClass storageClass) Provides storage class information of the object.InvalidObjectStateException.Builder.storageClass(StorageClass storageClass) Sets the value of the StorageClass property for this object.ListPartsResponse.Builder.storageClass(StorageClass storageClass) The class of storage used to store the uploaded object.MultipartUpload.Builder.storageClass(StorageClass storageClass) The class of storage used to store the object.PutObjectRequest.Builder.storageClass(StorageClass storageClass) By default, Amazon S3 uses the STANDARD Storage Class to store newly created objects.S3Location.Builder.storageClass(StorageClass storageClass) The class of storage used to store the restore results.WriteGetObjectResponseRequest.Builder.storageClass(StorageClass storageClass) Provides storage class information of the object.