Uses of Class
software.amazon.awssdk.services.datasync.model.UpdateLocationObjectStorageResponse
-
Packages that use UpdateLocationObjectStorageResponse Package Description software.amazon.awssdk.services.datasync DataSync -
-
Uses of UpdateLocationObjectStorageResponse in software.amazon.awssdk.services.datasync
Methods in software.amazon.awssdk.services.datasync that return UpdateLocationObjectStorageResponse Modifier and Type Method Description default UpdateLocationObjectStorageResponseDataSyncClient. updateLocationObjectStorage(Consumer<UpdateLocationObjectStorageRequest.Builder> updateLocationObjectStorageRequest)Modifies the following configuration parameters of the object storage transfer location that you're using with DataSync.default UpdateLocationObjectStorageResponseDataSyncClient. updateLocationObjectStorage(UpdateLocationObjectStorageRequest updateLocationObjectStorageRequest)Modifies the following configuration parameters of the object storage transfer location that you're using with DataSync.Methods in software.amazon.awssdk.services.datasync that return types with arguments of type UpdateLocationObjectStorageResponse Modifier and Type Method Description default CompletableFuture<UpdateLocationObjectStorageResponse>DataSyncAsyncClient. updateLocationObjectStorage(Consumer<UpdateLocationObjectStorageRequest.Builder> updateLocationObjectStorageRequest)Modifies the following configuration parameters of the object storage transfer location that you're using with DataSync.default CompletableFuture<UpdateLocationObjectStorageResponse>DataSyncAsyncClient. updateLocationObjectStorage(UpdateLocationObjectStorageRequest updateLocationObjectStorageRequest)Modifies the following configuration parameters of the object storage transfer location that you're using with DataSync.
-