Uses of Class
software.amazon.awssdk.services.sts.model.GetWebIdentityTokenResponse
-
Packages that use GetWebIdentityTokenResponse Package Description software.amazon.awssdk.services.sts Security Token Service -
-
Uses of GetWebIdentityTokenResponse in software.amazon.awssdk.services.sts
Methods in software.amazon.awssdk.services.sts that return GetWebIdentityTokenResponse Modifier and Type Method Description default GetWebIdentityTokenResponseStsClient. getWebIdentityToken(Consumer<GetWebIdentityTokenRequest.Builder> getWebIdentityTokenRequest)Returns a signed JSON Web Token (JWT) that represents the calling Amazon Web Services identity.default GetWebIdentityTokenResponseStsClient. getWebIdentityToken(GetWebIdentityTokenRequest getWebIdentityTokenRequest)Returns a signed JSON Web Token (JWT) that represents the calling Amazon Web Services identity.Methods in software.amazon.awssdk.services.sts that return types with arguments of type GetWebIdentityTokenResponse Modifier and Type Method Description default CompletableFuture<GetWebIdentityTokenResponse>StsAsyncClient. getWebIdentityToken(Consumer<GetWebIdentityTokenRequest.Builder> getWebIdentityTokenRequest)Returns a signed JSON Web Token (JWT) that represents the calling Amazon Web Services identity.default CompletableFuture<GetWebIdentityTokenResponse>StsAsyncClient. getWebIdentityToken(GetWebIdentityTokenRequest getWebIdentityTokenRequest)Returns a signed JSON Web Token (JWT) that represents the calling Amazon Web Services identity.
-