| Package | Description |
|---|---|
| com.amazonaws.services.iamrolesanywhere.model |
| Modifier and Type | Method and Description |
|---|---|
SubjectDetail |
SubjectDetail.clone() |
SubjectDetail |
GetSubjectResult.getSubject()
The state of the subject after a read or write operation.
|
SubjectDetail |
SubjectDetail.withCreatedAt(Date createdAt)
The ISO-8601 timestamp when the subject was created.
|
SubjectDetail |
SubjectDetail.withCredentials(Collection<CredentialSummary> credentials)
The temporary session credentials vended at the last authenticating call with this subject.
|
SubjectDetail |
SubjectDetail.withCredentials(CredentialSummary... credentials)
The temporary session credentials vended at the last authenticating call with this subject.
|
SubjectDetail |
SubjectDetail.withEnabled(Boolean enabled)
The enabled status of the subject.
|
SubjectDetail |
SubjectDetail.withInstanceProperties(Collection<InstanceProperty> instanceProperties)
The specified instance properties associated with the request.
|
SubjectDetail |
SubjectDetail.withInstanceProperties(InstanceProperty... instanceProperties)
The specified instance properties associated with the request.
|
SubjectDetail |
SubjectDetail.withLastSeenAt(Date lastSeenAt)
The ISO-8601 timestamp of the last time this subject requested temporary session credentials.
|
SubjectDetail |
SubjectDetail.withSubjectArn(String subjectArn)
The ARN of the resource.
|
SubjectDetail |
SubjectDetail.withSubjectId(String subjectId)
The id of the resource
|
SubjectDetail |
SubjectDetail.withUpdatedAt(Date updatedAt)
The ISO-8601 timestamp when the subject was last updated.
|
SubjectDetail |
SubjectDetail.withX509Subject(String x509Subject)
The x509 principal identifier of the authenticating certificate.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetSubjectResult.setSubject(SubjectDetail subject)
The state of the subject after a read or write operation.
|
GetSubjectResult |
GetSubjectResult.withSubject(SubjectDetail subject)
The state of the subject after a read or write operation.
|
Copyright © 2024. All rights reserved.