Uses of Class
software.amazon.awssdk.services.datasync.model.UpdateLocationS3Response
-
Packages that use UpdateLocationS3Response Package Description software.amazon.awssdk.services.datasync DataSync -
-
Uses of UpdateLocationS3Response in software.amazon.awssdk.services.datasync
Methods in software.amazon.awssdk.services.datasync that return UpdateLocationS3Response Modifier and Type Method Description default UpdateLocationS3ResponseDataSyncClient. updateLocationS3(Consumer<UpdateLocationS3Request.Builder> updateLocationS3Request)Modifies the following configuration parameters of the Amazon S3 transfer location that you're using with DataSync.default UpdateLocationS3ResponseDataSyncClient. updateLocationS3(UpdateLocationS3Request updateLocationS3Request)Modifies the following configuration parameters of the Amazon S3 transfer location that you're using with DataSync.Methods in software.amazon.awssdk.services.datasync that return types with arguments of type UpdateLocationS3Response Modifier and Type Method Description default CompletableFuture<UpdateLocationS3Response>DataSyncAsyncClient. updateLocationS3(Consumer<UpdateLocationS3Request.Builder> updateLocationS3Request)Modifies the following configuration parameters of the Amazon S3 transfer location that you're using with DataSync.default CompletableFuture<UpdateLocationS3Response>DataSyncAsyncClient. updateLocationS3(UpdateLocationS3Request updateLocationS3Request)Modifies the following configuration parameters of the Amazon S3 transfer location that you're using with DataSync.
-