| Package | Description |
|---|---|
| software.amazon.awssdk.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
static ListStorageSystemsResponse.Builder |
ListStorageSystemsResponse.builder() |
ListStorageSystemsResponse.Builder |
ListStorageSystemsResponse.Builder.nextToken(String nextToken)
The opaque string that indicates the position to begin the next list of results in the response.
|
ListStorageSystemsResponse.Builder |
ListStorageSystemsResponse.Builder.storageSystems(Collection<StorageSystemListEntry> storageSystems)
The Amazon Resource Names ARNs) of the on-premises storage systems that you're using with DataSync Discovery.
|
ListStorageSystemsResponse.Builder |
ListStorageSystemsResponse.Builder.storageSystems(Consumer<StorageSystemListEntry.Builder>... storageSystems)
The Amazon Resource Names ARNs) of the on-premises storage systems that you're using with DataSync Discovery.
|
ListStorageSystemsResponse.Builder |
ListStorageSystemsResponse.Builder.storageSystems(StorageSystemListEntry... storageSystems)
The Amazon Resource Names ARNs) of the on-premises storage systems that you're using with DataSync Discovery.
|
ListStorageSystemsResponse.Builder |
ListStorageSystemsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListStorageSystemsResponse.Builder> |
ListStorageSystemsResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.