Uses of Class
software.amazon.awssdk.services.sso.model.GetRoleCredentialsResponse
Packages that use GetRoleCredentialsResponse
Package
Description
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 GetRoleCredentialsResponseModifier and TypeMethodDescriptiondefault 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 GetRoleCredentialsResponseModifier and TypeMethodDescriptionSsoAsyncClient.getRoleCredentials(Consumer<GetRoleCredentialsRequest.Builder> getRoleCredentialsRequest) Returns the STS short-term credentials for a given role name that is assigned to the user.SsoAsyncClient.getRoleCredentials(GetRoleCredentialsRequest getRoleCredentialsRequest) Returns the STS short-term credentials for a given role name that is assigned to the user.