Uses of Class
software.amazon.awssdk.services.pcaconnectorscep.model.GetConnectorResponse
-
Packages that use GetConnectorResponse Package Description software.amazon.awssdk.services.pcaconnectorscep Connector for SCEP creates a connector between Amazon Web Services Private CA and your SCEP-enabled clients and devices. -
-
Uses of GetConnectorResponse in software.amazon.awssdk.services.pcaconnectorscep
Methods in software.amazon.awssdk.services.pcaconnectorscep that return GetConnectorResponse Modifier and Type Method Description default GetConnectorResponsePcaConnectorScepClient. getConnector(Consumer<GetConnectorRequest.Builder> getConnectorRequest)Retrieves details about the specified Connector.default GetConnectorResponsePcaConnectorScepClient. getConnector(GetConnectorRequest getConnectorRequest)Retrieves details about the specified Connector.Methods in software.amazon.awssdk.services.pcaconnectorscep that return types with arguments of type GetConnectorResponse Modifier and Type Method Description default CompletableFuture<GetConnectorResponse>PcaConnectorScepAsyncClient. getConnector(Consumer<GetConnectorRequest.Builder> getConnectorRequest)Retrieves details about the specified Connector.default CompletableFuture<GetConnectorResponse>PcaConnectorScepAsyncClient. getConnector(GetConnectorRequest getConnectorRequest)Retrieves details about the specified Connector.
-