Package | Description |
---|---|
software.amazon.awssdk.services.s3.model |
Modifier and Type | Method and Description |
---|---|
static StorageClass |
StorageClass.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
StorageClass |
Destination.storageClass()
The storage class to use when replicating objects, such as S3 Standard or reduced redundancy.
|
StorageClass |
CopyObjectRequest.storageClass()
By default, Amazon S3 uses the STANDARD Storage Class to store newly created objects.
|
StorageClass |
CreateMultipartUploadRequest.storageClass()
By default, Amazon S3 uses the STANDARD Storage Class to store newly created objects.
|
StorageClass |
S3Location.storageClass()
The class of storage used to store the restore results.
|
StorageClass |
MultipartUpload.storageClass()
The class of storage used to store the object.
|
StorageClass |
GetObjectResponse.storageClass()
Provides storage class information of the object.
|
StorageClass |
InvalidObjectStateException.storageClass()
Returns the value of the StorageClass property for this object.
|
StorageClass |
ListPartsResponse.storageClass()
Class of storage (STANDARD or REDUCED_REDUNDANCY) used to store the uploaded object.
|
StorageClass |
WriteGetObjectResponseRequest.storageClass()
The class of storage used to store object in Amazon S3.
|
StorageClass |
PutObjectRequest.storageClass()
By default, Amazon S3 uses the STANDARD Storage Class to store newly created objects.
|
StorageClass |
HeadObjectResponse.storageClass()
Provides storage class information of the object.
|
static StorageClass |
StorageClass.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.
|
Modifier and Type | Method and Description |
---|---|
static Set<StorageClass> |
StorageClass.knownValues()
|
Modifier and Type | Method and Description |
---|---|
Destination.Builder |
Destination.Builder.storageClass(StorageClass storageClass)
The storage class to use when replicating objects, such as S3 Standard or reduced redundancy.
|
CopyObjectRequest.Builder |
CopyObjectRequest.Builder.storageClass(StorageClass storageClass)
By default, Amazon S3 uses the STANDARD Storage Class to store newly created objects.
|
CreateMultipartUploadRequest.Builder |
CreateMultipartUploadRequest.Builder.storageClass(StorageClass storageClass)
By default, Amazon S3 uses the STANDARD Storage Class to store newly created objects.
|
S3Location.Builder |
S3Location.Builder.storageClass(StorageClass storageClass)
The class of storage used to store the restore results.
|
MultipartUpload.Builder |
MultipartUpload.Builder.storageClass(StorageClass storageClass)
The class of storage used to store the object.
|
GetObjectResponse.Builder |
GetObjectResponse.Builder.storageClass(StorageClass storageClass)
Provides storage class information of the object.
|
InvalidObjectStateException.Builder |
InvalidObjectStateException.Builder.storageClass(StorageClass storageClass)
Sets the value of the StorageClass property for this object.
|
ListPartsResponse.Builder |
ListPartsResponse.Builder.storageClass(StorageClass storageClass)
Class of storage (STANDARD or REDUCED_REDUNDANCY) used to store the uploaded object.
|
WriteGetObjectResponseRequest.Builder |
WriteGetObjectResponseRequest.Builder.storageClass(StorageClass storageClass)
The class of storage used to store object in Amazon S3.
|
PutObjectRequest.Builder |
PutObjectRequest.Builder.storageClass(StorageClass storageClass)
By default, Amazon S3 uses the STANDARD Storage Class to store newly created objects.
|
HeadObjectResponse.Builder |
HeadObjectResponse.Builder.storageClass(StorageClass storageClass)
Provides storage class information of the object.
|
Copyright © 2021. All rights reserved.