| 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 | |
| software.amazon.awssdk.services.rolesanywhere.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListCrlsResponse |
RolesAnywhereClient.listCrls(ListCrlsRequest 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.
|
default ListCrlsIterable |
RolesAnywhereClient.listCrlsPaginator(ListCrlsRequest listCrlsRequest)
Lists all certificate revocation lists (CRL) in the authenticated account and Amazon Web Services Region.
|
default ListCrlsPublisher |
RolesAnywhereAsyncClient.listCrlsPaginator(ListCrlsRequest listCrlsRequest)
Lists all certificate revocation lists (CRL) in the authenticated account and Amazon Web Services Region.
|
| Constructor and Description |
|---|
ListCrlsIterable(RolesAnywhereClient client,
ListCrlsRequest firstRequest) |
ListCrlsPublisher(RolesAnywhereAsyncClient client,
ListCrlsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListCrlsRequestMarshaller.marshall(ListCrlsRequest listCrlsRequest) |
Copyright © 2023. All rights reserved.