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 a fleet.default DeleteFleetResponseGameLiftClient. deleteFleet(DeleteFleetRequest deleteFleetRequest)Deletes all resources and information related a fleet.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 a fleet.default CompletableFuture<DeleteFleetResponse>GameLiftAsyncClient. deleteFleet(DeleteFleetRequest deleteFleetRequest)Deletes all resources and information related a fleet.
-