| Package | Description |
|---|---|
| software.amazon.awssdk.services.datasync |
|
| software.amazon.awssdk.services.datasync.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListStorageSystemsResponse |
DataSyncClient.listStorageSystems(Consumer<ListStorageSystemsRequest.Builder> listStorageSystemsRequest)
Lists the on-premises storage systems that you're using with DataSync Discovery.
|
default ListStorageSystemsResponse |
DataSyncClient.listStorageSystems(ListStorageSystemsRequest listStorageSystemsRequest)
Lists the on-premises storage systems that you're using with DataSync Discovery.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListStorageSystemsResponse> |
ListStorageSystemsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListStorageSystemsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListStorageSystemsResponse> subscriber) |
Copyright © 2023. All rights reserved.