Uses of Class
software.amazon.awssdk.services.gamelift.model.DeleteLocationResponse
-
Packages that use DeleteLocationResponse 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 DeleteLocationResponse in software.amazon.awssdk.services.gamelift
Methods in software.amazon.awssdk.services.gamelift that return DeleteLocationResponse Modifier and Type Method Description default DeleteLocationResponseGameLiftClient. deleteLocation(Consumer<DeleteLocationRequest.Builder> deleteLocationRequest)Deletes a custom location.default DeleteLocationResponseGameLiftClient. deleteLocation(DeleteLocationRequest deleteLocationRequest)Deletes a custom location.Methods in software.amazon.awssdk.services.gamelift that return types with arguments of type DeleteLocationResponse Modifier and Type Method Description default CompletableFuture<DeleteLocationResponse>GameLiftAsyncClient. deleteLocation(Consumer<DeleteLocationRequest.Builder> deleteLocationRequest)Deletes a custom location.default CompletableFuture<DeleteLocationResponse>GameLiftAsyncClient. deleteLocation(DeleteLocationRequest deleteLocationRequest)Deletes a custom location.
-