| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
S3Location |
RequestUploadCredentialsResponse.storageLocation()
Amazon S3 path and key, identifying where the game build files are stored.
|
S3Location |
Script.storageLocation()
The location of the Amazon S3 bucket where a zipped file containing your Realtime scripts is stored.
|
S3Location |
CreateBuildResponse.storageLocation()
Amazon S3 location for your game build file, including bucket name and key.
|
S3Location |
CreateScriptRequest.storageLocation()
The location of the Amazon S3 bucket where a zipped file containing your Realtime scripts is stored.
|
S3Location |
CreateBuildRequest.storageLocation()
Information indicating where your game build files are stored.
|
S3Location |
UpdateScriptRequest.storageLocation()
The location of the Amazon S3 bucket where a zipped file containing your Realtime scripts is stored.
|
| Modifier and Type | Method and Description |
|---|---|
RequestUploadCredentialsResponse.Builder |
RequestUploadCredentialsResponse.Builder.storageLocation(S3Location storageLocation)
Amazon S3 path and key, identifying where the game build files are stored.
|
Script.Builder |
Script.Builder.storageLocation(S3Location storageLocation)
The location of the Amazon S3 bucket where a zipped file containing your Realtime scripts is stored.
|
CreateBuildResponse.Builder |
CreateBuildResponse.Builder.storageLocation(S3Location storageLocation)
Amazon S3 location for your game build file, including bucket name and key.
|
CreateScriptRequest.Builder |
CreateScriptRequest.Builder.storageLocation(S3Location storageLocation)
The location of the Amazon S3 bucket where a zipped file containing your Realtime scripts is stored.
|
CreateBuildRequest.Builder |
CreateBuildRequest.Builder.storageLocation(S3Location storageLocation)
Information indicating where your game build files are stored.
|
UpdateScriptRequest.Builder |
UpdateScriptRequest.Builder.storageLocation(S3Location storageLocation)
The location of the Amazon S3 bucket where a zipped file containing your Realtime scripts is stored.
|
Copyright © 2023. All rights reserved.