Uses of Class
software.amazon.awssdk.services.pcaconnectorad.model.GetConnectorResponse
-
Packages that use GetConnectorResponse 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 GetConnectorResponse in software.amazon.awssdk.services.pcaconnectorad
Methods in software.amazon.awssdk.services.pcaconnectorad that return GetConnectorResponse Modifier and Type Method Description default GetConnectorResponsePcaConnectorAdClient. getConnector(Consumer<GetConnectorRequest.Builder> getConnectorRequest)Lists information about your connector.default GetConnectorResponsePcaConnectorAdClient. getConnector(GetConnectorRequest getConnectorRequest)Lists information about your connector.Methods in software.amazon.awssdk.services.pcaconnectorad that return types with arguments of type GetConnectorResponse Modifier and Type Method Description default CompletableFuture<GetConnectorResponse>PcaConnectorAdAsyncClient. getConnector(Consumer<GetConnectorRequest.Builder> getConnectorRequest)Lists information about your connector.default CompletableFuture<GetConnectorResponse>PcaConnectorAdAsyncClient. getConnector(GetConnectorRequest getConnectorRequest)Lists information about your connector.
-