Uses of Class
software.amazon.awssdk.services.s3.model.StorageClass
-
Packages that use StorageClass Package Description software.amazon.awssdk.services.s3.model -
-
Uses of StorageClass in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return StorageClass Modifier and Type Method Description static StorageClassStorageClass. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.StorageClassCopyObjectRequest. storageClass()If thex-amz-storage-classheader is not used, the copied object will be stored in theSTANDARDStorage Class by default.StorageClassCreateMultipartUploadRequest. storageClass()By default, Amazon S3 uses the STANDARD Storage Class to store newly created objects.StorageClassDestination. storageClass()The storage class to use when replicating objects, such as S3 Standard or reduced redundancy.StorageClassGetObjectAttributesResponse. storageClass()Provides the storage class information of the object.StorageClassGetObjectResponse. storageClass()Provides storage class information of the object.StorageClassHeadObjectResponse. storageClass()Provides storage class information of the object.StorageClassInvalidObjectStateException. storageClass()Returns the value of the StorageClass property for this object.StorageClassListPartsResponse. storageClass()The class of storage used to store the uploaded object.StorageClassMultipartUpload. storageClass()The class of storage used to store the object.StorageClassPutObjectRequest. storageClass()By default, Amazon S3 uses the STANDARD Storage Class to store newly created objects.StorageClassS3Location. storageClass()The class of storage used to store the restore results.StorageClassWriteGetObjectResponseRequest. storageClass()Provides storage class information of the object.static StorageClassStorageClass. valueOf(String name)Returns 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 StorageClass Modifier and Type Method Description static Set<StorageClass>StorageClass. knownValues()Methods in software.amazon.awssdk.services.s3.model with parameters of type StorageClass Modifier and Type Method Description CopyObjectRequest.BuilderCopyObjectRequest.Builder. storageClass(StorageClass storageClass)If thex-amz-storage-classheader is not used, the copied object will be stored in theSTANDARDStorage Class by default.CreateMultipartUploadRequest.BuilderCreateMultipartUploadRequest.Builder. storageClass(StorageClass storageClass)By default, Amazon S3 uses the STANDARD Storage Class to store newly created objects.Destination.BuilderDestination.Builder. storageClass(StorageClass storageClass)The storage class to use when replicating objects, such as S3 Standard or reduced redundancy.GetObjectAttributesResponse.BuilderGetObjectAttributesResponse.Builder. storageClass(StorageClass storageClass)Provides the storage class information of the object.GetObjectResponse.BuilderGetObjectResponse.Builder. storageClass(StorageClass storageClass)Provides storage class information of the object.HeadObjectResponse.BuilderHeadObjectResponse.Builder. storageClass(StorageClass storageClass)Provides storage class information of the object.InvalidObjectStateException.BuilderInvalidObjectStateException.Builder. storageClass(StorageClass storageClass)Sets the value of the StorageClass property for this object.ListPartsResponse.BuilderListPartsResponse.Builder. storageClass(StorageClass storageClass)The class of storage used to store the uploaded object.MultipartUpload.BuilderMultipartUpload.Builder. storageClass(StorageClass storageClass)The class of storage used to store the object.PutObjectRequest.BuilderPutObjectRequest.Builder. storageClass(StorageClass storageClass)By default, Amazon S3 uses the STANDARD Storage Class to store newly created objects.S3Location.BuilderS3Location.Builder. storageClass(StorageClass storageClass)The class of storage used to store the restore results.WriteGetObjectResponseRequest.BuilderWriteGetObjectResponseRequest.Builder. storageClass(StorageClass storageClass)Provides storage class information of the object.
-