Uses of Interface
software.amazon.awssdk.services.sts.model.AssumeRoleWithWebIdentityRequest.Builder
-
Packages that use AssumeRoleWithWebIdentityRequest.Builder Package Description software.amazon.awssdk.services.sts Security Token Service software.amazon.awssdk.services.sts.auth software.amazon.awssdk.services.sts.model -
-
Uses of AssumeRoleWithWebIdentityRequest.Builder in software.amazon.awssdk.services.sts
Method parameters in software.amazon.awssdk.services.sts with type arguments of type AssumeRoleWithWebIdentityRequest.Builder Modifier and Type Method Description default CompletableFuture<AssumeRoleWithWebIdentityResponse>StsAsyncClient. 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.default AssumeRoleWithWebIdentityResponseStsClient. 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.Builder Modifier and Type Method Description StsAssumeRoleWithWebIdentityCredentialsProvider.BuilderStsAssumeRoleWithWebIdentityCredentialsProvider.Builder. refreshRequest(Consumer<AssumeRoleWithWebIdentityRequest.Builder> assumeRoleWithWebIdentityRequest)Similar toStsAssumeRoleWithWebIdentityCredentialsProvider.Builder.refreshRequest(AssumeRoleWithWebIdentityRequest), but takes a lambda to configure a newAssumeRoleWithWebIdentityRequest.Builder.StsWebIdentityTokenFileCredentialsProvider.BuilderStsWebIdentityTokenFileCredentialsProvider.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.Builder Modifier and Type Method Description static AssumeRoleWithWebIdentityRequest.BuilderAssumeRoleWithWebIdentityRequest. builder()AssumeRoleWithWebIdentityRequest.BuilderAssumeRoleWithWebIdentityRequest.Builder. durationSeconds(Integer durationSeconds)The duration, in seconds, of the role session.AssumeRoleWithWebIdentityRequest.BuilderAssumeRoleWithWebIdentityRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AssumeRoleWithWebIdentityRequest.BuilderAssumeRoleWithWebIdentityRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AssumeRoleWithWebIdentityRequest.BuilderAssumeRoleWithWebIdentityRequest.Builder. policy(String policy)An IAM policy in JSON format that you want to use as an inline session policy.AssumeRoleWithWebIdentityRequest.BuilderAssumeRoleWithWebIdentityRequest.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.BuilderAssumeRoleWithWebIdentityRequest.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.BuilderAssumeRoleWithWebIdentityRequest.Builder. policyArns(PolicyDescriptorType... policyArns)The Amazon Resource Names (ARNs) of the IAM managed policies that you want to use as managed session policies.AssumeRoleWithWebIdentityRequest.BuilderAssumeRoleWithWebIdentityRequest.Builder. providerId(String providerId)The fully qualified host component of the domain name of the OAuth 2.0 identity provider.AssumeRoleWithWebIdentityRequest.BuilderAssumeRoleWithWebIdentityRequest.Builder. roleArn(String roleArn)The Amazon Resource Name (ARN) of the role that the caller is assuming.AssumeRoleWithWebIdentityRequest.BuilderAssumeRoleWithWebIdentityRequest.Builder. roleSessionName(String roleSessionName)An identifier for the assumed role session.AssumeRoleWithWebIdentityRequest.BuilderAssumeRoleWithWebIdentityRequest. toBuilder()AssumeRoleWithWebIdentityRequest.BuilderAssumeRoleWithWebIdentityRequest.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.Builder Modifier and Type Method Description static Class<? extends AssumeRoleWithWebIdentityRequest.Builder>AssumeRoleWithWebIdentityRequest. serializableBuilderClass()
-