Uses of Interface
software.amazon.awssdk.services.sts.model.AssumeRoleWithWebIdentityRequest.Builder
Packages that use AssumeRoleWithWebIdentityRequest.Builder
Package
Description
-
Uses of AssumeRoleWithWebIdentityRequest.Builder in software.amazon.awssdk.services.sts
Method parameters in software.amazon.awssdk.services.sts with type arguments of type AssumeRoleWithWebIdentityRequest.BuilderModifier and TypeMethodDescriptionStsAsyncClient.assumeRoleWithWebIdentity(Consumer<AssumeRoleWithWebIdentityRequest.Builder> assumeRoleWithWebIdentityRequest) Returns a set of temporary security credentials for users who have been authenticated in a mobile or web application with a web identity provider.StsClient.assumeRoleWithWebIdentity(Consumer<AssumeRoleWithWebIdentityRequest.Builder> assumeRoleWithWebIdentityRequest) Returns a set of temporary security credentials for users who have been authenticated in a mobile or web application with a web identity provider. -
Uses of AssumeRoleWithWebIdentityRequest.Builder in software.amazon.awssdk.services.sts.auth
Method parameters in software.amazon.awssdk.services.sts.auth with type arguments of type AssumeRoleWithWebIdentityRequest.BuilderModifier and TypeMethodDescriptionStsAssumeRoleWithWebIdentityCredentialsProvider.Builder.refreshRequest(Consumer<AssumeRoleWithWebIdentityRequest.Builder> assumeRoleWithWebIdentityRequest) Similar toStsAssumeRoleWithWebIdentityCredentialsProvider.Builder.refreshRequest(AssumeRoleWithWebIdentityRequest), but takes a lambda to configure a newAssumeRoleWithWebIdentityRequest.Builder.StsWebIdentityTokenFileCredentialsProvider.Builder.refreshRequest(Consumer<AssumeRoleWithWebIdentityRequest.Builder> assumeRoleWithWebIdentityRequest) Similar toStsWebIdentityTokenFileCredentialsProvider.Builder.refreshRequest(AssumeRoleWithWebIdentityRequest), but takes a lambda to configure a newAssumeRoleWithWebIdentityRequest.Builder. -
Uses of AssumeRoleWithWebIdentityRequest.Builder in software.amazon.awssdk.services.sts.model
Methods in software.amazon.awssdk.services.sts.model that return AssumeRoleWithWebIdentityRequest.BuilderModifier and TypeMethodDescriptionAssumeRoleWithWebIdentityRequest.builder()AssumeRoleWithWebIdentityRequest.Builder.durationSeconds(Integer durationSeconds) The duration, in seconds, of the role session.AssumeRoleWithWebIdentityRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) AssumeRoleWithWebIdentityRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) An IAM policy in JSON format that you want to use as an inline session policy.AssumeRoleWithWebIdentityRequest.Builder.policyArns(Collection<PolicyDescriptorType> policyArns) The Amazon Resource Names (ARNs) of the IAM managed policies that you want to use as managed session policies.AssumeRoleWithWebIdentityRequest.Builder.policyArns(Consumer<PolicyDescriptorType.Builder>... policyArns) The Amazon Resource Names (ARNs) of the IAM managed policies that you want to use as managed session policies.AssumeRoleWithWebIdentityRequest.Builder.policyArns(PolicyDescriptorType... policyArns) The Amazon Resource Names (ARNs) of the IAM managed policies that you want to use as managed session policies.AssumeRoleWithWebIdentityRequest.Builder.providerId(String providerId) The fully qualified host component of the domain name of the OAuth 2.0 identity provider.The Amazon Resource Name (ARN) of the role that the caller is assuming.AssumeRoleWithWebIdentityRequest.Builder.roleSessionName(String roleSessionName) An identifier for the assumed role session.AssumeRoleWithWebIdentityRequest.toBuilder()AssumeRoleWithWebIdentityRequest.Builder.webIdentityToken(String webIdentityToken) The OAuth 2.0 access token or OpenID Connect ID token that is provided by the identity provider.Methods in software.amazon.awssdk.services.sts.model that return types with arguments of type AssumeRoleWithWebIdentityRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AssumeRoleWithWebIdentityRequest.Builder>AssumeRoleWithWebIdentityRequest.serializableBuilderClass()