| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift |
|
| software.amazon.awssdk.services.gamelift.paginators |
| Modifier and Type | Method and Description |
|---|---|
default DescribeGameSessionDetailsResponse |
GameLiftClient.describeGameSessionDetails(Consumer<DescribeGameSessionDetailsRequest.Builder> describeGameSessionDetailsRequest)
Retrieves additional game session properties, including the game session protection policy in force, a set of one
or more game sessions in a specific fleet location.
|
default DescribeGameSessionDetailsResponse |
GameLiftClient.describeGameSessionDetails(DescribeGameSessionDetailsRequest describeGameSessionDetailsRequest)
Retrieves additional game session properties, including the game session protection policy in force, a set of one
or more game sessions in a specific fleet location.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeGameSessionDetailsResponse> |
GameLiftAsyncClient.describeGameSessionDetails(Consumer<DescribeGameSessionDetailsRequest.Builder> describeGameSessionDetailsRequest)
Retrieves additional game session properties, including the game session protection policy in force, a set of one
or more game sessions in a specific fleet location.
|
default CompletableFuture<DescribeGameSessionDetailsResponse> |
GameLiftAsyncClient.describeGameSessionDetails(DescribeGameSessionDetailsRequest describeGameSessionDetailsRequest)
Retrieves additional game session properties, including the game session protection policy in force, a set of one
or more game sessions in a specific fleet location.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeGameSessionDetailsResponse> |
DescribeGameSessionDetailsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeGameSessionDetailsPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeGameSessionDetailsResponse> subscriber) |
Copyright © 2022. All rights reserved.