Uses of Class
software.amazon.awssdk.services.iot.model.ListCertificatesByCaRequest
-
Packages that use ListCertificatesByCaRequest Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.paginators software.amazon.awssdk.services.iot.transform -
-
Uses of ListCertificatesByCaRequest in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot with parameters of type ListCertificatesByCaRequest Modifier and Type Method Description default CompletableFuture<ListCertificatesByCaResponse>IotAsyncClient. listCertificatesByCA(ListCertificatesByCaRequest 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.default ListCertificatesByCAPublisherIotAsyncClient. listCertificatesByCAPaginator(ListCertificatesByCaRequest listCertificatesByCaRequest)List the device certificates signed by the specified CA certificate.default ListCertificatesByCAIterableIotClient. listCertificatesByCAPaginator(ListCertificatesByCaRequest listCertificatesByCaRequest)List the device certificates signed by the specified CA certificate. -
Uses of ListCertificatesByCaRequest in software.amazon.awssdk.services.iot.paginators
Constructors in software.amazon.awssdk.services.iot.paginators with parameters of type ListCertificatesByCaRequest Constructor Description ListCertificatesByCAIterable(IotClient client, ListCertificatesByCaRequest firstRequest)ListCertificatesByCAPublisher(IotAsyncClient client, ListCertificatesByCaRequest firstRequest) -
Uses of ListCertificatesByCaRequest in software.amazon.awssdk.services.iot.transform
Methods in software.amazon.awssdk.services.iot.transform with parameters of type ListCertificatesByCaRequest Modifier and Type Method Description SdkHttpFullRequestListCertificatesByCaRequestMarshaller. marshall(ListCertificatesByCaRequest listCertificatesByCaRequest)
-