Uses of Class
software.amazon.awssdk.services.sts.model.AssumeRoleWithWebIdentityRequest
-
Packages that use AssumeRoleWithWebIdentityRequest Package Description software.amazon.awssdk.services.sts Security Token Service software.amazon.awssdk.services.sts.auth software.amazon.awssdk.services.sts.internal software.amazon.awssdk.services.sts.transform -
-
Uses of AssumeRoleWithWebIdentityRequest in software.amazon.awssdk.services.sts
Methods in software.amazon.awssdk.services.sts with parameters of type AssumeRoleWithWebIdentityRequest Modifier and Type Method Description default CompletableFuture<AssumeRoleWithWebIdentityResponse>StsAsyncClient. 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.default AssumeRoleWithWebIdentityResponseStsClient. 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 AssumeRoleWithWebIdentityRequest Modifier and Type Method Description StsAssumeRoleWithWebIdentityCredentialsProvider.BuilderStsAssumeRoleWithWebIdentityCredentialsProvider.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.BuilderStsWebIdentityTokenFileCredentialsProvider.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 AssumeRoleWithWebIdentityRequest Modifier and Type Method Description StsAssumeRoleWithWebIdentityCredentialsProvider.BuilderStsAssumeRoleWithWebIdentityCredentialsProvider.Builder. refreshRequest(Supplier<AssumeRoleWithWebIdentityRequest> assumeRoleWithWebIdentityRequest)Similar toStsAssumeRoleWithWebIdentityCredentialsProvider.Builder.refreshRequest(AssumeRoleWithWebIdentityRequest), but takes aSupplierto supply the request to STS.StsWebIdentityTokenFileCredentialsProvider.BuilderStsWebIdentityTokenFileCredentialsProvider.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 AssumeRoleWithWebIdentityRequest Modifier and Type Method Description AssumeRoleWithWebIdentityRequestAssumeRoleWithWebIdentityRequestSupplier. get()Methods in software.amazon.awssdk.services.sts.internal with parameters of type AssumeRoleWithWebIdentityRequest Modifier and Type Method Description AssumeRoleWithWebIdentityRequestSupplier.BuilderAssumeRoleWithWebIdentityRequestSupplier.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 AssumeRoleWithWebIdentityRequest Modifier and Type Method Description SdkHttpFullRequestAssumeRoleWithWebIdentityRequestMarshaller. marshall(AssumeRoleWithWebIdentityRequest assumeRoleWithWebIdentityRequest)
-