| Package | Description |
|---|---|
| com.amazonaws.services.gamesparks |
|
| com.amazonaws.services.gamesparks.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListStageDeploymentsResult> |
AbstractAWSGameSparksAsync.listStageDeploymentsAsync(ListStageDeploymentsRequest request,
AsyncHandler<ListStageDeploymentsRequest,ListStageDeploymentsResult> asyncHandler) |
Future<ListStageDeploymentsResult> |
AWSGameSparksAsync.listStageDeploymentsAsync(ListStageDeploymentsRequest listStageDeploymentsRequest,
AsyncHandler<ListStageDeploymentsRequest,ListStageDeploymentsResult> asyncHandler)
Gets a paginated list of stage deployment summaries from the game.
|
Future<ListStageDeploymentsResult> |
AWSGameSparksAsyncClient.listStageDeploymentsAsync(ListStageDeploymentsRequest request,
AsyncHandler<ListStageDeploymentsRequest,ListStageDeploymentsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListStageDeploymentsRequest |
ListStageDeploymentsRequest.clone() |
ListStageDeploymentsRequest |
ListStageDeploymentsRequest.withGameName(String gameName)
The name of the game.
|
ListStageDeploymentsRequest |
ListStageDeploymentsRequest.withMaxResults(Integer maxResults)
The maximum number of results to return.
|
ListStageDeploymentsRequest |
ListStageDeploymentsRequest.withNextToken(String nextToken)
The token that indicates the start of the next sequential page of results.
|
ListStageDeploymentsRequest |
ListStageDeploymentsRequest.withStageName(String stageName)
The name of the stage.
|
Copyright © 2022. All rights reserved.