Uses of Class
com.amazonaws.services.gamelift.model.ListAliasesRequest
Packages that use ListAliasesRequest
-
Uses of ListAliasesRequest in com.amazonaws.services.gamelift
Methods in com.amazonaws.services.gamelift with parameters of type ListAliasesRequestModifier and TypeMethodDescriptionAbstractAmazonGameLift.listAliases
(ListAliasesRequest request) AmazonGameLift.listAliases
(ListAliasesRequest listAliasesRequest) Retrieves a collection of alias records for this AWS account.AmazonGameLiftClient.listAliases
(ListAliasesRequest listAliasesRequest) Retrieves a collection of alias records for this AWS account.AbstractAmazonGameLiftAsync.listAliasesAsync
(ListAliasesRequest request) AbstractAmazonGameLiftAsync.listAliasesAsync
(ListAliasesRequest request, AsyncHandler<ListAliasesRequest, ListAliasesResult> asyncHandler) AmazonGameLiftAsync.listAliasesAsync
(ListAliasesRequest listAliasesRequest) Retrieves a collection of alias records for this AWS account.AmazonGameLiftAsync.listAliasesAsync
(ListAliasesRequest listAliasesRequest, AsyncHandler<ListAliasesRequest, ListAliasesResult> asyncHandler) Retrieves a collection of alias records for this AWS account.AmazonGameLiftAsyncClient.listAliasesAsync
(ListAliasesRequest request) AmazonGameLiftAsyncClient.listAliasesAsync
(ListAliasesRequest request, AsyncHandler<ListAliasesRequest, ListAliasesResult> asyncHandler) Method parameters in com.amazonaws.services.gamelift with type arguments of type ListAliasesRequestModifier and TypeMethodDescriptionAbstractAmazonGameLiftAsync.listAliasesAsync
(ListAliasesRequest request, AsyncHandler<ListAliasesRequest, ListAliasesResult> asyncHandler) AmazonGameLiftAsync.listAliasesAsync
(ListAliasesRequest listAliasesRequest, AsyncHandler<ListAliasesRequest, ListAliasesResult> asyncHandler) Retrieves a collection of alias records for this AWS account.AmazonGameLiftAsyncClient.listAliasesAsync
(ListAliasesRequest request, AsyncHandler<ListAliasesRequest, ListAliasesResult> asyncHandler) -
Uses of ListAliasesRequest in com.amazonaws.services.gamelift.model
Methods in com.amazonaws.services.gamelift.model that return ListAliasesRequestModifier and TypeMethodDescriptionListAliasesRequest.clone()
Maximum number of results to return.Descriptive label associated with this alias.ListAliasesRequest.withNextToken
(String nextToken) Token indicating the start of the next sequential page of results.ListAliasesRequest.withRoutingStrategyType
(RoutingStrategyType routingStrategyType) Type of routing to filter results on.ListAliasesRequest.withRoutingStrategyType
(String routingStrategyType) Type of routing to filter results on.