Uses of Class
software.amazon.awssdk.services.gamelift.model.ListLocationsResponse
-
Packages that use ListLocationsResponse Package Description software.amazon.awssdk.services.gamelift Amazon GameLift provides solutions for hosting session-based multiplayer game servers in the cloud, including tools for deploying, operating, and scaling game servers.software.amazon.awssdk.services.gamelift.paginators -
-
Uses of ListLocationsResponse in software.amazon.awssdk.services.gamelift
Methods in software.amazon.awssdk.services.gamelift that return ListLocationsResponse Modifier and Type Method Description default ListLocationsResponseGameLiftClient. listLocations(Consumer<ListLocationsRequest.Builder> listLocationsRequest)Lists all custom and Amazon Web Services locations.default ListLocationsResponseGameLiftClient. listLocations(ListLocationsRequest listLocationsRequest)Lists all custom and Amazon Web Services locations.Methods in software.amazon.awssdk.services.gamelift that return types with arguments of type ListLocationsResponse Modifier and Type Method Description default CompletableFuture<ListLocationsResponse>GameLiftAsyncClient. listLocations(Consumer<ListLocationsRequest.Builder> listLocationsRequest)Lists all custom and Amazon Web Services locations.default CompletableFuture<ListLocationsResponse>GameLiftAsyncClient. listLocations(ListLocationsRequest listLocationsRequest)Lists all custom and Amazon Web Services locations. -
Uses of ListLocationsResponse in software.amazon.awssdk.services.gamelift.paginators
Methods in software.amazon.awssdk.services.gamelift.paginators that return types with arguments of type ListLocationsResponse Modifier and Type Method Description Iterator<ListLocationsResponse>ListLocationsIterable. iterator()Method parameters in software.amazon.awssdk.services.gamelift.paginators with type arguments of type ListLocationsResponse Modifier and Type Method Description voidListLocationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListLocationsResponse> subscriber)
-