| 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 properties, including the protection policy in force, for one or more game sessions.
|
default DescribeGameSessionDetailsResponse |
GameLiftClient.describeGameSessionDetails(DescribeGameSessionDetailsRequest describeGameSessionDetailsRequest)
Retrieves properties, including the protection policy in force, for one or more game sessions.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeGameSessionDetailsResponse> |
GameLiftAsyncClient.describeGameSessionDetails(Consumer<DescribeGameSessionDetailsRequest.Builder> describeGameSessionDetailsRequest)
Retrieves properties, including the protection policy in force, for one or more game sessions.
|
default CompletableFuture<DescribeGameSessionDetailsResponse> |
GameLiftAsyncClient.describeGameSessionDetails(DescribeGameSessionDetailsRequest describeGameSessionDetailsRequest)
Retrieves properties, including the protection policy in force, for one or more game sessions.
|
| 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 © 2021. All rights reserved.