Uses of Interface
software.amazon.awssdk.services.sso.model.GetRoleCredentialsRequest.Builder
Packages that use GetRoleCredentialsRequest.Builder
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 GetRoleCredentialsRequest.Builder in software.amazon.awssdk.services.sso
Method parameters in software.amazon.awssdk.services.sso with type arguments of type GetRoleCredentialsRequest.BuilderModifier and TypeMethodDescriptionSsoAsyncClient.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(Consumer<GetRoleCredentialsRequest.Builder> getRoleCredentialsRequest) Returns the STS short-term credentials for a given role name that is assigned to the user. -
Uses of GetRoleCredentialsRequest.Builder in software.amazon.awssdk.services.sso.model
Methods in software.amazon.awssdk.services.sso.model that return GetRoleCredentialsRequest.BuilderModifier and TypeMethodDescriptionGetRoleCredentialsRequest.Builder.accessToken(String accessToken) The token issued by theCreateTokenAPI call.The identifier for the AWS account that is assigned to the user.GetRoleCredentialsRequest.builder()GetRoleCredentialsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetRoleCredentialsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The friendly name of the role that is assigned to the user.GetRoleCredentialsRequest.toBuilder()Methods in software.amazon.awssdk.services.sso.model that return types with arguments of type GetRoleCredentialsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetRoleCredentialsRequest.Builder>GetRoleCredentialsRequest.serializableBuilderClass()