| Package | Description |
|---|---|
| com.amazonaws.services.sso |
AWS IAM Identity Center (successor to AWS Single Sign-On) Portal is a web service that makes it easy for you to
assign user access to IAM Identity Center resources such as the AWS access portal.
|
| com.amazonaws.services.sso.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetRoleCredentialsResult> |
AbstractAWSSSOAsync.getRoleCredentialsAsync(GetRoleCredentialsRequest request,
AsyncHandler<GetRoleCredentialsRequest,GetRoleCredentialsResult> asyncHandler) |
Future<GetRoleCredentialsResult> |
AWSSSOAsyncClient.getRoleCredentialsAsync(GetRoleCredentialsRequest request,
AsyncHandler<GetRoleCredentialsRequest,GetRoleCredentialsResult> asyncHandler) |
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.
|
| 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 © 2022. All rights reserved.