| Package | Description |
|---|---|
| software.amazon.awssdk.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
static ListLocationsResponse.Builder |
ListLocationsResponse.builder() |
ListLocationsResponse.Builder |
ListLocationsResponse.Builder.locations(Collection<LocationListEntry> locations)
An array that contains a list of locations.
|
ListLocationsResponse.Builder |
ListLocationsResponse.Builder.locations(Consumer<LocationListEntry.Builder>... locations)
An array that contains a list of locations.
|
ListLocationsResponse.Builder |
ListLocationsResponse.Builder.locations(LocationListEntry... locations)
An array that contains a list of locations.
|
ListLocationsResponse.Builder |
ListLocationsResponse.Builder.nextToken(String nextToken)
An opaque string that indicates the position at which to begin returning the next list of locations.
|
ListLocationsResponse.Builder |
ListLocationsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListLocationsResponse.Builder> |
ListLocationsResponse.serializableBuilderClass() |
Copyright © 2020. All rights reserved.