| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift.model | |
| software.amazon.awssdk.services.gamelift.paginators |
| Modifier and Type | Method and Description |
|---|---|
LocationModel |
CreateLocationResponse.location()
The details of the custom location you created.
|
| Modifier and Type | Method and Description |
|---|---|
List<LocationModel> |
ListLocationsResponse.locations()
A collection of locations.
|
| Modifier and Type | Method and Description |
|---|---|
CreateLocationResponse.Builder |
CreateLocationResponse.Builder.location(LocationModel location)
The details of the custom location you created.
|
ListLocationsResponse.Builder |
ListLocationsResponse.Builder.locations(LocationModel... locations)
A collection of locations.
|
| Modifier and Type | Method and Description |
|---|---|
ListLocationsResponse.Builder |
ListLocationsResponse.Builder.locations(Collection<LocationModel> locations)
A collection of locations.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<LocationModel> |
ListLocationsIterable.locations()
Returns an iterable to iterate through the paginated
ListLocationsResponse.locations() member. |
SdkPublisher<LocationModel> |
ListLocationsPublisher.locations()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2022. All rights reserved.