Uses of Class
software.amazon.awssdk.services.datasync.model.S3StorageClass
-
Packages that use S3StorageClass Package Description software.amazon.awssdk.services.datasync.model -
-
Uses of S3StorageClass in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return S3StorageClass Modifier and Type Method Description static S3StorageClassS3StorageClass. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.S3StorageClassCreateLocationS3Request. s3StorageClass()The Amazon S3 storage class that you want to store your files in when this location is used as a task destination.S3StorageClassDescribeLocationS3Response. s3StorageClass()The Amazon S3 storage class that you chose to store your files in when this location is used as a task destination.static S3StorageClassS3StorageClass. valueOf(String name)Returns the enum constant of this type with the specified name.static S3StorageClass[]S3StorageClass. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.datasync.model that return types with arguments of type S3StorageClass Modifier and Type Method Description static Set<S3StorageClass>S3StorageClass. knownValues()Methods in software.amazon.awssdk.services.datasync.model with parameters of type S3StorageClass Modifier and Type Method Description CreateLocationS3Request.BuilderCreateLocationS3Request.Builder. s3StorageClass(S3StorageClass s3StorageClass)The Amazon S3 storage class that you want to store your files in when this location is used as a task destination.DescribeLocationS3Response.BuilderDescribeLocationS3Response.Builder. s3StorageClass(S3StorageClass s3StorageClass)The Amazon S3 storage class that you chose to store your files in when this location is used as a task destination.
-