Uses of Class
software.amazon.awssdk.services.gamelift.model.StopFleetActionsResponse
-
Packages that use StopFleetActionsResponse 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 StopFleetActionsResponse in software.amazon.awssdk.services.gamelift
Methods in software.amazon.awssdk.services.gamelift that return StopFleetActionsResponse Modifier and Type Method Description default StopFleetActionsResponseGameLiftClient. stopFleetActions(Consumer<StopFleetActionsRequest.Builder> stopFleetActionsRequest)Suspends certain types of activity in a fleet location.default StopFleetActionsResponseGameLiftClient. stopFleetActions(StopFleetActionsRequest stopFleetActionsRequest)Suspends certain types of activity in a fleet location.Methods in software.amazon.awssdk.services.gamelift that return types with arguments of type StopFleetActionsResponse Modifier and Type Method Description default CompletableFuture<StopFleetActionsResponse>GameLiftAsyncClient. stopFleetActions(Consumer<StopFleetActionsRequest.Builder> stopFleetActionsRequest)Suspends certain types of activity in a fleet location.default CompletableFuture<StopFleetActionsResponse>GameLiftAsyncClient. stopFleetActions(StopFleetActionsRequest stopFleetActionsRequest)Suspends certain types of activity in a fleet location.
-