Uses of Class
software.amazon.awssdk.services.gamelift.model.ListLocationsRequest
-
Packages that use ListLocationsRequest 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 software.amazon.awssdk.services.gamelift.transform -
-
Uses of ListLocationsRequest in software.amazon.awssdk.services.gamelift
Methods in software.amazon.awssdk.services.gamelift with parameters of type ListLocationsRequest Modifier and Type Method Description default CompletableFuture<ListLocationsResponse>GameLiftAsyncClient. listLocations(ListLocationsRequest listLocationsRequest)Lists all custom and Amazon Web Services locations.default ListLocationsResponseGameLiftClient. listLocations(ListLocationsRequest listLocationsRequest)Lists all custom and Amazon Web Services locations.default ListLocationsPublisherGameLiftAsyncClient. listLocationsPaginator(ListLocationsRequest listLocationsRequest)This is a variant ofGameLiftAsyncClient.listLocations(software.amazon.awssdk.services.gamelift.model.ListLocationsRequest)operation.default ListLocationsIterableGameLiftClient. listLocationsPaginator(ListLocationsRequest listLocationsRequest)This is a variant ofGameLiftClient.listLocations(software.amazon.awssdk.services.gamelift.model.ListLocationsRequest)operation. -
Uses of ListLocationsRequest in software.amazon.awssdk.services.gamelift.paginators
Constructors in software.amazon.awssdk.services.gamelift.paginators with parameters of type ListLocationsRequest Constructor Description ListLocationsIterable(GameLiftClient client, ListLocationsRequest firstRequest)ListLocationsPublisher(GameLiftAsyncClient client, ListLocationsRequest firstRequest) -
Uses of ListLocationsRequest in software.amazon.awssdk.services.gamelift.transform
Methods in software.amazon.awssdk.services.gamelift.transform with parameters of type ListLocationsRequest Modifier and Type Method Description SdkHttpFullRequestListLocationsRequestMarshaller. marshall(ListLocationsRequest listLocationsRequest)
-