Uses of Class
software.amazon.awssdk.services.rolesanywhere.paginators.ListCrlsIterable
-
Packages that use ListCrlsIterable 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. -
-
Uses of ListCrlsIterable in software.amazon.awssdk.services.rolesanywhere
Methods in software.amazon.awssdk.services.rolesanywhere that return ListCrlsIterable Modifier and Type Method Description default ListCrlsIterableRolesAnywhereClient. listCrlsPaginator(Consumer<ListCrlsRequest.Builder> listCrlsRequest)Lists all certificate revocation lists (CRL) in the authenticated account and Amazon Web Services Region.default ListCrlsIterableRolesAnywhereClient. listCrlsPaginator(ListCrlsRequest listCrlsRequest)Lists all certificate revocation lists (CRL) in the authenticated account and Amazon Web Services Region.
-