Uses of Class
software.amazon.awssdk.services.datasync.model.UpdateStorageSystemRequest
-
Packages that use UpdateStorageSystemRequest Package Description software.amazon.awssdk.services.datasync DataSync software.amazon.awssdk.services.datasync.transform -
-
Uses of UpdateStorageSystemRequest in software.amazon.awssdk.services.datasync
Methods in software.amazon.awssdk.services.datasync with parameters of type UpdateStorageSystemRequest Modifier and Type Method Description default CompletableFuture<UpdateStorageSystemResponse>DataSyncAsyncClient. updateStorageSystem(UpdateStorageSystemRequest 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. -
Uses of UpdateStorageSystemRequest in software.amazon.awssdk.services.datasync.transform
Methods in software.amazon.awssdk.services.datasync.transform with parameters of type UpdateStorageSystemRequest Modifier and Type Method Description SdkHttpFullRequestUpdateStorageSystemRequestMarshaller. marshall(UpdateStorageSystemRequest updateStorageSystemRequest)
-