| Package | Description |
|---|---|
| com.amazonaws.services.iamrolesanywhere.model |
| Modifier and Type | Method and Description |
|---|---|
SubjectSummary |
SubjectSummary.clone() |
SubjectSummary |
SubjectSummary.withCreatedAt(Date createdAt)
The ISO-8601 time stamp of when the certificate was first used in a temporary credential request.
|
SubjectSummary |
SubjectSummary.withEnabled(Boolean enabled)
The enabled status of the subject.
|
SubjectSummary |
SubjectSummary.withLastSeenAt(Date lastSeenAt)
The ISO-8601 time stamp of when the certificate was last used in a temporary credential request.
|
SubjectSummary |
SubjectSummary.withSubjectArn(String subjectArn)
The ARN of the resource.
|
SubjectSummary |
SubjectSummary.withSubjectId(String subjectId)
The id of the resource.
|
SubjectSummary |
SubjectSummary.withUpdatedAt(Date updatedAt)
The ISO-8601 timestamp when the subject was last updated.
|
SubjectSummary |
SubjectSummary.withX509Subject(String x509Subject)
The x509 principal identifier of the authenticating certificate.
|
| Modifier and Type | Method and Description |
|---|---|
List<SubjectSummary> |
ListSubjectsResult.getSubjects()
A list of subjects.
|
| Modifier and Type | Method and Description |
|---|---|
ListSubjectsResult |
ListSubjectsResult.withSubjects(SubjectSummary... subjects)
A list of subjects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListSubjectsResult.setSubjects(Collection<SubjectSummary> subjects)
A list of subjects.
|
ListSubjectsResult |
ListSubjectsResult.withSubjects(Collection<SubjectSummary> subjects)
A list of subjects.
|
Copyright © 2023. All rights reserved.