Uses of Class
software.amazon.awssdk.services.gamelift.model.ResolveAliasResponse
-
Packages that use ResolveAliasResponse 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 ResolveAliasResponse in software.amazon.awssdk.services.gamelift
Methods in software.amazon.awssdk.services.gamelift that return ResolveAliasResponse Modifier and Type Method Description default ResolveAliasResponseGameLiftClient. resolveAlias(Consumer<ResolveAliasRequest.Builder> resolveAliasRequest)Attempts to retrieve a fleet ID that is associated with an alias.default ResolveAliasResponseGameLiftClient. resolveAlias(ResolveAliasRequest resolveAliasRequest)Attempts to retrieve a fleet ID that is associated with an alias.Methods in software.amazon.awssdk.services.gamelift that return types with arguments of type ResolveAliasResponse Modifier and Type Method Description default CompletableFuture<ResolveAliasResponse>GameLiftAsyncClient. resolveAlias(Consumer<ResolveAliasRequest.Builder> resolveAliasRequest)Attempts to retrieve a fleet ID that is associated with an alias.default CompletableFuture<ResolveAliasResponse>GameLiftAsyncClient. resolveAlias(ResolveAliasRequest resolveAliasRequest)Attempts to retrieve a fleet ID that is associated with an alias.
-