| Package | Description |
|---|---|
| com.amazonaws.services.iamrolesanywhere.model |
| Modifier and Type | Method and Description |
|---|---|
TrustAnchorDetail |
TrustAnchorDetail.clone() |
TrustAnchorDetail |
UpdateTrustAnchorResult.getTrustAnchor()
The state of the trust anchor after a read or write operation.
|
TrustAnchorDetail |
EnableTrustAnchorResult.getTrustAnchor()
The state of the trust anchor after a read or write operation.
|
TrustAnchorDetail |
DisableTrustAnchorResult.getTrustAnchor()
The state of the trust anchor after a read or write operation.
|
TrustAnchorDetail |
DeleteTrustAnchorResult.getTrustAnchor()
The state of the trust anchor after a read or write operation.
|
TrustAnchorDetail |
CreateTrustAnchorResult.getTrustAnchor()
The state of the trust anchor after a read or write operation.
|
TrustAnchorDetail |
GetTrustAnchorResult.getTrustAnchor()
The state of the trust anchor after a read or write operation.
|
TrustAnchorDetail |
TrustAnchorDetail.withCreatedAt(Date createdAt)
The ISO-8601 timestamp when the trust anchor was created.
|
TrustAnchorDetail |
TrustAnchorDetail.withEnabled(Boolean enabled)
Indicates whether the trust anchor is enabled.
|
TrustAnchorDetail |
TrustAnchorDetail.withName(String name)
The name of the trust anchor.
|
TrustAnchorDetail |
TrustAnchorDetail.withSource(Source source)
The trust anchor type and its related certificate data.
|
TrustAnchorDetail |
TrustAnchorDetail.withTrustAnchorArn(String trustAnchorArn)
The ARN of the trust anchor.
|
TrustAnchorDetail |
TrustAnchorDetail.withTrustAnchorId(String trustAnchorId)
The unique identifier of the trust anchor.
|
TrustAnchorDetail |
TrustAnchorDetail.withUpdatedAt(Date updatedAt)
The ISO-8601 timestamp when the trust anchor was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<TrustAnchorDetail> |
ListTrustAnchorsResult.getTrustAnchors()
A list of trust anchors.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateTrustAnchorResult.setTrustAnchor(TrustAnchorDetail trustAnchor)
The state of the trust anchor after a read or write operation.
|
void |
EnableTrustAnchorResult.setTrustAnchor(TrustAnchorDetail trustAnchor)
The state of the trust anchor after a read or write operation.
|
void |
DisableTrustAnchorResult.setTrustAnchor(TrustAnchorDetail trustAnchor)
The state of the trust anchor after a read or write operation.
|
void |
DeleteTrustAnchorResult.setTrustAnchor(TrustAnchorDetail trustAnchor)
The state of the trust anchor after a read or write operation.
|
void |
CreateTrustAnchorResult.setTrustAnchor(TrustAnchorDetail trustAnchor)
The state of the trust anchor after a read or write operation.
|
void |
GetTrustAnchorResult.setTrustAnchor(TrustAnchorDetail trustAnchor)
The state of the trust anchor after a read or write operation.
|
UpdateTrustAnchorResult |
UpdateTrustAnchorResult.withTrustAnchor(TrustAnchorDetail trustAnchor)
The state of the trust anchor after a read or write operation.
|
EnableTrustAnchorResult |
EnableTrustAnchorResult.withTrustAnchor(TrustAnchorDetail trustAnchor)
The state of the trust anchor after a read or write operation.
|
DisableTrustAnchorResult |
DisableTrustAnchorResult.withTrustAnchor(TrustAnchorDetail trustAnchor)
The state of the trust anchor after a read or write operation.
|
DeleteTrustAnchorResult |
DeleteTrustAnchorResult.withTrustAnchor(TrustAnchorDetail trustAnchor)
The state of the trust anchor after a read or write operation.
|
CreateTrustAnchorResult |
CreateTrustAnchorResult.withTrustAnchor(TrustAnchorDetail trustAnchor)
The state of the trust anchor after a read or write operation.
|
GetTrustAnchorResult |
GetTrustAnchorResult.withTrustAnchor(TrustAnchorDetail trustAnchor)
The state of the trust anchor after a read or write operation.
|
ListTrustAnchorsResult |
ListTrustAnchorsResult.withTrustAnchors(TrustAnchorDetail... trustAnchors)
A list of trust anchors.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTrustAnchorsResult.setTrustAnchors(Collection<TrustAnchorDetail> trustAnchors)
A list of trust anchors.
|
ListTrustAnchorsResult |
ListTrustAnchorsResult.withTrustAnchors(Collection<TrustAnchorDetail> trustAnchors)
A list of trust anchors.
|
Copyright © 2022. All rights reserved.