Uses of Class
software.amazon.awssdk.services.datasync.model.ListStorageSystemsRequest
-
Packages that use ListStorageSystemsRequest Package Description software.amazon.awssdk.services.datasync DataSync software.amazon.awssdk.services.datasync.paginators software.amazon.awssdk.services.datasync.transform -
-
Uses of ListStorageSystemsRequest in software.amazon.awssdk.services.datasync
Methods in software.amazon.awssdk.services.datasync with parameters of type ListStorageSystemsRequest Modifier and Type Method Description default CompletableFuture<ListStorageSystemsResponse>DataSyncAsyncClient. listStorageSystems(ListStorageSystemsRequest listStorageSystemsRequest)Lists the on-premises storage systems that you're using with DataSync Discovery.default ListStorageSystemsResponseDataSyncClient. listStorageSystems(ListStorageSystemsRequest listStorageSystemsRequest)Lists the on-premises storage systems that you're using with DataSync Discovery.default ListStorageSystemsPublisherDataSyncAsyncClient. listStorageSystemsPaginator(ListStorageSystemsRequest listStorageSystemsRequest)Lists the on-premises storage systems that you're using with DataSync Discovery.default ListStorageSystemsIterableDataSyncClient. listStorageSystemsPaginator(ListStorageSystemsRequest listStorageSystemsRequest)Lists the on-premises storage systems that you're using with DataSync Discovery. -
Uses of ListStorageSystemsRequest in software.amazon.awssdk.services.datasync.paginators
Constructors in software.amazon.awssdk.services.datasync.paginators with parameters of type ListStorageSystemsRequest Constructor Description ListStorageSystemsIterable(DataSyncClient client, ListStorageSystemsRequest firstRequest)ListStorageSystemsPublisher(DataSyncAsyncClient client, ListStorageSystemsRequest firstRequest) -
Uses of ListStorageSystemsRequest in software.amazon.awssdk.services.datasync.transform
Methods in software.amazon.awssdk.services.datasync.transform with parameters of type ListStorageSystemsRequest Modifier and Type Method Description SdkHttpFullRequestListStorageSystemsRequestMarshaller. marshall(ListStorageSystemsRequest listStorageSystemsRequest)
-