| 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 |
| Modifier and Type | Method and Description |
|---|---|
default ListFleetsResponse |
GameLiftClient.listFleets()
Retrieves a collection of fleet resources in an Amazon Web Services Region.
|
default ListFleetsResponse |
GameLiftClient.listFleets(Consumer<ListFleetsRequest.Builder> listFleetsRequest)
Retrieves a collection of fleet resources in an Amazon Web Services Region.
|
default ListFleetsResponse |
GameLiftClient.listFleets(ListFleetsRequest listFleetsRequest)
Retrieves a collection of fleet resources in an Amazon Web Services Region.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListFleetsResponse> |
GameLiftAsyncClient.listFleets()
Retrieves a collection of fleet resources in an Amazon Web Services Region.
|
default CompletableFuture<ListFleetsResponse> |
GameLiftAsyncClient.listFleets(Consumer<ListFleetsRequest.Builder> listFleetsRequest)
Retrieves a collection of fleet resources in an Amazon Web Services Region.
|
default CompletableFuture<ListFleetsResponse> |
GameLiftAsyncClient.listFleets(ListFleetsRequest listFleetsRequest)
Retrieves a collection of fleet resources in an Amazon Web Services Region.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListFleetsResponse> |
ListFleetsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListFleetsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListFleetsResponse> subscriber) |
Copyright © 2022. All rights reserved.