Uses of Class
software.amazon.awssdk.services.rolesanywhere.model.ListCrlsResponse
-
Packages that use ListCrlsResponse 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 -
-
Uses of ListCrlsResponse in software.amazon.awssdk.services.rolesanywhere
Methods in software.amazon.awssdk.services.rolesanywhere that return ListCrlsResponse Modifier and Type Method Description default ListCrlsResponseRolesAnywhereClient. listCrls(Consumer<ListCrlsRequest.Builder> listCrlsRequest)Lists all certificate revocation lists (CRL) in the authenticated account and Amazon Web Services Region.default ListCrlsResponseRolesAnywhereClient. listCrls(ListCrlsRequest listCrlsRequest)Lists all certificate revocation lists (CRL) in the authenticated account and Amazon Web Services Region.Methods in software.amazon.awssdk.services.rolesanywhere that return types with arguments of type ListCrlsResponse Modifier and Type Method 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. -
Uses of ListCrlsResponse in software.amazon.awssdk.services.rolesanywhere.paginators
Methods in software.amazon.awssdk.services.rolesanywhere.paginators that return types with arguments of type ListCrlsResponse Modifier and Type Method Description Iterator<ListCrlsResponse>ListCrlsIterable. iterator()Method parameters in software.amazon.awssdk.services.rolesanywhere.paginators with type arguments of type ListCrlsResponse Modifier and Type Method Description voidListCrlsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListCrlsResponse> subscriber)
-