Uses of Class
software.amazon.awssdk.services.gamelift.model.DescribeScalingPoliciesResponse
-
Packages that use DescribeScalingPoliciesResponse 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 -
-
Uses of DescribeScalingPoliciesResponse in software.amazon.awssdk.services.gamelift
Methods in software.amazon.awssdk.services.gamelift that return DescribeScalingPoliciesResponse Modifier and Type Method Description default DescribeScalingPoliciesResponseGameLiftClient. describeScalingPolicies(Consumer<DescribeScalingPoliciesRequest.Builder> describeScalingPoliciesRequest)Retrieves all scaling policies applied to a fleet.default DescribeScalingPoliciesResponseGameLiftClient. describeScalingPolicies(DescribeScalingPoliciesRequest describeScalingPoliciesRequest)Retrieves all scaling policies applied to a fleet.Methods in software.amazon.awssdk.services.gamelift that return types with arguments of type DescribeScalingPoliciesResponse Modifier and Type Method 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. -
Uses of DescribeScalingPoliciesResponse in software.amazon.awssdk.services.gamelift.paginators
Methods in software.amazon.awssdk.services.gamelift.paginators that return types with arguments of type DescribeScalingPoliciesResponse Modifier and Type Method Description Iterator<DescribeScalingPoliciesResponse>DescribeScalingPoliciesIterable. iterator()Method parameters in software.amazon.awssdk.services.gamelift.paginators with type arguments of type DescribeScalingPoliciesResponse Modifier and Type Method Description voidDescribeScalingPoliciesPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeScalingPoliciesResponse> subscriber)
-