Uses of Class
software.amazon.awssdk.services.gamelift.model.DeleteFleetRequest
-
Packages that use DeleteFleetRequest 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.software.amazon.awssdk.services.gamelift.transform -
-
Uses of DeleteFleetRequest in software.amazon.awssdk.services.gamelift
Methods in software.amazon.awssdk.services.gamelift with parameters of type DeleteFleetRequest Modifier and Type Method Description 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.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. -
Uses of DeleteFleetRequest in software.amazon.awssdk.services.gamelift.transform
Methods in software.amazon.awssdk.services.gamelift.transform with parameters of type DeleteFleetRequest Modifier and Type Method Description SdkHttpFullRequestDeleteFleetRequestMarshaller. marshall(DeleteFleetRequest deleteFleetRequest)
-