Uses of Class
software.amazon.awssdk.services.pcaconnectorscep.model.GetConnectorRequest
-
Packages that use GetConnectorRequest 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.software.amazon.awssdk.services.pcaconnectorscep.transform -
-
Uses of GetConnectorRequest in software.amazon.awssdk.services.pcaconnectorscep
Methods in software.amazon.awssdk.services.pcaconnectorscep with parameters of type GetConnectorRequest Modifier and Type Method Description default CompletableFuture<GetConnectorResponse>PcaConnectorScepAsyncClient. getConnector(GetConnectorRequest getConnectorRequest)Retrieves details about the specified Connector.default GetConnectorResponsePcaConnectorScepClient. getConnector(GetConnectorRequest getConnectorRequest)Retrieves details about the specified Connector. -
Uses of GetConnectorRequest in software.amazon.awssdk.services.pcaconnectorscep.transform
Methods in software.amazon.awssdk.services.pcaconnectorscep.transform with parameters of type GetConnectorRequest Modifier and Type Method Description SdkHttpFullRequestGetConnectorRequestMarshaller. marshall(GetConnectorRequest getConnectorRequest)
-