Uses of Class
software.amazon.awssdk.services.gamelift.model.CreateAliasResponse
-
Packages that use CreateAliasResponse 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 CreateAliasResponse in software.amazon.awssdk.services.gamelift
Methods in software.amazon.awssdk.services.gamelift that return CreateAliasResponse Modifier and Type Method Description default CreateAliasResponseGameLiftClient. createAlias(Consumer<CreateAliasRequest.Builder> createAliasRequest)Creates an alias for a fleet.default CreateAliasResponseGameLiftClient. createAlias(CreateAliasRequest createAliasRequest)Creates an alias for a fleet.Methods in software.amazon.awssdk.services.gamelift that return types with arguments of type CreateAliasResponse Modifier and Type Method Description default CompletableFuture<CreateAliasResponse>GameLiftAsyncClient. createAlias(Consumer<CreateAliasRequest.Builder> createAliasRequest)Creates an alias for a fleet.default CompletableFuture<CreateAliasResponse>GameLiftAsyncClient. createAlias(CreateAliasRequest createAliasRequest)Creates an alias for a fleet.
-