Uses of Class
com.adobe.pdfservices.operation.Region
-
Packages that use Region 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 Region in com.adobe.pdfservices.operation
Methods in com.adobe.pdfservices.operation that return Region Modifier and Type Method Description static Region
Region. get(String regionCode)
ReturnsRegion
instance for its string representation.static Region
Region. valueOf(String name)
Returns the enum constant of this type with the specified name.static Region[]
Region. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Region in com.adobe.pdfservices.operation.config
Methods in com.adobe.pdfservices.operation.config with parameters of type Region Modifier and Type Method Description ClientConfig.Builder
ClientConfig.Builder. setRegion(Region region)
Sets the region code.
-