Uses of Class
software.amazon.awssdk.services.gamelift.model.DeleteFleetResponse
-
Packages that use DeleteFleetResponse 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 DeleteFleetResponse in software.amazon.awssdk.services.gamelift
Methods in software.amazon.awssdk.services.gamelift that return DeleteFleetResponse Modifier and Type Method Description default DeleteFleetResponseGameLiftClient. deleteFleet(Consumer<DeleteFleetRequest.Builder> deleteFleetRequest)Deletes all resources and information related to a fleet and shuts down any currently running fleet instances, including those in remote locations.default DeleteFleetResponseGameLiftClient. deleteFleet(DeleteFleetRequest deleteFleetRequest)Deletes all resources and information related to a fleet and shuts down any currently running fleet instances, including those in remote locations.Methods in software.amazon.awssdk.services.gamelift that return types with arguments of type DeleteFleetResponse Modifier and Type Method Description default CompletableFuture<DeleteFleetResponse>GameLiftAsyncClient. deleteFleet(Consumer<DeleteFleetRequest.Builder> deleteFleetRequest)Deletes all resources and information related to a fleet and shuts down any currently running fleet instances, including those in remote locations.default CompletableFuture<DeleteFleetResponse>GameLiftAsyncClient. deleteFleet(DeleteFleetRequest deleteFleetRequest)Deletes all resources and information related to a fleet and shuts down any currently running fleet instances, including those in remote locations.
-