| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateBuildResponse |
GameLiftClient.createBuild(Consumer<CreateBuildRequest.Builder> 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.
|
default CreateBuildResponse |
GameLiftClient.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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateBuildResponse> |
GameLiftAsyncClient.createBuild(Consumer<CreateBuildRequest.Builder> 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.
|
default CompletableFuture<CreateBuildResponse> |
GameLiftAsyncClient.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.
|
Copyright © 2019. All rights reserved.