Uses of Class
com.adobe.pdfservices.operation.config.ClientConfig
-
Packages that use ClientConfig Package Description com.adobe.pdfservices.operation Contains the classes and sub-packages for various PDF Services Jobs.com.adobe.pdfservices.operation.config Contains the classes for configuring the PDF Services SDK. -
-
Uses of ClientConfig in com.adobe.pdfservices.operation
Constructors in com.adobe.pdfservices.operation with parameters of type ClientConfig Constructor Description PDFServices(Credentials credentials, ClientConfig clientConfig)
-
Uses of ClientConfig in com.adobe.pdfservices.operation.config
Methods in com.adobe.pdfservices.operation.config that return ClientConfig Modifier and Type Method Description ClientConfig
ClientConfig.Builder. build()
Returns a newClientConfig
instance built from the current state of this builder.
-