Uses of Class
software.amazon.awssdk.services.iot.model.ListCertificatesByCaResponse
-
Packages that use ListCertificatesByCaResponse Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.paginators -
-
Uses of ListCertificatesByCaResponse in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return ListCertificatesByCaResponse Modifier and Type Method Description default ListCertificatesByCaResponseIotClient. listCertificatesByCA(Consumer<ListCertificatesByCaRequest.Builder> listCertificatesByCaRequest)List the device certificates signed by the specified CA certificate.default ListCertificatesByCaResponseIotClient. listCertificatesByCA(ListCertificatesByCaRequest listCertificatesByCaRequest)List the device certificates signed by the specified CA certificate.Methods in software.amazon.awssdk.services.iot that return types with arguments of type ListCertificatesByCaResponse Modifier and Type Method Description default CompletableFuture<ListCertificatesByCaResponse>IotAsyncClient. listCertificatesByCA(Consumer<ListCertificatesByCaRequest.Builder> listCertificatesByCaRequest)List the device certificates signed by the specified CA certificate.default CompletableFuture<ListCertificatesByCaResponse>IotAsyncClient. listCertificatesByCA(ListCertificatesByCaRequest listCertificatesByCaRequest)List the device certificates signed by the specified CA certificate. -
Uses of ListCertificatesByCaResponse in software.amazon.awssdk.services.iot.paginators
Methods in software.amazon.awssdk.services.iot.paginators that return types with arguments of type ListCertificatesByCaResponse Modifier and Type Method Description Iterator<ListCertificatesByCaResponse>ListCertificatesByCAIterable. iterator()Method parameters in software.amazon.awssdk.services.iot.paginators with type arguments of type ListCertificatesByCaResponse Modifier and Type Method Description voidListCertificatesByCAPublisher. subscribe(org.reactivestreams.Subscriber<? super ListCertificatesByCaResponse> subscriber)
-