| 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 DescribeFleetAttributesResponse |
GameLiftClient.describeFleetAttributes()
Retrieves core fleet-wide properties, including the computing hardware and deployment configuration for all
instances in the fleet.
|
default DescribeFleetAttributesResponse |
GameLiftClient.describeFleetAttributes(Consumer<DescribeFleetAttributesRequest.Builder> describeFleetAttributesRequest)
Retrieves core fleet-wide properties, including the computing hardware and deployment configuration for all
instances in the fleet.
|
default DescribeFleetAttributesResponse |
GameLiftClient.describeFleetAttributes(DescribeFleetAttributesRequest describeFleetAttributesRequest)
Retrieves core fleet-wide properties, including the computing hardware and deployment configuration for all
instances in the fleet.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeFleetAttributesResponse> |
GameLiftAsyncClient.describeFleetAttributes()
Retrieves core fleet-wide properties, including the computing hardware and deployment configuration for all
instances in the fleet.
|
default CompletableFuture<DescribeFleetAttributesResponse> |
GameLiftAsyncClient.describeFleetAttributes(Consumer<DescribeFleetAttributesRequest.Builder> describeFleetAttributesRequest)
Retrieves core fleet-wide properties, including the computing hardware and deployment configuration for all
instances in the fleet.
|
default CompletableFuture<DescribeFleetAttributesResponse> |
GameLiftAsyncClient.describeFleetAttributes(DescribeFleetAttributesRequest describeFleetAttributesRequest)
Retrieves core fleet-wide properties, including the computing hardware and deployment configuration for all
instances in the fleet.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeFleetAttributesResponse> |
DescribeFleetAttributesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeFleetAttributesPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeFleetAttributesResponse> subscriber) |
Copyright © 2023. All rights reserved.