Uses of Class
software.amazon.awssdk.services.sso.model.GetRoleCredentialsResponse
-
Packages that use GetRoleCredentialsResponse 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. -
-
Uses of GetRoleCredentialsResponse in software.amazon.awssdk.services.sso
Methods in software.amazon.awssdk.services.sso that return GetRoleCredentialsResponse Modifier and Type Method Description default GetRoleCredentialsResponseSsoClient. getRoleCredentials(Consumer<GetRoleCredentialsRequest.Builder> getRoleCredentialsRequest)Returns the STS short-term credentials for a given role name that is assigned to the user.default GetRoleCredentialsResponseSsoClient. getRoleCredentials(GetRoleCredentialsRequest getRoleCredentialsRequest)Returns the STS short-term credentials for a given role name that is assigned to the user.Methods in software.amazon.awssdk.services.sso that return types with arguments of type GetRoleCredentialsResponse Modifier and Type Method 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.
-