| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift |
|
| software.amazon.awssdk.services.gamelift.paginators |
| Modifier and Type | Method and Description |
|---|---|
default DescribeScalingPoliciesResponse |
GameLiftClient.describeScalingPolicies(Consumer<DescribeScalingPoliciesRequest.Builder> describeScalingPoliciesRequest)
Retrieves all scaling policies applied to a fleet.
|
default DescribeScalingPoliciesResponse |
GameLiftClient.describeScalingPolicies(DescribeScalingPoliciesRequest describeScalingPoliciesRequest)
Retrieves all scaling policies applied to a fleet.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeScalingPoliciesResponse> |
GameLiftAsyncClient.describeScalingPolicies(Consumer<DescribeScalingPoliciesRequest.Builder> describeScalingPoliciesRequest)
Retrieves all scaling policies applied to a fleet.
|
default CompletableFuture<DescribeScalingPoliciesResponse> |
GameLiftAsyncClient.describeScalingPolicies(DescribeScalingPoliciesRequest describeScalingPoliciesRequest)
Retrieves all scaling policies applied to a fleet.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeScalingPoliciesResponse> |
DescribeScalingPoliciesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeScalingPoliciesPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeScalingPoliciesResponse> subscriber) |
Copyright © 2020. All rights reserved.