Uses of Class
software.amazon.awssdk.services.gamelift.paginators.ListLocationsIterable
-
Packages that use ListLocationsIterable 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. -
-
Uses of ListLocationsIterable in software.amazon.awssdk.services.gamelift
Methods in software.amazon.awssdk.services.gamelift that return ListLocationsIterable Modifier and Type Method Description default ListLocationsIterableGameLiftClient. listLocationsPaginator(Consumer<ListLocationsRequest.Builder> listLocationsRequest)This is a variant ofGameLiftClient.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.
-