| Package | Description |
|---|---|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
LocationModel |
LocationModel.clone() |
LocationModel |
CreateLocationResult.getLocation()
The details of the custom location you created.
|
LocationModel |
LocationModel.withLocationArn(String locationArn)
The Amazon Resource Name (ARN)
that is assigned to a GameLift location resource and uniquely identifies it.
|
LocationModel |
LocationModel.withLocationName(String locationName)
The location's name.
|
| Modifier and Type | Method and Description |
|---|---|
List<LocationModel> |
ListLocationsResult.getLocations()
A collection of locations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateLocationResult.setLocation(LocationModel location)
The details of the custom location you created.
|
CreateLocationResult |
CreateLocationResult.withLocation(LocationModel location)
The details of the custom location you created.
|
ListLocationsResult |
ListLocationsResult.withLocations(LocationModel... locations)
A collection of locations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListLocationsResult.setLocations(Collection<LocationModel> locations)
A collection of locations.
|
ListLocationsResult |
ListLocationsResult.withLocations(Collection<LocationModel> locations)
A collection of locations.
|
Copyright © 2022. All rights reserved.