| Package | Description |
|---|---|
| com.amazonaws.services.sso.model |
| Modifier and Type | Method and Description |
|---|---|
RoleCredentials |
RoleCredentials.clone() |
RoleCredentials |
GetRoleCredentialsResult.getRoleCredentials()
The credentials for the role that is assigned to the user.
|
RoleCredentials |
RoleCredentials.withAccessKeyId(String accessKeyId)
The identifier used for the temporary security credentials.
|
RoleCredentials |
RoleCredentials.withExpiration(Long expiration)
The date on which temporary security credentials expire.
|
RoleCredentials |
RoleCredentials.withSecretAccessKey(String secretAccessKey)
The key that is used to sign the request.
|
RoleCredentials |
RoleCredentials.withSessionToken(String sessionToken)
The token used for temporary credentials.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetRoleCredentialsResult.setRoleCredentials(RoleCredentials roleCredentials)
The credentials for the role that is assigned to the user.
|
GetRoleCredentialsResult |
GetRoleCredentialsResult.withRoleCredentials(RoleCredentials roleCredentials)
The credentials for the role that is assigned to the user.
|
Copyright © 2023. All rights reserved.