Uses of Class
software.amazon.awssdk.services.gamelift.model.LocationModel
-
Packages that use LocationModel Package Description software.amazon.awssdk.services.gamelift.model software.amazon.awssdk.services.gamelift.paginators -
-
Uses of LocationModel in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return LocationModel Modifier and Type Method Description LocationModelCreateLocationResponse. location()The details of the custom location you created.Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type LocationModel Modifier and Type Method Description List<LocationModel>ListLocationsResponse. locations()A collection of locations.Methods in software.amazon.awssdk.services.gamelift.model with parameters of type LocationModel Modifier and Type Method Description CreateLocationResponse.BuilderCreateLocationResponse.Builder. location(LocationModel location)The details of the custom location you created.ListLocationsResponse.BuilderListLocationsResponse.Builder. locations(LocationModel... locations)A collection of locations.Method parameters in software.amazon.awssdk.services.gamelift.model with type arguments of type LocationModel Modifier and Type Method Description ListLocationsResponse.BuilderListLocationsResponse.Builder. locations(Collection<LocationModel> locations)A collection of locations. -
Uses of LocationModel in software.amazon.awssdk.services.gamelift.paginators
Methods in software.amazon.awssdk.services.gamelift.paginators that return types with arguments of type LocationModel Modifier and Type Method Description SdkIterable<LocationModel>ListLocationsIterable. locations()Returns an iterable to iterate through the paginatedListLocationsResponse.locations()member.SdkPublisher<LocationModel>ListLocationsPublisher. locations()Returns a publisher that can be used to get a stream of data.
-