Uses of Interface
software.amazon.awssdk.services.sts.model.GetWebIdentityTokenRequest.Builder
Packages that use GetWebIdentityTokenRequest.Builder
Package
Description
-
Uses of GetWebIdentityTokenRequest.Builder in software.amazon.awssdk.services.sts
Method parameters in software.amazon.awssdk.services.sts with type arguments of type GetWebIdentityTokenRequest.BuilderModifier and TypeMethodDescriptionStsAsyncClient.getWebIdentityToken(Consumer<GetWebIdentityTokenRequest.Builder> getWebIdentityTokenRequest) Returns a signed JSON Web Token (JWT) that represents the calling Amazon Web Services identity.default GetWebIdentityTokenResponseStsClient.getWebIdentityToken(Consumer<GetWebIdentityTokenRequest.Builder> getWebIdentityTokenRequest) Returns a signed JSON Web Token (JWT) that represents the calling Amazon Web Services identity. -
Uses of GetWebIdentityTokenRequest.Builder in software.amazon.awssdk.services.sts.model
Methods in software.amazon.awssdk.services.sts.model that return GetWebIdentityTokenRequest.BuilderModifier and TypeMethodDescriptionThe intended recipient of the web identity token.GetWebIdentityTokenRequest.Builder.audience(Collection<String> audience) The intended recipient of the web identity token.GetWebIdentityTokenRequest.builder()GetWebIdentityTokenRequest.Builder.durationSeconds(Integer durationSeconds) The duration, in seconds, for which the JSON Web Token (JWT) will remain valid.GetWebIdentityTokenRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetWebIdentityTokenRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) GetWebIdentityTokenRequest.Builder.signingAlgorithm(String signingAlgorithm) The cryptographic algorithm to use for signing the JSON Web Token (JWT).GetWebIdentityTokenRequest.Builder.tags(Collection<Tag> tags) An optional list of tags to include in the JSON Web Token (JWT).GetWebIdentityTokenRequest.Builder.tags(Consumer<Tag.Builder>... tags) An optional list of tags to include in the JSON Web Token (JWT).An optional list of tags to include in the JSON Web Token (JWT).GetWebIdentityTokenRequest.toBuilder()Methods in software.amazon.awssdk.services.sts.model that return types with arguments of type GetWebIdentityTokenRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetWebIdentityTokenRequest.Builder>GetWebIdentityTokenRequest.serializableBuilderClass()