Uses of Class
software.amazon.awssdk.services.gamelift.model.ListGameServerGroupsResponse
-
Packages that use ListGameServerGroupsResponse 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 ListGameServerGroupsResponse in software.amazon.awssdk.services.gamelift
Methods in software.amazon.awssdk.services.gamelift that return ListGameServerGroupsResponse Modifier and Type Method Description default ListGameServerGroupsResponseGameLiftClient. listGameServerGroups(Consumer<ListGameServerGroupsRequest.Builder> listGameServerGroupsRequest)Lists a game server groups.default ListGameServerGroupsResponseGameLiftClient. listGameServerGroups(ListGameServerGroupsRequest listGameServerGroupsRequest)Lists a game server groups.Methods in software.amazon.awssdk.services.gamelift that return types with arguments of type ListGameServerGroupsResponse Modifier and Type Method Description default CompletableFuture<ListGameServerGroupsResponse>GameLiftAsyncClient. listGameServerGroups(Consumer<ListGameServerGroupsRequest.Builder> listGameServerGroupsRequest)Lists a game server groups.default CompletableFuture<ListGameServerGroupsResponse>GameLiftAsyncClient. listGameServerGroups(ListGameServerGroupsRequest listGameServerGroupsRequest)Lists a game server groups. -
Uses of ListGameServerGroupsResponse in software.amazon.awssdk.services.gamelift.paginators
Methods in software.amazon.awssdk.services.gamelift.paginators that return types with arguments of type ListGameServerGroupsResponse Modifier and Type Method Description Iterator<ListGameServerGroupsResponse>ListGameServerGroupsIterable. iterator()Method parameters in software.amazon.awssdk.services.gamelift.paginators with type arguments of type ListGameServerGroupsResponse Modifier and Type Method Description voidListGameServerGroupsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListGameServerGroupsResponse> subscriber)
-