Uses of Class
software.amazon.awssdk.services.gamelift.model.DeleteScalingPolicyResponse
-
Packages that use DeleteScalingPolicyResponse 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 DeleteScalingPolicyResponse in software.amazon.awssdk.services.gamelift
Methods in software.amazon.awssdk.services.gamelift that return DeleteScalingPolicyResponse Modifier and Type Method Description default DeleteScalingPolicyResponseGameLiftClient. deleteScalingPolicy(Consumer<DeleteScalingPolicyRequest.Builder> deleteScalingPolicyRequest)Deletes a fleet scaling policy.default DeleteScalingPolicyResponseGameLiftClient. deleteScalingPolicy(DeleteScalingPolicyRequest deleteScalingPolicyRequest)Deletes a fleet scaling policy.Methods in software.amazon.awssdk.services.gamelift that return types with arguments of type DeleteScalingPolicyResponse Modifier and Type Method Description default CompletableFuture<DeleteScalingPolicyResponse>GameLiftAsyncClient. deleteScalingPolicy(Consumer<DeleteScalingPolicyRequest.Builder> deleteScalingPolicyRequest)Deletes a fleet scaling policy.default CompletableFuture<DeleteScalingPolicyResponse>GameLiftAsyncClient. deleteScalingPolicy(DeleteScalingPolicyRequest deleteScalingPolicyRequest)Deletes a fleet scaling policy.
-