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 RegionRegion. get(String regionCode)ReturnsRegioninstance for its string representation.static RegionRegion. 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.BuilderClientConfig.Builder. setRegion(Region region)Sets the region code.
-