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)Updates some parameters of an existing DataSync location for an object storage system.default UpdateLocationObjectStorageResponseDataSyncClient. updateLocationObjectStorage(UpdateLocationObjectStorageRequest updateLocationObjectStorageRequest)Updates some parameters of an existing DataSync location for an object storage system.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)Updates some parameters of an existing DataSync location for an object storage system.default CompletableFuture<UpdateLocationObjectStorageResponse>DataSyncAsyncClient. updateLocationObjectStorage(UpdateLocationObjectStorageRequest updateLocationObjectStorageRequest)Updates some parameters of an existing DataSync location for an object storage system.
-