Uses of Class
software.amazon.awssdk.services.gamelift.model.CreateContainerGroupDefinitionResponse
-
Packages that use CreateContainerGroupDefinitionResponse 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 CreateContainerGroupDefinitionResponse in software.amazon.awssdk.services.gamelift
Methods in software.amazon.awssdk.services.gamelift that return CreateContainerGroupDefinitionResponse Modifier and Type Method Description default CreateContainerGroupDefinitionResponseGameLiftClient. createContainerGroupDefinition(Consumer<CreateContainerGroupDefinitionRequest.Builder> createContainerGroupDefinitionRequest)Creates aContainerGroupDefinitionthat describes a set of containers for hosting your game server with Amazon GameLift managed containers hosting.default CreateContainerGroupDefinitionResponseGameLiftClient. createContainerGroupDefinition(CreateContainerGroupDefinitionRequest createContainerGroupDefinitionRequest)Creates aContainerGroupDefinitionthat describes a set of containers for hosting your game server with Amazon GameLift managed containers hosting.Methods in software.amazon.awssdk.services.gamelift that return types with arguments of type CreateContainerGroupDefinitionResponse Modifier and Type Method Description default CompletableFuture<CreateContainerGroupDefinitionResponse>GameLiftAsyncClient. createContainerGroupDefinition(Consumer<CreateContainerGroupDefinitionRequest.Builder> createContainerGroupDefinitionRequest)Creates aContainerGroupDefinitionthat describes a set of containers for hosting your game server with Amazon GameLift managed containers hosting.default CompletableFuture<CreateContainerGroupDefinitionResponse>GameLiftAsyncClient. createContainerGroupDefinition(CreateContainerGroupDefinitionRequest createContainerGroupDefinitionRequest)Creates aContainerGroupDefinitionthat describes a set of containers for hosting your game server with Amazon GameLift managed containers hosting.
-