| 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.
|
| software.amazon.awssdk.services.sso.auth | |
| software.amazon.awssdk.services.sso.transform |
| Modifier and Type | Method and Description |
|---|---|
default GetRoleCredentialsResponse |
SsoClient.getRoleCredentials(GetRoleCredentialsRequest 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.
|
| Modifier and Type | Method and Description |
|---|---|
SsoCredentialsProvider.Builder |
SsoCredentialsProvider.Builder.refreshRequest(GetRoleCredentialsRequest getRoleCredentialsRequest)
Configure the
GetRoleCredentialsRequest that should be periodically sent to the SSO service to update the
credentials. |
SsoCredentialsProvider.Builder |
SsoCredentialsProvider.BuilderImpl.refreshRequest(GetRoleCredentialsRequest getRoleCredentialsRequest) |
| Modifier and Type | Method and Description |
|---|---|
SsoCredentialsProvider.Builder |
SsoCredentialsProvider.Builder.refreshRequest(Supplier<GetRoleCredentialsRequest> getRoleCredentialsRequestSupplier)
Similar to
SsoCredentialsProvider.Builder.refreshRequest(GetRoleCredentialsRequest), but takes a Supplier to supply the request to
SSO. |
SsoCredentialsProvider.Builder |
SsoCredentialsProvider.BuilderImpl.refreshRequest(Supplier<GetRoleCredentialsRequest> getRoleCredentialsRequestSupplier) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
GetRoleCredentialsRequestMarshaller.marshall(GetRoleCredentialsRequest getRoleCredentialsRequest) |
Copyright © 2023. All rights reserved.