| Package | Description |
|---|---|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
S3Location |
S3Location.clone() |
S3Location |
Script.getStorageLocation() |
S3Location |
RequestUploadCredentialsResult.getStorageLocation()
Amazon S3 path and key, identifying where the game build files are stored.
|
S3Location |
CreateScriptRequest.getStorageLocation()
The location of the Amazon S3 bucket where a zipped file containing your Realtime scripts is stored.
|
S3Location |
CreateBuildResult.getStorageLocation()
Amazon S3 location for your game build file, including bucket name and key.
|
S3Location |
UpdateScriptRequest.getStorageLocation()
The location of the Amazon S3 bucket where a zipped file containing your Realtime scripts is stored.
|
S3Location |
CreateBuildRequest.getStorageLocation()
Information indicating where your game build files are stored.
|
S3Location |
S3Location.withBucket(String bucket)
An Amazon S3 bucket identifier.
|
S3Location |
S3Location.withKey(String key)
The name of the zip file that contains the build files or script files.
|
S3Location |
S3Location.withObjectVersion(String objectVersion)
The version of the file, if object versioning is turned on for the bucket.
|
S3Location |
S3Location.withRoleArn(String roleArn)
The Amazon Resource Name (ARN)
for an IAM role that allows Amazon GameLift to access the S3 bucket.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Script.setStorageLocation(S3Location storageLocation) |
void |
RequestUploadCredentialsResult.setStorageLocation(S3Location storageLocation)
Amazon S3 path and key, identifying where the game build files are stored.
|
void |
CreateScriptRequest.setStorageLocation(S3Location storageLocation)
The location of the Amazon S3 bucket where a zipped file containing your Realtime scripts is stored.
|
void |
CreateBuildResult.setStorageLocation(S3Location storageLocation)
Amazon S3 location for your game build file, including bucket name and key.
|
void |
UpdateScriptRequest.setStorageLocation(S3Location storageLocation)
The location of the Amazon S3 bucket where a zipped file containing your Realtime scripts is stored.
|
void |
CreateBuildRequest.setStorageLocation(S3Location storageLocation)
Information indicating where your game build files are stored.
|
Script |
Script.withStorageLocation(S3Location storageLocation) |
RequestUploadCredentialsResult |
RequestUploadCredentialsResult.withStorageLocation(S3Location storageLocation)
Amazon S3 path and key, identifying where the game build files are stored.
|
CreateScriptRequest |
CreateScriptRequest.withStorageLocation(S3Location storageLocation)
The location of the Amazon S3 bucket where a zipped file containing your Realtime scripts is stored.
|
CreateBuildResult |
CreateBuildResult.withStorageLocation(S3Location storageLocation)
Amazon S3 location for your game build file, including bucket name and key.
|
UpdateScriptRequest |
UpdateScriptRequest.withStorageLocation(S3Location storageLocation)
The location of the Amazon S3 bucket where a zipped file containing your Realtime scripts is stored.
|
CreateBuildRequest |
CreateBuildRequest.withStorageLocation(S3Location storageLocation)
Information indicating where your game build files are stored.
|
Copyright © 2020. All rights reserved.