Uses of Class
software.amazon.awssdk.services.datasync.model.AddStorageSystemResponse
-
Packages that use AddStorageSystemResponse Package Description software.amazon.awssdk.services.datasync DataSync -
-
Uses of AddStorageSystemResponse in software.amazon.awssdk.services.datasync
Methods in software.amazon.awssdk.services.datasync that return AddStorageSystemResponse Modifier and Type Method Description default AddStorageSystemResponseDataSyncClient. addStorageSystem(Consumer<AddStorageSystemRequest.Builder> addStorageSystemRequest)Creates an Amazon Web Services resource for an on-premises storage system that you want DataSync Discovery to collect information about.default AddStorageSystemResponseDataSyncClient. addStorageSystem(AddStorageSystemRequest addStorageSystemRequest)Creates an Amazon Web Services resource for an on-premises storage system that you want DataSync Discovery to collect information about.Methods in software.amazon.awssdk.services.datasync that return types with arguments of type AddStorageSystemResponse Modifier and Type Method Description default CompletableFuture<AddStorageSystemResponse>DataSyncAsyncClient. addStorageSystem(Consumer<AddStorageSystemRequest.Builder> addStorageSystemRequest)Creates an Amazon Web Services resource for an on-premises storage system that you want DataSync Discovery to collect information about.default CompletableFuture<AddStorageSystemResponse>DataSyncAsyncClient. addStorageSystem(AddStorageSystemRequest addStorageSystemRequest)Creates an Amazon Web Services resource for an on-premises storage system that you want DataSync Discovery to collect information about.
-