Uses of Class
software.amazon.awssdk.services.datasync.model.ListStorageSystemsResponse
-
Packages that use ListStorageSystemsResponse Package Description software.amazon.awssdk.services.datasync DataSync software.amazon.awssdk.services.datasync.paginators -
-
Uses of ListStorageSystemsResponse in software.amazon.awssdk.services.datasync
Methods in software.amazon.awssdk.services.datasync that return ListStorageSystemsResponse Modifier and Type Method Description default ListStorageSystemsResponseDataSyncClient. listStorageSystems(Consumer<ListStorageSystemsRequest.Builder> 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.Methods in software.amazon.awssdk.services.datasync that return types with arguments of type ListStorageSystemsResponse Modifier and Type Method Description default CompletableFuture<ListStorageSystemsResponse>DataSyncAsyncClient. listStorageSystems(Consumer<ListStorageSystemsRequest.Builder> listStorageSystemsRequest)Lists the on-premises storage systems that you're using with DataSync Discovery.default CompletableFuture<ListStorageSystemsResponse>DataSyncAsyncClient. listStorageSystems(ListStorageSystemsRequest listStorageSystemsRequest)Lists the on-premises storage systems that you're using with DataSync Discovery. -
Uses of ListStorageSystemsResponse in software.amazon.awssdk.services.datasync.paginators
Methods in software.amazon.awssdk.services.datasync.paginators that return types with arguments of type ListStorageSystemsResponse Modifier and Type Method Description Iterator<ListStorageSystemsResponse>ListStorageSystemsIterable. iterator()Method parameters in software.amazon.awssdk.services.datasync.paginators with type arguments of type ListStorageSystemsResponse Modifier and Type Method Description voidListStorageSystemsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListStorageSystemsResponse> subscriber)
-