| Package | Description |
|---|---|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
Credentials |
Credentials.clone() |
Credentials |
RequestUploadCredentialsResult.getUploadCredentials()
AWS credentials required when uploading a game build to the storage location.
|
Credentials |
CreateBuildResult.getUploadCredentials()
This element is returned only when the operation is called without a storage location.
|
Credentials |
Credentials.withAccessKeyId(String accessKeyId)
Temporary key allowing access to the Amazon GameLift S3 account.
|
Credentials |
Credentials.withSecretAccessKey(String secretAccessKey)
Temporary secret key allowing access to the Amazon GameLift S3 account.
|
Credentials |
Credentials.withSessionToken(String sessionToken)
Token used to associate a specific build ID with the files uploaded using these credentials.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RequestUploadCredentialsResult.setUploadCredentials(Credentials uploadCredentials)
AWS credentials required when uploading a game build to the storage location.
|
void |
CreateBuildResult.setUploadCredentials(Credentials uploadCredentials)
This element is returned only when the operation is called without a storage location.
|
RequestUploadCredentialsResult |
RequestUploadCredentialsResult.withUploadCredentials(Credentials uploadCredentials)
AWS credentials required when uploading a game build to the storage location.
|
CreateBuildResult |
CreateBuildResult.withUploadCredentials(Credentials uploadCredentials)
This element is returned only when the operation is called without a storage location.
|
Copyright © 2020. All rights reserved.