| Package | Description |
|---|---|
| software.amazon.awssdk.services.rolesanywhere.model | |
| software.amazon.awssdk.services.rolesanywhere.paginators |
| Modifier and Type | Method and Description |
|---|---|
TrustAnchorDetail |
GetTrustAnchorResponse.trustAnchor()
The state of the trust anchor after a read or write operation.
|
TrustAnchorDetail |
DeleteTrustAnchorResponse.trustAnchor()
The state of the trust anchor after a read or write operation.
|
TrustAnchorDetail |
UpdateTrustAnchorResponse.trustAnchor()
The state of the trust anchor after a read or write operation.
|
TrustAnchorDetail |
CreateTrustAnchorResponse.trustAnchor()
The state of the trust anchor after a read or write operation.
|
TrustAnchorDetail |
EnableTrustAnchorResponse.trustAnchor()
The state of the trust anchor after a read or write operation.
|
TrustAnchorDetail |
DisableTrustAnchorResponse.trustAnchor()
The state of the trust anchor after a read or write operation.
|
| Modifier and Type | Method and Description |
|---|---|
List<TrustAnchorDetail> |
ListTrustAnchorsResponse.trustAnchors()
A list of trust anchors.
|
| Modifier and Type | Method and Description |
|---|---|
GetTrustAnchorResponse.Builder |
GetTrustAnchorResponse.Builder.trustAnchor(TrustAnchorDetail trustAnchor)
The state of the trust anchor after a read or write operation.
|
DeleteTrustAnchorResponse.Builder |
DeleteTrustAnchorResponse.Builder.trustAnchor(TrustAnchorDetail trustAnchor)
The state of the trust anchor after a read or write operation.
|
UpdateTrustAnchorResponse.Builder |
UpdateTrustAnchorResponse.Builder.trustAnchor(TrustAnchorDetail trustAnchor)
The state of the trust anchor after a read or write operation.
|
CreateTrustAnchorResponse.Builder |
CreateTrustAnchorResponse.Builder.trustAnchor(TrustAnchorDetail trustAnchor)
The state of the trust anchor after a read or write operation.
|
EnableTrustAnchorResponse.Builder |
EnableTrustAnchorResponse.Builder.trustAnchor(TrustAnchorDetail trustAnchor)
The state of the trust anchor after a read or write operation.
|
DisableTrustAnchorResponse.Builder |
DisableTrustAnchorResponse.Builder.trustAnchor(TrustAnchorDetail trustAnchor)
The state of the trust anchor after a read or write operation.
|
ListTrustAnchorsResponse.Builder |
ListTrustAnchorsResponse.Builder.trustAnchors(TrustAnchorDetail... trustAnchors)
A list of trust anchors.
|
| Modifier and Type | Method and Description |
|---|---|
ListTrustAnchorsResponse.Builder |
ListTrustAnchorsResponse.Builder.trustAnchors(Collection<TrustAnchorDetail> trustAnchors)
A list of trust anchors.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<TrustAnchorDetail> |
ListTrustAnchorsPublisher.trustAnchors()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<TrustAnchorDetail> |
ListTrustAnchorsIterable.trustAnchors()
Returns an iterable to iterate through the paginated
ListTrustAnchorsResponse.trustAnchors() member. |
Copyright © 2022. All rights reserved.