Uses of Class
software.amazon.awssdk.services.pcaconnectorad.model.ListTemplatesResponse
-
Packages that use ListTemplatesResponse Package Description software.amazon.awssdk.services.pcaconnectorad Amazon Web Services Private CA Connector for Active Directory creates a connector between Amazon Web Services Private CA and Active Directory (AD) that enables you to provision security certificates for AD signed by a private CA that you own.software.amazon.awssdk.services.pcaconnectorad.paginators -
-
Uses of ListTemplatesResponse in software.amazon.awssdk.services.pcaconnectorad
Methods in software.amazon.awssdk.services.pcaconnectorad that return ListTemplatesResponse Modifier and Type Method Description default ListTemplatesResponsePcaConnectorAdClient. listTemplates(Consumer<ListTemplatesRequest.Builder> listTemplatesRequest)Lists the templates, if any, that are associated with a connector.default ListTemplatesResponsePcaConnectorAdClient. listTemplates(ListTemplatesRequest listTemplatesRequest)Lists the templates, if any, that are associated with a connector.Methods in software.amazon.awssdk.services.pcaconnectorad that return types with arguments of type ListTemplatesResponse Modifier and Type Method Description default CompletableFuture<ListTemplatesResponse>PcaConnectorAdAsyncClient. listTemplates(Consumer<ListTemplatesRequest.Builder> listTemplatesRequest)Lists the templates, if any, that are associated with a connector.default CompletableFuture<ListTemplatesResponse>PcaConnectorAdAsyncClient. listTemplates(ListTemplatesRequest listTemplatesRequest)Lists the templates, if any, that are associated with a connector. -
Uses of ListTemplatesResponse in software.amazon.awssdk.services.pcaconnectorad.paginators
Methods in software.amazon.awssdk.services.pcaconnectorad.paginators that return types with arguments of type ListTemplatesResponse Modifier and Type Method Description Iterator<ListTemplatesResponse>ListTemplatesIterable. iterator()Method parameters in software.amazon.awssdk.services.pcaconnectorad.paginators with type arguments of type ListTemplatesResponse Modifier and Type Method Description voidListTemplatesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListTemplatesResponse> subscriber)
-