| Package | Description |
|---|---|
| com.amazonaws.services.iamrolesanywhere.model |
| Modifier and Type | Method and Description |
|---|---|
CredentialSummary |
CredentialSummary.clone() |
CredentialSummary |
CredentialSummary.withEnabled(Boolean enabled)
Indicates whether the credential is enabled.
|
CredentialSummary |
CredentialSummary.withFailed(Boolean failed)
Indicates whether the CreateSession
operation was successful.
|
CredentialSummary |
CredentialSummary.withIssuer(String issuer)
The fully qualified domain name of the issuing certificate for the presented end-entity certificate.
|
CredentialSummary |
CredentialSummary.withSeenAt(Date seenAt)
The ISO-8601 time stamp of when the certificate was last used in a CreateSession
operation.
|
CredentialSummary |
CredentialSummary.withSerialNumber(String serialNumber)
The serial number of the certificate.
|
CredentialSummary |
CredentialSummary.withX509CertificateData(String x509CertificateData)
The PEM-encoded data of the certificate.
|
| Modifier and Type | Method and Description |
|---|---|
List<CredentialSummary> |
SubjectDetail.getCredentials()
The temporary session credentials vended at the last authenticating call with this Subject.
|
| Modifier and Type | Method and Description |
|---|---|
SubjectDetail |
SubjectDetail.withCredentials(CredentialSummary... credentials)
The temporary session credentials vended at the last authenticating call with this Subject.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SubjectDetail.setCredentials(Collection<CredentialSummary> credentials)
The temporary session credentials vended at the last authenticating call with this Subject.
|
SubjectDetail |
SubjectDetail.withCredentials(Collection<CredentialSummary> credentials)
The temporary session credentials vended at the last authenticating call with this Subject.
|
Copyright © 2022. All rights reserved.