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()Specifies the storage class that you want your objects to use when Amazon S3 is a transfer destination.S3StorageClassDescribeLocationS3Response. s3StorageClass()When Amazon S3 is a destination location, this is the storage class that you chose for your objects.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)Specifies the storage class that you want your objects to use when Amazon S3 is a transfer destination.DescribeLocationS3Response.BuilderDescribeLocationS3Response.Builder. s3StorageClass(S3StorageClass s3StorageClass)When Amazon S3 is a destination location, this is the storage class that you chose for your objects.
-