| Package | Description |
|---|---|
| software.amazon.awssdk.services.datasync.model | |
| software.amazon.awssdk.services.datasync.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<LocationListEntry> |
ListLocationsResponse.locations()
An array that contains a list of locations.
|
| Modifier and Type | Method and Description |
|---|---|
ListLocationsResponse.Builder |
ListLocationsResponse.Builder.locations(LocationListEntry... locations)
An array that contains a list of locations.
|
| Modifier and Type | Method and Description |
|---|---|
ListLocationsResponse.Builder |
ListLocationsResponse.Builder.locations(Collection<LocationListEntry> locations)
An array that contains a list of locations.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<LocationListEntry> |
ListLocationsPublisher.locations()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<LocationListEntry> |
ListLocationsIterable.locations()
Returns an iterable to iterate through the paginated
ListLocationsResponse.locations() member. |
Copyright © 2023. All rights reserved.