| Package | Description |
|---|---|
| software.amazon.awssdk.services.datasync |
|
| software.amazon.awssdk.services.datasync.model |
| 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 ListStorageSystemsResponse |
DataSyncClient.listStorageSystems(Consumer<ListStorageSystemsRequest.Builder> listStorageSystemsRequest)
Lists the on-premises storage systems that you're using with DataSync Discovery.
|
default ListStorageSystemsPublisher |
DataSyncAsyncClient.listStorageSystemsPaginator(Consumer<ListStorageSystemsRequest.Builder> listStorageSystemsRequest)
Lists the on-premises storage systems that you're using with DataSync Discovery.
|
default ListStorageSystemsIterable |
DataSyncClient.listStorageSystemsPaginator(Consumer<ListStorageSystemsRequest.Builder> listStorageSystemsRequest)
Lists the on-premises storage systems that you're using with DataSync Discovery.
|
| Modifier and Type | Method and Description |
|---|---|
static ListStorageSystemsRequest.Builder |
ListStorageSystemsRequest.builder() |
ListStorageSystemsRequest.Builder |
ListStorageSystemsRequest.Builder.maxResults(Integer maxResults)
Specifies how many results you want in the response.
|
ListStorageSystemsRequest.Builder |
ListStorageSystemsRequest.Builder.nextToken(String nextToken)
Specifies an opaque string that indicates the position to begin the next list of results in the response.
|
ListStorageSystemsRequest.Builder |
ListStorageSystemsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListStorageSystemsRequest.Builder |
ListStorageSystemsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListStorageSystemsRequest.Builder |
ListStorageSystemsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListStorageSystemsRequest.Builder> |
ListStorageSystemsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.