Uses of Class
software.amazon.awssdk.services.gamelift.model.StartFleetActionsResponse
-
Packages that use StartFleetActionsResponse 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 StartFleetActionsResponse in software.amazon.awssdk.services.gamelift
Methods in software.amazon.awssdk.services.gamelift that return StartFleetActionsResponse Modifier and Type Method Description default StartFleetActionsResponseGameLiftClient. startFleetActions(Consumer<StartFleetActionsRequest.Builder> startFleetActionsRequest)Resumes certain types of activity on fleet instances that were suspended with StopFleetActions.default StartFleetActionsResponseGameLiftClient. startFleetActions(StartFleetActionsRequest startFleetActionsRequest)Resumes certain types of activity on fleet instances that were suspended with StopFleetActions.Methods in software.amazon.awssdk.services.gamelift that return types with arguments of type StartFleetActionsResponse Modifier and Type Method Description default CompletableFuture<StartFleetActionsResponse>GameLiftAsyncClient. startFleetActions(Consumer<StartFleetActionsRequest.Builder> startFleetActionsRequest)Resumes certain types of activity on fleet instances that were suspended with StopFleetActions.default CompletableFuture<StartFleetActionsResponse>GameLiftAsyncClient. startFleetActions(StartFleetActionsRequest startFleetActionsRequest)Resumes certain types of activity on fleet instances that were suspended with StopFleetActions.
-