| Package | Description |
|---|---|
| com.amazonaws.services.deadline.model |
| Modifier and Type | Method and Description |
|---|---|
AwsCredentials |
AwsCredentials.clone() |
AwsCredentials |
AssumeQueueRoleForWorkerResult.getCredentials()
The Amazon Web Services credentials for the role that the worker is assuming.
|
AwsCredentials |
AssumeQueueRoleForUserResult.getCredentials()
The credentials for the queue role that a user has access to.
|
AwsCredentials |
AssumeQueueRoleForReadResult.getCredentials()
The credentials for the queue role.
|
AwsCredentials |
AssumeFleetRoleForReadResult.getCredentials()
The credentials for the fleet role.
|
AwsCredentials |
AssumeFleetRoleForWorkerResult.getCredentials()
The credentials for the worker.
|
AwsCredentials |
AwsCredentials.withAccessKeyId(String accessKeyId)
The IAM access key ID.
|
AwsCredentials |
AwsCredentials.withExpiration(Date expiration)
The expiration date and time of the IAM credentials.
|
AwsCredentials |
AwsCredentials.withSecretAccessKey(String secretAccessKey)
The IAM secret access key.
|
AwsCredentials |
AwsCredentials.withSessionToken(String sessionToken)
The IAM session token
|
| Modifier and Type | Method and Description |
|---|---|
void |
AssumeQueueRoleForWorkerResult.setCredentials(AwsCredentials credentials)
The Amazon Web Services credentials for the role that the worker is assuming.
|
void |
AssumeQueueRoleForUserResult.setCredentials(AwsCredentials credentials)
The credentials for the queue role that a user has access to.
|
void |
AssumeQueueRoleForReadResult.setCredentials(AwsCredentials credentials)
The credentials for the queue role.
|
void |
AssumeFleetRoleForReadResult.setCredentials(AwsCredentials credentials)
The credentials for the fleet role.
|
void |
AssumeFleetRoleForWorkerResult.setCredentials(AwsCredentials credentials)
The credentials for the worker.
|
AssumeQueueRoleForWorkerResult |
AssumeQueueRoleForWorkerResult.withCredentials(AwsCredentials credentials)
The Amazon Web Services credentials for the role that the worker is assuming.
|
AssumeQueueRoleForUserResult |
AssumeQueueRoleForUserResult.withCredentials(AwsCredentials credentials)
The credentials for the queue role that a user has access to.
|
AssumeQueueRoleForReadResult |
AssumeQueueRoleForReadResult.withCredentials(AwsCredentials credentials)
The credentials for the queue role.
|
AssumeFleetRoleForReadResult |
AssumeFleetRoleForReadResult.withCredentials(AwsCredentials credentials)
The credentials for the fleet role.
|
AssumeFleetRoleForWorkerResult |
AssumeFleetRoleForWorkerResult.withCredentials(AwsCredentials credentials)
The credentials for the worker.
|
Copyright © 2025. All rights reserved.