Uses of Class
software.amazon.awssdk.services.datasync.model.DescribeLocationS3Response
-
Packages that use DescribeLocationS3Response Package Description software.amazon.awssdk.services.datasync DataSync -
-
Uses of DescribeLocationS3Response in software.amazon.awssdk.services.datasync
Methods in software.amazon.awssdk.services.datasync that return DescribeLocationS3Response Modifier and Type Method Description default DescribeLocationS3ResponseDataSyncClient. describeLocationS3(Consumer<DescribeLocationS3Request.Builder> describeLocationS3Request)Provides details about how an DataSync transfer location for an S3 bucket is configured.default DescribeLocationS3ResponseDataSyncClient. describeLocationS3(DescribeLocationS3Request describeLocationS3Request)Provides details about how an DataSync transfer location for an S3 bucket is configured.Methods in software.amazon.awssdk.services.datasync that return types with arguments of type DescribeLocationS3Response Modifier and Type Method Description default CompletableFuture<DescribeLocationS3Response>DataSyncAsyncClient. describeLocationS3(Consumer<DescribeLocationS3Request.Builder> describeLocationS3Request)Provides details about how an DataSync transfer location for an S3 bucket is configured.default CompletableFuture<DescribeLocationS3Response>DataSyncAsyncClient. describeLocationS3(DescribeLocationS3Request describeLocationS3Request)Provides details about how an DataSync transfer location for an S3 bucket is configured.
-