Uses of Interface
software.amazon.awssdk.services.sts.model.AssumeRoleWithSamlResponse.Builder
Packages that use AssumeRoleWithSamlResponse.Builder
-
Uses of AssumeRoleWithSamlResponse.Builder in software.amazon.awssdk.services.sts.model
Methods in software.amazon.awssdk.services.sts.model that return AssumeRoleWithSamlResponse.BuilderModifier and TypeMethodDescriptionAssumeRoleWithSamlResponse.Builder.assumedRoleUser(Consumer<AssumedRoleUser.Builder> assumedRoleUser) The identifiers for the temporary security credentials that the operation returns.AssumeRoleWithSamlResponse.Builder.assumedRoleUser(AssumedRoleUser assumedRoleUser) The identifiers for the temporary security credentials that the operation returns.The value of theRecipientattribute of theSubjectConfirmationDataelement of the SAML assertion.AssumeRoleWithSamlResponse.builder()AssumeRoleWithSamlResponse.Builder.credentials(Consumer<Credentials.Builder> credentials) The temporary security credentials, which include an access key ID, a secret access key, and a security (or session) token.AssumeRoleWithSamlResponse.Builder.credentials(Credentials credentials) The temporary security credentials, which include an access key ID, a secret access key, and a security (or session) token.The value of theIssuerelement of the SAML assertion.AssumeRoleWithSamlResponse.Builder.nameQualifier(String nameQualifier) A hash value based on the concatenation of the following:AssumeRoleWithSamlResponse.Builder.packedPolicySize(Integer packedPolicySize) A percentage value that indicates the packed size of the session policies and session tags combined passed in the request.AssumeRoleWithSamlResponse.Builder.sourceIdentity(String sourceIdentity) The value in theSourceIdentityattribute in the SAML assertion.The value of theNameIDelement in theSubjectelement of the SAML assertion.AssumeRoleWithSamlResponse.Builder.subjectType(String subjectType) The format of the name ID, as defined by theFormatattribute in theNameIDelement of the SAML assertion.AssumeRoleWithSamlResponse.toBuilder()Methods in software.amazon.awssdk.services.sts.model that return types with arguments of type AssumeRoleWithSamlResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AssumeRoleWithSamlResponse.Builder>AssumeRoleWithSamlResponse.serializableBuilderClass()