Uses of Interface
software.amazon.awssdk.services.sts.model.AssumeRoleWithWebIdentityResponse.Builder
Packages that use AssumeRoleWithWebIdentityResponse.Builder
-
Uses of AssumeRoleWithWebIdentityResponse.Builder in software.amazon.awssdk.services.sts.model
Methods in software.amazon.awssdk.services.sts.model that return AssumeRoleWithWebIdentityResponse.BuilderModifier and TypeMethodDescriptionAssumeRoleWithWebIdentityResponse.Builder.assumedRoleUser(Consumer<AssumedRoleUser.Builder> assumedRoleUser) The Amazon Resource Name (ARN) and the assumed role ID, which are identifiers that you can use to refer to the resulting temporary security credentials.AssumeRoleWithWebIdentityResponse.Builder.assumedRoleUser(AssumedRoleUser assumedRoleUser) The Amazon Resource Name (ARN) and the assumed role ID, which are identifiers that you can use to refer to the resulting temporary security credentials.The intended audience (also known as client ID) of the web identity token.AssumeRoleWithWebIdentityResponse.builder()AssumeRoleWithWebIdentityResponse.Builder.credentials(Consumer<Credentials.Builder> credentials) The temporary security credentials, which include an access key ID, a secret access key, and a security token.AssumeRoleWithWebIdentityResponse.Builder.credentials(Credentials credentials) The temporary security credentials, which include an access key ID, a secret access key, and a security token.AssumeRoleWithWebIdentityResponse.Builder.packedPolicySize(Integer packedPolicySize) A percentage value that indicates the packed size of the session policies and session tags combined passed in the request.The issuing authority of the web identity token presented.AssumeRoleWithWebIdentityResponse.Builder.sourceIdentity(String sourceIdentity) The value of the source identity that is returned in the JSON web token (JWT) from the identity provider.AssumeRoleWithWebIdentityResponse.Builder.subjectFromWebIdentityToken(String subjectFromWebIdentityToken) The unique user identifier that is returned by the identity provider.AssumeRoleWithWebIdentityResponse.toBuilder()Methods in software.amazon.awssdk.services.sts.model that return types with arguments of type AssumeRoleWithWebIdentityResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AssumeRoleWithWebIdentityResponse.Builder>AssumeRoleWithWebIdentityResponse.serializableBuilderClass()