Uses of Class
software.amazon.awssdk.services.sts.model.AssumeRoleWithWebIdentityResponse
Packages that use AssumeRoleWithWebIdentityResponse
-
Uses of AssumeRoleWithWebIdentityResponse in software.amazon.awssdk.services.sts
Methods in software.amazon.awssdk.services.sts that return AssumeRoleWithWebIdentityResponseModifier and TypeMethodDescriptionStsClient.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(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 AssumeRoleWithWebIdentityResponseModifier 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.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.