Uses of Class
software.amazon.awssdk.services.datasync.model.UpdateStorageSystemResponse
-
Packages that use UpdateStorageSystemResponse Package Description software.amazon.awssdk.services.datasync DataSync -
-
Uses of UpdateStorageSystemResponse in software.amazon.awssdk.services.datasync
Methods in software.amazon.awssdk.services.datasync that return UpdateStorageSystemResponse Modifier and Type Method Description default UpdateStorageSystemResponseDataSyncClient. updateStorageSystem(Consumer<UpdateStorageSystemRequest.Builder> updateStorageSystemRequest)Modifies some configurations of an on-premises storage system resource that you're using with DataSync Discovery.default UpdateStorageSystemResponseDataSyncClient. updateStorageSystem(UpdateStorageSystemRequest updateStorageSystemRequest)Modifies some configurations of an on-premises storage system resource that you're using with DataSync Discovery.Methods in software.amazon.awssdk.services.datasync that return types with arguments of type UpdateStorageSystemResponse Modifier and Type Method Description default CompletableFuture<UpdateStorageSystemResponse>DataSyncAsyncClient. updateStorageSystem(Consumer<UpdateStorageSystemRequest.Builder> updateStorageSystemRequest)Modifies some configurations of an on-premises storage system resource that you're using with DataSync Discovery.default CompletableFuture<UpdateStorageSystemResponse>DataSyncAsyncClient. updateStorageSystem(UpdateStorageSystemRequest updateStorageSystemRequest)Modifies some configurations of an on-premises storage system resource that you're using with DataSync Discovery.
-