| Package | Description |
|---|---|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
S3Location |
S3Location.clone() |
S3Location |
RequestUploadCredentialsResult.getStorageLocation()
Amazon S3 path and key, identifying where the game build files are stored.
|
S3Location |
CreateBuildResult.getStorageLocation()
Amazon S3 location specified in the request.
|
S3Location |
CreateBuildRequest.getStorageLocation()
Amazon S3 location of the game build files to be uploaded.
|
S3Location |
S3Location.withBucket(String bucket)
Amazon S3 bucket identifier.
|
S3Location |
S3Location.withKey(String key)
Name of the zip file containing your build files.
|
S3Location |
S3Location.withRoleArn(String roleArn)
Amazon Resource Name (ARN) for
the access role that allows Amazon GameLift to access your S3 bucket.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RequestUploadCredentialsResult.setStorageLocation(S3Location storageLocation)
Amazon S3 path and key, identifying where the game build files are stored.
|
void |
CreateBuildResult.setStorageLocation(S3Location storageLocation)
Amazon S3 location specified in the request.
|
void |
CreateBuildRequest.setStorageLocation(S3Location storageLocation)
Amazon S3 location of the game build files to be uploaded.
|
RequestUploadCredentialsResult |
RequestUploadCredentialsResult.withStorageLocation(S3Location storageLocation)
Amazon S3 path and key, identifying where the game build files are stored.
|
CreateBuildResult |
CreateBuildResult.withStorageLocation(S3Location storageLocation)
Amazon S3 location specified in the request.
|
CreateBuildRequest |
CreateBuildRequest.withStorageLocation(S3Location storageLocation)
Amazon S3 location of the game build files to be uploaded.
|
Copyright © 2017. All rights reserved.