Uses of Class
software.amazon.awssdk.services.gamelift.model.CreateLocationResponse
-
Packages that use CreateLocationResponse 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 CreateLocationResponse in software.amazon.awssdk.services.gamelift
Methods in software.amazon.awssdk.services.gamelift that return CreateLocationResponse Modifier and Type Method Description default CreateLocationResponseGameLiftClient. createLocation(Consumer<CreateLocationRequest.Builder> createLocationRequest)Creates a custom location for use in an Anywhere fleet.default CreateLocationResponseGameLiftClient. createLocation(CreateLocationRequest createLocationRequest)Creates a custom location for use in an Anywhere fleet.Methods in software.amazon.awssdk.services.gamelift that return types with arguments of type CreateLocationResponse Modifier and Type Method Description default CompletableFuture<CreateLocationResponse>GameLiftAsyncClient. createLocation(Consumer<CreateLocationRequest.Builder> createLocationRequest)Creates a custom location for use in an Anywhere fleet.default CompletableFuture<CreateLocationResponse>GameLiftAsyncClient. createLocation(CreateLocationRequest createLocationRequest)Creates a custom location for use in an Anywhere fleet.
-