Uses of Class
software.amazon.awssdk.services.datasync.model.CreateLocationS3Response
-
Packages that use CreateLocationS3Response Package Description software.amazon.awssdk.services.datasync DataSync -
-
Uses of CreateLocationS3Response in software.amazon.awssdk.services.datasync
Methods in software.amazon.awssdk.services.datasync that return CreateLocationS3Response Modifier and Type Method Description default CreateLocationS3ResponseDataSyncClient. createLocationS3(Consumer<CreateLocationS3Request.Builder> createLocationS3Request)A location is an endpoint for an Amazon S3 bucket.default CreateLocationS3ResponseDataSyncClient. createLocationS3(CreateLocationS3Request createLocationS3Request)A location is an endpoint for an Amazon S3 bucket.Methods in software.amazon.awssdk.services.datasync that return types with arguments of type CreateLocationS3Response Modifier and Type Method Description default CompletableFuture<CreateLocationS3Response>DataSyncAsyncClient. createLocationS3(Consumer<CreateLocationS3Request.Builder> createLocationS3Request)A location is an endpoint for an Amazon S3 bucket.default CompletableFuture<CreateLocationS3Response>DataSyncAsyncClient. createLocationS3(CreateLocationS3Request createLocationS3Request)A location is an endpoint for an Amazon S3 bucket.
-