| Package | Description |
|---|---|
| com.amazonaws.services.gamelift |
|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
CreateBuildResult |
AmazonGameLift.createBuild(CreateBuildRequest createBuildRequest)
Creates a new Amazon GameLift build record for your game server binary files and points to the location of your
game server build files in an Amazon Simple Storage Service (Amazon S3) location.
|
CreateBuildResult |
AbstractAmazonGameLift.createBuild(CreateBuildRequest request) |
CreateBuildResult |
AmazonGameLiftClient.createBuild(CreateBuildRequest request)
Creates a new Amazon GameLift build record for your game server binary files and points to the location of your
game server build files in an Amazon Simple Storage Service (Amazon S3) location.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateBuildResult> |
AbstractAmazonGameLiftAsync.createBuildAsync(CreateBuildRequest request) |
Future<CreateBuildResult> |
AmazonGameLiftAsyncClient.createBuildAsync(CreateBuildRequest request) |
Future<CreateBuildResult> |
AmazonGameLiftAsync.createBuildAsync(CreateBuildRequest createBuildRequest)
Creates a new Amazon GameLift build record for your game server binary files and points to the location of your
game server build files in an Amazon Simple Storage Service (Amazon S3) location.
|
Future<CreateBuildResult> |
AbstractAmazonGameLiftAsync.createBuildAsync(CreateBuildRequest request,
AsyncHandler<CreateBuildRequest,CreateBuildResult> asyncHandler) |
Future<CreateBuildResult> |
AmazonGameLiftAsyncClient.createBuildAsync(CreateBuildRequest request,
AsyncHandler<CreateBuildRequest,CreateBuildResult> asyncHandler) |
Future<CreateBuildResult> |
AmazonGameLiftAsync.createBuildAsync(CreateBuildRequest createBuildRequest,
AsyncHandler<CreateBuildRequest,CreateBuildResult> asyncHandler)
Creates a new Amazon GameLift build record for your game server binary files and points to the location of your
game server build files in an Amazon Simple Storage Service (Amazon S3) location.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateBuildResult> |
AbstractAmazonGameLiftAsync.createBuildAsync(CreateBuildRequest request,
AsyncHandler<CreateBuildRequest,CreateBuildResult> asyncHandler) |
Future<CreateBuildResult> |
AmazonGameLiftAsyncClient.createBuildAsync(CreateBuildRequest request,
AsyncHandler<CreateBuildRequest,CreateBuildResult> asyncHandler) |
Future<CreateBuildResult> |
AmazonGameLiftAsync.createBuildAsync(CreateBuildRequest createBuildRequest,
AsyncHandler<CreateBuildRequest,CreateBuildResult> asyncHandler)
Creates a new Amazon GameLift build record for your game server binary files and points to the location of your
game server build files in an Amazon Simple Storage Service (Amazon S3) location.
|
| Modifier and Type | Method and Description |
|---|---|
CreateBuildResult |
CreateBuildResult.clone() |
CreateBuildResult |
CreateBuildResult.withBuild(Build build)
The newly created build record, including a unique build IDs and status.
|
CreateBuildResult |
CreateBuildResult.withStorageLocation(S3Location storageLocation)
Amazon S3 location for your game build file, including bucket name and key.
|
CreateBuildResult |
CreateBuildResult.withUploadCredentials(Credentials uploadCredentials)
This element is returned only when the operation is called without a storage location.
|
Copyright © 2020. All rights reserved.