Uses of Class
software.amazon.awssdk.services.gamelift.model.PutScalingPolicyResponse
-
Packages that use PutScalingPolicyResponse 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. -
-
Uses of PutScalingPolicyResponse in software.amazon.awssdk.services.gamelift
Methods in software.amazon.awssdk.services.gamelift that return PutScalingPolicyResponse Modifier and Type Method Description default PutScalingPolicyResponseGameLiftClient. putScalingPolicy(Consumer<PutScalingPolicyRequest.Builder> putScalingPolicyRequest)Creates or updates a scaling policy for a fleet.default PutScalingPolicyResponseGameLiftClient. putScalingPolicy(PutScalingPolicyRequest putScalingPolicyRequest)Creates or updates a scaling policy for a fleet.Methods in software.amazon.awssdk.services.gamelift that return types with arguments of type PutScalingPolicyResponse Modifier and Type Method Description default CompletableFuture<PutScalingPolicyResponse>GameLiftAsyncClient. putScalingPolicy(Consumer<PutScalingPolicyRequest.Builder> putScalingPolicyRequest)Creates or updates a scaling policy for a fleet.default CompletableFuture<PutScalingPolicyResponse>GameLiftAsyncClient. putScalingPolicy(PutScalingPolicyRequest putScalingPolicyRequest)Creates or updates a scaling policy for a fleet.
-