| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift |
|
| software.amazon.awssdk.services.gamelift.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListGameServersResponse |
GameLiftClient.listGameServers(Consumer<ListGameServersRequest.Builder> listGameServersRequest)
This operation is used with the GameLift FleetIQ solution and game server groups.
|
default ListGameServersResponse |
GameLiftClient.listGameServers(ListGameServersRequest listGameServersRequest)
This operation is used with the GameLift FleetIQ solution and game server groups.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListGameServersResponse> |
GameLiftAsyncClient.listGameServers(Consumer<ListGameServersRequest.Builder> listGameServersRequest)
This operation is used with the GameLift FleetIQ solution and game server groups.
|
default CompletableFuture<ListGameServersResponse> |
GameLiftAsyncClient.listGameServers(ListGameServersRequest listGameServersRequest)
This operation is used with the GameLift FleetIQ solution and game server groups.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListGameServersResponse> |
ListGameServersIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListGameServersPublisher.subscribe(org.reactivestreams.Subscriber<? super ListGameServersResponse> subscriber) |
Copyright © 2021. All rights reserved.