Uses of Class
software.amazon.awssdk.services.gamelift.model.ListGameServersResponse
-
Packages that use ListGameServersResponse 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 ListGameServersResponse in software.amazon.awssdk.services.gamelift
Methods in software.amazon.awssdk.services.gamelift that return ListGameServersResponse Modifier and Type Method Description default ListGameServersResponseGameLiftClient. listGameServers(Consumer<ListGameServersRequest.Builder> listGameServersRequest)This operation is used with the Amazon GameLift FleetIQ solution and game server groups.default ListGameServersResponseGameLiftClient. listGameServers(ListGameServersRequest listGameServersRequest)This operation is used with the Amazon GameLift FleetIQ solution and game server groups.Methods in software.amazon.awssdk.services.gamelift that return types with arguments of type ListGameServersResponse Modifier and Type Method Description default CompletableFuture<ListGameServersResponse>GameLiftAsyncClient. listGameServers(Consumer<ListGameServersRequest.Builder> listGameServersRequest)This operation is used with the Amazon GameLift FleetIQ solution and game server groups.default CompletableFuture<ListGameServersResponse>GameLiftAsyncClient. listGameServers(ListGameServersRequest listGameServersRequest)This operation is used with the Amazon GameLift FleetIQ solution and game server groups. -
Uses of ListGameServersResponse in software.amazon.awssdk.services.gamelift.paginators
Methods in software.amazon.awssdk.services.gamelift.paginators that return types with arguments of type ListGameServersResponse Modifier and Type Method Description Iterator<ListGameServersResponse>ListGameServersIterable. iterator()Method parameters in software.amazon.awssdk.services.gamelift.paginators with type arguments of type ListGameServersResponse Modifier and Type Method Description voidListGameServersPublisher. subscribe(org.reactivestreams.Subscriber<? super ListGameServersResponse> subscriber)
-