| Package | Description |
|---|---|
| software.amazon.awssdk.services.rolesanywhere |
Identity and Access Management Roles Anywhere provides a secure way for your workloads such as servers, containers,
and applications that run outside of Amazon Web Services to obtain temporary Amazon Web Services credentials.
|
| software.amazon.awssdk.services.rolesanywhere.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListCrlsResponse |
RolesAnywhereClient.listCrls(Consumer<ListCrlsRequest.Builder> listCrlsRequest)
Lists all certificate revocation lists (CRL) in the authenticated account and Amazon Web Services Region.
|
default ListCrlsResponse |
RolesAnywhereClient.listCrls(ListCrlsRequest listCrlsRequest)
Lists all certificate revocation lists (CRL) 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 certificate revocation lists (CRL) in the authenticated account and Amazon Web Services Region.
|
default CompletableFuture<ListCrlsResponse> |
RolesAnywhereAsyncClient.listCrls(ListCrlsRequest listCrlsRequest)
Lists all certificate revocation lists (CRL) 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 © 2023. All rights reserved.