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