| Package | Description |
|---|---|
| software.amazon.awssdk.services.sts.model |
| Modifier and Type | Method and Description |
|---|---|
AssumeRoleWithSamlResponse.Builder |
AssumeRoleWithSamlResponse.Builder.assumedRoleUser(AssumedRoleUser assumedRoleUser)
The identifiers for the temporary security credentials that the operation returns.
|
default AssumeRoleWithSamlResponse.Builder |
AssumeRoleWithSamlResponse.Builder.assumedRoleUser(Consumer<AssumedRoleUser.Builder> assumedRoleUser)
The identifiers for the temporary security credentials that the operation returns.
|
AssumeRoleWithSamlResponse.Builder |
AssumeRoleWithSamlResponse.Builder.audience(String audience)
The value of the
Recipient attribute of the SubjectConfirmationData element of the
SAML assertion. |
static AssumeRoleWithSamlResponse.Builder |
AssumeRoleWithSamlResponse.builder() |
default 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 |
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.
|
AssumeRoleWithSamlResponse.Builder |
AssumeRoleWithSamlResponse.Builder.issuer(String issuer)
The value of the
Issuer element of the SAML assertion. |
AssumeRoleWithSamlResponse.Builder |
AssumeRoleWithSamlResponse.Builder.nameQualifier(String nameQualifier)
A hash value based on the concatenation of the
Issuer response value, the AWS account ID, and
the friendly name (the last part of the ARN) of the SAML provider in IAM. |
AssumeRoleWithSamlResponse.Builder |
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 |
AssumeRoleWithSamlResponse.Builder.subject(String subject)
The value of the
NameID element in the Subject element of the SAML assertion. |
AssumeRoleWithSamlResponse.Builder |
AssumeRoleWithSamlResponse.Builder.subjectType(String subjectType)
The format of the name ID, as defined by the
Format attribute in the NameID element
of the SAML assertion. |
AssumeRoleWithSamlResponse.Builder |
AssumeRoleWithSamlResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AssumeRoleWithSamlResponse.Builder> |
AssumeRoleWithSamlResponse.serializableBuilderClass() |
Copyright © 2020. All rights reserved.