- saveAs(String) - Method in class com.adobe.platform.operation.io.FileRef
-
Saves this file to the location specified by targetLocation
.
- saveAs(OutputStream) - Method in class com.adobe.platform.operation.io.FileRef
-
Writes the contents of this file to outputStream
.
- SdkException - Exception in com.adobe.platform.operation.exception
-
SdkException is typically thrown for client-side or network errors.
- SdkException(String, Throwable) - Constructor for exception com.adobe.platform.operation.exception.SdkException
-
Creates an SdkException with the specified detail message and cause.
- SdkException(String) - Constructor for exception com.adobe.platform.operation.exception.SdkException
-
Constructs an SdkException with the specified detail message.
- ServiceAccountCredentials - Class in com.adobe.platform.operation.auth
-
Service Account credentials allow your application to call DC Services on behalf of the application itself, or on behalf of an enterprise organization.
- ServiceAccountCredentials.Builder - Class in com.adobe.platform.operation.auth
-
- serviceAccountCredentialsBuilder() - Static method in class com.adobe.platform.operation.auth.Credentials
-
Creates a new ServiceAccountCredentials
builder.
- ServiceApiException - Exception in com.adobe.platform.operation.exception
-
ServiceApiException is thrown when an underlying service API call results in an error.
- ServiceApiException(String) - Constructor for exception com.adobe.platform.operation.exception.ServiceApiException
-
Constructs a ServiceApiException
with the specified detail message.
- ServiceApiException(String, String, int) - Constructor for exception com.adobe.platform.operation.exception.ServiceApiException
-
Constructs a ServiceApiException
with the specified detail message, requestId and returned HTTP status code.
- ServiceUsageException - Exception in com.adobe.platform.operation.exception
-
ServiceUsageException is thrown when either Service usage limit has been reached or credentials quota has been exhausted.
- ServiceUsageException(String) - Constructor for exception com.adobe.platform.operation.exception.ServiceUsageException
-
Constructs a ServiceUsageException
with the specified detail message.
- ServiceUsageException(String, String, int) - Constructor for exception com.adobe.platform.operation.exception.ServiceUsageException
-
Constructs a ServiceUsageException
with the specified detail message, requestId and returned HTTP status code.
- setInputFile(FileRef) - Method in class com.adobe.platform.operation.pdfops.ExtractPDFOperation
-
Sets an input file.