| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift |
|
| software.amazon.awssdk.services.gamelift.paginators |
| Modifier and Type | Method and Description |
|---|---|
default DescribeFleetCapacityResponse |
GameLiftClient.describeFleetCapacity()
Retrieves the resource capacity settings for one or more fleets.
|
default DescribeFleetCapacityResponse |
GameLiftClient.describeFleetCapacity(Consumer<DescribeFleetCapacityRequest.Builder> describeFleetCapacityRequest)
Retrieves the resource capacity settings for one or more fleets.
|
default DescribeFleetCapacityResponse |
GameLiftClient.describeFleetCapacity(DescribeFleetCapacityRequest describeFleetCapacityRequest)
Retrieves the resource capacity settings for one or more fleets.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeFleetCapacityResponse> |
GameLiftAsyncClient.describeFleetCapacity()
Retrieves the resource capacity settings for one or more fleets.
|
default CompletableFuture<DescribeFleetCapacityResponse> |
GameLiftAsyncClient.describeFleetCapacity(Consumer<DescribeFleetCapacityRequest.Builder> describeFleetCapacityRequest)
Retrieves the resource capacity settings for one or more fleets.
|
default CompletableFuture<DescribeFleetCapacityResponse> |
GameLiftAsyncClient.describeFleetCapacity(DescribeFleetCapacityRequest describeFleetCapacityRequest)
Retrieves the resource capacity settings for one or more fleets.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeFleetCapacityResponse> |
DescribeFleetCapacityIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeFleetCapacityPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeFleetCapacityResponse> subscriber) |
Copyright © 2021. All rights reserved.