Uses of Class
software.amazon.awssdk.services.transfer.model.S3StorageOptions
-
Packages that use S3StorageOptions Package Description software.amazon.awssdk.services.transfer.model -
-
Uses of S3StorageOptions in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return S3StorageOptions Modifier and Type Method Description S3StorageOptionsCreateServerRequest. s3StorageOptions()Specifies whether or not performance for your Amazon S3 directories is optimized.S3StorageOptionsDescribedServer. s3StorageOptions()Specifies whether or not performance for your Amazon S3 directories is optimized.S3StorageOptionsUpdateServerRequest. s3StorageOptions()Specifies whether or not performance for your Amazon S3 directories is optimized.Methods in software.amazon.awssdk.services.transfer.model with parameters of type S3StorageOptions Modifier and Type Method Description CreateServerRequest.BuilderCreateServerRequest.Builder. s3StorageOptions(S3StorageOptions s3StorageOptions)Specifies whether or not performance for your Amazon S3 directories is optimized.DescribedServer.BuilderDescribedServer.Builder. s3StorageOptions(S3StorageOptions s3StorageOptions)Specifies whether or not performance for your Amazon S3 directories is optimized.UpdateServerRequest.BuilderUpdateServerRequest.Builder. s3StorageOptions(S3StorageOptions s3StorageOptions)Specifies whether or not performance for your Amazon S3 directories is optimized.
-