| Package | Description |
|---|---|
| com.amazonaws.services.gamesparks |
|
| com.amazonaws.services.gamesparks.model |
| Modifier and Type | Method and Description |
|---|---|
CreateStageResult |
AWSGameSparksClient.createStage(CreateStageRequest request)
Creates a new stage for stage-by-stage game development and deployment.
|
CreateStageResult |
AWSGameSparks.createStage(CreateStageRequest createStageRequest)
Creates a new stage for stage-by-stage game development and deployment.
|
CreateStageResult |
AbstractAWSGameSparks.createStage(CreateStageRequest request) |
Future<CreateStageResult> |
AbstractAWSGameSparksAsync.createStageAsync(CreateStageRequest request) |
Future<CreateStageResult> |
AWSGameSparksAsyncClient.createStageAsync(CreateStageRequest request) |
Future<CreateStageResult> |
AWSGameSparksAsync.createStageAsync(CreateStageRequest createStageRequest)
Creates a new stage for stage-by-stage game development and deployment.
|
Future<CreateStageResult> |
AbstractAWSGameSparksAsync.createStageAsync(CreateStageRequest request,
AsyncHandler<CreateStageRequest,CreateStageResult> asyncHandler) |
Future<CreateStageResult> |
AWSGameSparksAsyncClient.createStageAsync(CreateStageRequest request,
AsyncHandler<CreateStageRequest,CreateStageResult> asyncHandler) |
Future<CreateStageResult> |
AWSGameSparksAsync.createStageAsync(CreateStageRequest createStageRequest,
AsyncHandler<CreateStageRequest,CreateStageResult> asyncHandler)
Creates a new stage for stage-by-stage game development and deployment.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateStageResult> |
AbstractAWSGameSparksAsync.createStageAsync(CreateStageRequest request,
AsyncHandler<CreateStageRequest,CreateStageResult> asyncHandler) |
Future<CreateStageResult> |
AWSGameSparksAsyncClient.createStageAsync(CreateStageRequest request,
AsyncHandler<CreateStageRequest,CreateStageResult> asyncHandler) |
Future<CreateStageResult> |
AWSGameSparksAsync.createStageAsync(CreateStageRequest createStageRequest,
AsyncHandler<CreateStageRequest,CreateStageResult> asyncHandler)
Creates a new stage for stage-by-stage game development and deployment.
|
| Modifier and Type | Method and Description |
|---|---|
CreateStageRequest |
CreateStageRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateStageRequest |
CreateStageRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateStageRequest |
CreateStageRequest.clone() |
CreateStageRequest |
CreateStageRequest.withClientToken(String clientToken)
A client-defined token.
|
CreateStageRequest |
CreateStageRequest.withDescription(String description)
The description of the stage.
|
CreateStageRequest |
CreateStageRequest.withGameName(String gameName)
The name of the game.
|
CreateStageRequest |
CreateStageRequest.withRole(String role)
The Amazon Resource Name (ARN) of the role to run the game with.
|
CreateStageRequest |
CreateStageRequest.withStageName(String stageName)
The name of the stage.
|
CreateStageRequest |
CreateStageRequest.withTags(Map<String,String> tags)
The list of tags to apply to the stage.
|
Copyright © 2023. All rights reserved.