| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
S3Location |
CreateBuildRequest.storageLocation()
Information indicating where your game build files are stored.
|
S3Location |
RequestUploadCredentialsResponse.storageLocation()
Amazon S3 path and key, identifying where the game build files are stored.
|
S3Location |
CreateBuildResponse.storageLocation()
Amazon S3 location for your game build file, including bucket name and key.
|
| Modifier and Type | Method and Description |
|---|---|
CreateBuildRequest.Builder |
CreateBuildRequest.Builder.storageLocation(S3Location storageLocation)
Information indicating where your game build files are stored.
|
RequestUploadCredentialsResponse.Builder |
RequestUploadCredentialsResponse.Builder.storageLocation(S3Location storageLocation)
Amazon S3 path and key, identifying where the game build files are stored.
|
CreateBuildResponse.Builder |
CreateBuildResponse.Builder.storageLocation(S3Location storageLocation)
Amazon S3 location for your game build file, including bucket name and key.
|
Copyright © 2019. All rights reserved.