Uses of Class
software.amazon.awssdk.services.sts.model.AssumeRoleWithWebIdentityResponse
-
Packages that use AssumeRoleWithWebIdentityResponse Package Description software.amazon.awssdk.services.sts Security Token Service -
-
Uses of AssumeRoleWithWebIdentityResponse in software.amazon.awssdk.services.sts
Methods in software.amazon.awssdk.services.sts that return AssumeRoleWithWebIdentityResponse Modifier and Type Method Description 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.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.Methods in software.amazon.awssdk.services.sts that return types with arguments of type AssumeRoleWithWebIdentityResponse 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 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.
-