| Package | Description |
|---|---|
| com.amazonaws.services.sso |
AWS Single Sign-On Portal is a web service that makes it easy for you to assign user access to AWS SSO resources such
as the user portal.
|
| com.amazonaws.services.sso.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetRoleCredentialsResult> |
AWSSSOAsync.getRoleCredentialsAsync(GetRoleCredentialsRequest getRoleCredentialsRequest,
AsyncHandler<GetRoleCredentialsRequest,GetRoleCredentialsResult> asyncHandler)
Returns the STS short-term credentials for a given role name that is assigned to the user.
|
Future<GetRoleCredentialsResult> |
AbstractAWSSSOAsync.getRoleCredentialsAsync(GetRoleCredentialsRequest request,
AsyncHandler<GetRoleCredentialsRequest,GetRoleCredentialsResult> asyncHandler) |
Future<GetRoleCredentialsResult> |
AWSSSOAsyncClient.getRoleCredentialsAsync(GetRoleCredentialsRequest request,
AsyncHandler<GetRoleCredentialsRequest,GetRoleCredentialsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetRoleCredentialsRequest |
GetRoleCredentialsRequest.clone() |
GetRoleCredentialsRequest |
GetRoleCredentialsRequest.withAccessToken(String accessToken)
The token issued by the
CreateToken API call. |
GetRoleCredentialsRequest |
GetRoleCredentialsRequest.withAccountId(String accountId)
The identifier for the AWS account that is assigned to the user.
|
GetRoleCredentialsRequest |
GetRoleCredentialsRequest.withRoleName(String roleName)
The friendly name of the role that is assigned to the user.
|
Copyright © 2019. All rights reserved.