Uses of Class
software.amazon.awssdk.services.sts.model.StsException
Packages that use StsException
Package
Description
-
Uses of StsException in software.amazon.awssdk.services.sts
Methods in software.amazon.awssdk.services.sts that throw StsExceptionModifier and TypeMethodDescriptiondefault AssumeRoleResponseStsClient.assumeRole(Consumer<AssumeRoleRequest.Builder> assumeRoleRequest) Returns a set of temporary security credentials that you can use to access Amazon Web Services resources.default AssumeRoleResponseStsClient.assumeRole(AssumeRoleRequest assumeRoleRequest) Returns a set of temporary security credentials that you can use to access Amazon Web Services resources.default AssumeRoleWithSamlResponseStsClient.assumeRoleWithSAML(Consumer<AssumeRoleWithSamlRequest.Builder> assumeRoleWithSamlRequest) Returns a set of temporary security credentials for users who have been authenticated via a SAML authentication response.default AssumeRoleWithSamlResponseStsClient.assumeRoleWithSAML(AssumeRoleWithSamlRequest assumeRoleWithSamlRequest) Returns a set of temporary security credentials for users who have been authenticated via a SAML authentication response.StsClient.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.default AssumeRootResponseStsClient.assumeRoot(Consumer<AssumeRootRequest.Builder> assumeRootRequest) Returns a set of short term credentials you can use to perform privileged tasks on a member account in your organization.default AssumeRootResponseStsClient.assumeRoot(AssumeRootRequest assumeRootRequest) Returns a set of short term credentials you can use to perform privileged tasks on a member account in your organization.StsClient.decodeAuthorizationMessage(Consumer<DecodeAuthorizationMessageRequest.Builder> decodeAuthorizationMessageRequest) Decodes additional information about the authorization status of a request from an encoded message returned in response to an Amazon Web Services request.StsClient.decodeAuthorizationMessage(DecodeAuthorizationMessageRequest decodeAuthorizationMessageRequest) Decodes additional information about the authorization status of a request from an encoded message returned in response to an Amazon Web Services request.default GetAccessKeyInfoResponseStsClient.getAccessKeyInfo(Consumer<GetAccessKeyInfoRequest.Builder> getAccessKeyInfoRequest) Returns the account identifier for the specified access key ID.default GetAccessKeyInfoResponseStsClient.getAccessKeyInfo(GetAccessKeyInfoRequest getAccessKeyInfoRequest) Returns the account identifier for the specified access key ID.default GetCallerIdentityResponseStsClient.getCallerIdentity()Returns details about the IAM user or role whose credentials are used to call the operation.default GetCallerIdentityResponseStsClient.getCallerIdentity(Consumer<GetCallerIdentityRequest.Builder> getCallerIdentityRequest) Returns details about the IAM user or role whose credentials are used to call the operation.default GetCallerIdentityResponseStsClient.getCallerIdentity(GetCallerIdentityRequest getCallerIdentityRequest) Returns details about the IAM user or role whose credentials are used to call the operation.default GetDelegatedAccessTokenResponseStsClient.getDelegatedAccessToken(Consumer<GetDelegatedAccessTokenRequest.Builder> getDelegatedAccessTokenRequest) Exchanges a trade-in token for temporary Amazon Web Services credentials with the permissions associated with the assumed principal.default GetDelegatedAccessTokenResponseStsClient.getDelegatedAccessToken(GetDelegatedAccessTokenRequest getDelegatedAccessTokenRequest) Exchanges a trade-in token for temporary Amazon Web Services credentials with the permissions associated with the assumed principal.default GetFederationTokenResponseStsClient.getFederationToken(Consumer<GetFederationTokenRequest.Builder> getFederationTokenRequest) Returns a set of temporary security credentials (consisting of an access key ID, a secret access key, and a security token) for a user.default GetFederationTokenResponseStsClient.getFederationToken(GetFederationTokenRequest getFederationTokenRequest) Returns a set of temporary security credentials (consisting of an access key ID, a secret access key, and a security token) for a user.default GetSessionTokenResponseStsClient.getSessionToken()Returns a set of temporary credentials for an Amazon Web Services account or IAM user.default GetSessionTokenResponseStsClient.getSessionToken(Consumer<GetSessionTokenRequest.Builder> getSessionTokenRequest) Returns a set of temporary credentials for an Amazon Web Services account or IAM user.default GetSessionTokenResponseStsClient.getSessionToken(GetSessionTokenRequest getSessionTokenRequest) Returns a set of temporary credentials for an Amazon Web Services account or IAM user.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. -
Uses of StsException in software.amazon.awssdk.services.sts.model
Subclasses of StsException in software.amazon.awssdk.services.sts.modelModifier and TypeClassDescriptionfinal classThe web identity token that was passed is expired or is not valid.final classThe trade-in token provided in the request has expired and can no longer be exchanged for credentials.final classThe request could not be fulfilled because the identity provider (IDP) that was asked to verify the incoming identity token could not be reached.final classThe identity provider (IdP) reported that authentication failed.final classThe error returned if the message passed toDecodeAuthorizationMessagewas invalid.final classThe web identity token that was passed could not be validated by Amazon Web Services.final classThe requested token payload size exceeds the maximum allowed size.final classThe request was rejected because the policy document was malformed.final classThe outbound web identity federation feature is not enabled for this account.final classThe request was rejected because the total packed size of the session policies and session tags combined was too large.final classSTS is not activated in the requested region for the account that is being asked to generate credentials.final classThe requested token duration would extend the session beyond its original expiration time.Methods in software.amazon.awssdk.services.sts.model that return StsExceptionConstructors in software.amazon.awssdk.services.sts.model with parameters of type StsException