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