Uses of Class
software.amazon.awssdk.services.pcaconnectorad.model.CreateConnectorResponse
-
Packages that use CreateConnectorResponse 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 CreateConnectorResponse in software.amazon.awssdk.services.pcaconnectorad
Methods in software.amazon.awssdk.services.pcaconnectorad that return CreateConnectorResponse Modifier and Type Method Description default CreateConnectorResponsePcaConnectorAdClient. createConnector(Consumer<CreateConnectorRequest.Builder> createConnectorRequest)Creates a connector between Amazon Web Services Private CA and an Active Directory.default CreateConnectorResponsePcaConnectorAdClient. createConnector(CreateConnectorRequest createConnectorRequest)Creates a connector between Amazon Web Services Private CA and an Active Directory.Methods in software.amazon.awssdk.services.pcaconnectorad that return types with arguments of type CreateConnectorResponse Modifier and Type Method Description default CompletableFuture<CreateConnectorResponse>PcaConnectorAdAsyncClient. createConnector(Consumer<CreateConnectorRequest.Builder> createConnectorRequest)Creates a connector between Amazon Web Services Private CA and an Active Directory.default CompletableFuture<CreateConnectorResponse>PcaConnectorAdAsyncClient. createConnector(CreateConnectorRequest createConnectorRequest)Creates a connector between Amazon Web Services Private CA and an Active Directory.
-