| Package | Description |
|---|---|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
S3Location |
S3Location.clone() |
S3Location |
CreateBuildResult.getStorageLocation()
S3 path and key, identifying where the game build files are stored.
|
S3Location |
RequestUploadCredentialsResult.getStorageLocation()
S3 path and key, identifying where the game build files are stored.
|
S3Location |
S3Location.withBucket(String bucket)
S3 bucket identifier.
|
S3Location |
S3Location.withKey(String key)
S3 bucket key.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateBuildResult.setStorageLocation(S3Location storageLocation)
S3 path and key, identifying where the game build files are stored.
|
void |
RequestUploadCredentialsResult.setStorageLocation(S3Location storageLocation)
S3 path and key, identifying where the game build files are stored.
|
CreateBuildResult |
CreateBuildResult.withStorageLocation(S3Location storageLocation)
S3 path and key, identifying where the game build files are stored.
|
RequestUploadCredentialsResult |
RequestUploadCredentialsResult.withStorageLocation(S3Location storageLocation)
S3 path and key, identifying where the game build files are stored.
|
Copyright © 2016. All rights reserved.