| Package | Description |
|---|---|
| software.amazon.awssdk.services.rolesanywhere |
AWS Identity and Access Management Roles Anywhere provides a secure way for your workloads such as servers,
containers, and applications running outside of AWS to obtain Temporary AWS credentials.
|
| software.amazon.awssdk.services.rolesanywhere.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListTrustAnchorsResponse |
RolesAnywhereClient.listTrustAnchors(Consumer<ListTrustAnchorsRequest.Builder> listTrustAnchorsRequest)
Lists the trust anchors in the authenticated account and Amazon Web Services Region.
|
default ListTrustAnchorsResponse |
RolesAnywhereClient.listTrustAnchors(ListTrustAnchorsRequest listTrustAnchorsRequest)
Lists the trust anchors in the authenticated account and Amazon Web Services Region.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListTrustAnchorsResponse> |
RolesAnywhereAsyncClient.listTrustAnchors(Consumer<ListTrustAnchorsRequest.Builder> listTrustAnchorsRequest)
Lists the trust anchors in the authenticated account and Amazon Web Services Region.
|
default CompletableFuture<ListTrustAnchorsResponse> |
RolesAnywhereAsyncClient.listTrustAnchors(ListTrustAnchorsRequest listTrustAnchorsRequest)
Lists the trust anchors in the authenticated account and Amazon Web Services Region.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListTrustAnchorsResponse> |
ListTrustAnchorsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListTrustAnchorsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListTrustAnchorsResponse> subscriber) |
Copyright © 2023. All rights reserved.