| 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 ListCrlsResponse |
RolesAnywhereClient.listCrls(Consumer<ListCrlsRequest.Builder> listCrlsRequest)
Lists all Crls in the authenticated account and Amazon Web Services Region.
|
default ListCrlsResponse |
RolesAnywhereClient.listCrls(ListCrlsRequest listCrlsRequest)
Lists all Crls in the authenticated account and Amazon Web Services Region.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListCrlsResponse> |
RolesAnywhereAsyncClient.listCrls(Consumer<ListCrlsRequest.Builder> listCrlsRequest)
Lists all Crls in the authenticated account and Amazon Web Services Region.
|
default CompletableFuture<ListCrlsResponse> |
RolesAnywhereAsyncClient.listCrls(ListCrlsRequest listCrlsRequest)
Lists all Crls in the authenticated account and Amazon Web Services Region.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListCrlsResponse> |
ListCrlsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListCrlsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListCrlsResponse> subscriber) |
Copyright © 2022. All rights reserved.