| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift |
|
| software.amazon.awssdk.services.gamelift.paginators |
| Modifier and Type | Method and Description |
|---|---|
default DescribeGameSessionsResponse |
GameLiftClient.describeGameSessions(Consumer<DescribeGameSessionsRequest.Builder> describeGameSessionsRequest)
Retrieves a set of one or more game sessions in a specific fleet location.
|
default DescribeGameSessionsResponse |
GameLiftClient.describeGameSessions(DescribeGameSessionsRequest describeGameSessionsRequest)
Retrieves a set of one or more game sessions in a specific fleet location.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeGameSessionsResponse> |
GameLiftAsyncClient.describeGameSessions(Consumer<DescribeGameSessionsRequest.Builder> describeGameSessionsRequest)
Retrieves a set of one or more game sessions in a specific fleet location.
|
default CompletableFuture<DescribeGameSessionsResponse> |
GameLiftAsyncClient.describeGameSessions(DescribeGameSessionsRequest describeGameSessionsRequest)
Retrieves a set of one or more game sessions in a specific fleet location.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeGameSessionsResponse> |
DescribeGameSessionsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeGameSessionsPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeGameSessionsResponse> subscriber) |
Copyright © 2021. All rights reserved.