| Package | Description |
|---|---|
| software.amazon.awssdk.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.
|
| Modifier and Type | Method and Description |
|---|---|
default GetRoleCredentialsResponse |
SsoClient.getRoleCredentials(Consumer<GetRoleCredentialsRequest.Builder> getRoleCredentialsRequest)
Returns the STS short-term credentials for a given role name that is assigned to the user.
|
default GetRoleCredentialsResponse |
SsoClient.getRoleCredentials(GetRoleCredentialsRequest getRoleCredentialsRequest)
Returns the STS short-term credentials for a given role name that is assigned to the user.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetRoleCredentialsResponse> |
SsoAsyncClient.getRoleCredentials(Consumer<GetRoleCredentialsRequest.Builder> getRoleCredentialsRequest)
Returns the STS short-term credentials for a given role name that is assigned to the user.
|
default CompletableFuture<GetRoleCredentialsResponse> |
SsoAsyncClient.getRoleCredentials(GetRoleCredentialsRequest getRoleCredentialsRequest)
Returns the STS short-term credentials for a given role name that is assigned to the user.
|
Copyright © 2023. All rights reserved.