Uses of Class
software.amazon.awssdk.services.pcaconnectorad.model.GetTemplateResponse
-
Packages that use GetTemplateResponse 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. -
-
Uses of GetTemplateResponse in software.amazon.awssdk.services.pcaconnectorad
Methods in software.amazon.awssdk.services.pcaconnectorad that return GetTemplateResponse Modifier and Type Method Description default GetTemplateResponsePcaConnectorAdClient. getTemplate(Consumer<GetTemplateRequest.Builder> getTemplateRequest)Retrieves a certificate template that the connector uses to issue certificates from a private CA.default GetTemplateResponsePcaConnectorAdClient. getTemplate(GetTemplateRequest getTemplateRequest)Retrieves a certificate template that the connector uses to issue certificates from a private CA.Methods in software.amazon.awssdk.services.pcaconnectorad that return types with arguments of type GetTemplateResponse Modifier and Type Method Description default CompletableFuture<GetTemplateResponse>PcaConnectorAdAsyncClient. getTemplate(Consumer<GetTemplateRequest.Builder> getTemplateRequest)Retrieves a certificate template that the connector uses to issue certificates from a private CA.default CompletableFuture<GetTemplateResponse>PcaConnectorAdAsyncClient. getTemplate(GetTemplateRequest getTemplateRequest)Retrieves a certificate template that the connector uses to issue certificates from a private CA.
-