Package | Description |
---|---|
com.amazonaws.services.gamelift.model | |
com.amazonaws.services.gamelift.model.transform |
Modifier and Type | Field and Description |
---|---|
private Credentials |
RequestUploadCredentialsResult.uploadCredentials
AWS credentials required when uploading a game build to the storage
location.
|
private Credentials |
CreateBuildResult.uploadCredentials
AWS credentials required when uploading a game build to the storage
location.
|
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()
AWS credentials required when uploading a game build to the storage
location.
|
Credentials |
Credentials.withAccessKeyId(java.lang.String accessKeyId)
Access key for an AWS account.
|
Credentials |
Credentials.withSecretAccessKey(java.lang.String secretAccessKey)
Secret key for an AWS account.
|
Credentials |
Credentials.withSessionToken(java.lang.String sessionToken)
Token specific to a build ID.
|
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)
AWS credentials required when uploading a game build to the storage
location.
|
RequestUploadCredentialsResult |
RequestUploadCredentialsResult.withUploadCredentials(Credentials uploadCredentials)
AWS credentials required when uploading a game build to the storage
location.
|
CreateBuildResult |
CreateBuildResult.withUploadCredentials(Credentials uploadCredentials)
AWS credentials required when uploading a game build to the storage
location.
|
Modifier and Type | Method and Description |
---|---|
Credentials |
CredentialsJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
CredentialsJsonMarshaller.marshall(Credentials credentials,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|