Uses of Class
software.amazon.awssdk.services.datasync.model.S3Config
-
Packages that use S3Config Package Description software.amazon.awssdk.services.datasync.model -
-
Uses of S3Config in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return S3Config Modifier and Type Method Description S3ConfigCreateLocationS3Request. s3Config()Returns the value of the S3Config property for this object.S3ConfigDescribeLocationS3Response. s3Config()Returns the value of the S3Config property for this object.Methods in software.amazon.awssdk.services.datasync.model with parameters of type S3Config Modifier and Type Method Description CreateLocationS3Request.BuilderCreateLocationS3Request.Builder. s3Config(S3Config s3Config)Sets the value of the S3Config property for this object.DescribeLocationS3Response.BuilderDescribeLocationS3Response.Builder. s3Config(S3Config s3Config)Sets the value of the S3Config property for this object.
-