Uses of Class
software.amazon.awssdk.services.sts.model.AssumeRoleWithWebIdentityRequest
Packages that use AssumeRoleWithWebIdentityRequest
Package
Description
-
Uses of AssumeRoleWithWebIdentityRequest in software.amazon.awssdk.services.sts
Methods in software.amazon.awssdk.services.sts with parameters of type AssumeRoleWithWebIdentityRequestModifier and TypeMethodDescriptionStsAsyncClient.assumeRoleWithWebIdentity(AssumeRoleWithWebIdentityRequest 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(AssumeRoleWithWebIdentityRequest 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 in software.amazon.awssdk.services.sts.auth
Methods in software.amazon.awssdk.services.sts.auth with parameters of type AssumeRoleWithWebIdentityRequestModifier and TypeMethodDescriptionStsAssumeRoleWithWebIdentityCredentialsProvider.Builder.refreshRequest(AssumeRoleWithWebIdentityRequest assumeRoleWithWebIdentityRequest) Configure theAssumeRoleWithWebIdentityRequestthat should be periodically sent to the STS service to update the session token when it gets close to expiring.StsWebIdentityTokenFileCredentialsProvider.Builder.refreshRequest(AssumeRoleWithWebIdentityRequest assumeRoleWithWebIdentityRequest) Configure theAssumeRoleWithWebIdentityRequestthat should be periodically sent to the STS service to update the session token when it gets close to expiring.Method parameters in software.amazon.awssdk.services.sts.auth with type arguments of type AssumeRoleWithWebIdentityRequestModifier and TypeMethodDescriptionStsAssumeRoleWithWebIdentityCredentialsProvider.Builder.refreshRequest(Supplier<AssumeRoleWithWebIdentityRequest> assumeRoleWithWebIdentityRequest) Similar toStsAssumeRoleWithWebIdentityCredentialsProvider.Builder.refreshRequest(AssumeRoleWithWebIdentityRequest), but takes aSupplierto supply the request to STS.StsWebIdentityTokenFileCredentialsProvider.Builder.refreshRequest(Supplier<AssumeRoleWithWebIdentityRequest> assumeRoleWithWebIdentityRequestSupplier) Similar toStsWebIdentityTokenFileCredentialsProvider.Builder.refreshRequest(AssumeRoleWithWebIdentityRequest), but takes aSupplierto supply the request to STS. -
Uses of AssumeRoleWithWebIdentityRequest in software.amazon.awssdk.services.sts.internal
Methods in software.amazon.awssdk.services.sts.internal that return AssumeRoleWithWebIdentityRequestMethods in software.amazon.awssdk.services.sts.internal with parameters of type AssumeRoleWithWebIdentityRequestModifier and TypeMethodDescriptionAssumeRoleWithWebIdentityRequestSupplier.Builder.assumeRoleWithWebIdentityRequest(AssumeRoleWithWebIdentityRequest request) -
Uses of AssumeRoleWithWebIdentityRequest in software.amazon.awssdk.services.sts.transform
Methods in software.amazon.awssdk.services.sts.transform with parameters of type AssumeRoleWithWebIdentityRequestModifier and TypeMethodDescriptionAssumeRoleWithWebIdentityRequestMarshaller.marshall(AssumeRoleWithWebIdentityRequest assumeRoleWithWebIdentityRequest)