| Package | Description |
|---|---|
| software.amazon.awssdk.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.
|
| 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 © 2020. All rights reserved.