Uses of Class
software.amazon.awssdk.services.gamelift.model.ListAliasesResponse
-
Packages that use ListAliasesResponse 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.software.amazon.awssdk.services.gamelift.paginators -
-
Uses of ListAliasesResponse in software.amazon.awssdk.services.gamelift
Methods in software.amazon.awssdk.services.gamelift that return ListAliasesResponse Modifier and Type Method Description default ListAliasesResponseGameLiftClient. listAliases()Retrieves all aliases for this Amazon Web Services account.default ListAliasesResponseGameLiftClient. listAliases(Consumer<ListAliasesRequest.Builder> listAliasesRequest)Retrieves all aliases for this Amazon Web Services account.default ListAliasesResponseGameLiftClient. listAliases(ListAliasesRequest listAliasesRequest)Retrieves all aliases for this Amazon Web Services account.Methods in software.amazon.awssdk.services.gamelift that return types with arguments of type ListAliasesResponse Modifier and Type Method Description default CompletableFuture<ListAliasesResponse>GameLiftAsyncClient. listAliases()Retrieves all aliases for this Amazon Web Services account.default CompletableFuture<ListAliasesResponse>GameLiftAsyncClient. listAliases(Consumer<ListAliasesRequest.Builder> listAliasesRequest)Retrieves all aliases for this Amazon Web Services account.default CompletableFuture<ListAliasesResponse>GameLiftAsyncClient. listAliases(ListAliasesRequest listAliasesRequest)Retrieves all aliases for this Amazon Web Services account. -
Uses of ListAliasesResponse in software.amazon.awssdk.services.gamelift.paginators
Methods in software.amazon.awssdk.services.gamelift.paginators that return types with arguments of type ListAliasesResponse Modifier and Type Method Description Iterator<ListAliasesResponse>ListAliasesIterable. iterator()Method parameters in software.amazon.awssdk.services.gamelift.paginators with type arguments of type ListAliasesResponse Modifier and Type Method Description voidListAliasesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListAliasesResponse> subscriber)
-