Uses of Class
software.amazon.awssdk.services.pcaconnectorad.model.UpdateTemplateResponse
-
Packages that use UpdateTemplateResponse 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 UpdateTemplateResponse in software.amazon.awssdk.services.pcaconnectorad
Methods in software.amazon.awssdk.services.pcaconnectorad that return UpdateTemplateResponse Modifier and Type Method Description default UpdateTemplateResponsePcaConnectorAdClient. updateTemplate(Consumer<UpdateTemplateRequest.Builder> updateTemplateRequest)Update template configuration to define the information included in certificates.default UpdateTemplateResponsePcaConnectorAdClient. updateTemplate(UpdateTemplateRequest updateTemplateRequest)Update template configuration to define the information included in certificates.Methods in software.amazon.awssdk.services.pcaconnectorad that return types with arguments of type UpdateTemplateResponse Modifier and Type Method Description default CompletableFuture<UpdateTemplateResponse>PcaConnectorAdAsyncClient. updateTemplate(Consumer<UpdateTemplateRequest.Builder> updateTemplateRequest)Update template configuration to define the information included in certificates.default CompletableFuture<UpdateTemplateResponse>PcaConnectorAdAsyncClient. updateTemplate(UpdateTemplateRequest updateTemplateRequest)Update template configuration to define the information included in certificates.
-