JobParameters |
JobParameters.clone() |
|
JobParameters |
InitiateJobRequest.getJobParameters() |
Provides options for specifying job information.
|
JobParameters |
JobParameters.withArchiveId(String archiveId) |
The ID of the archive that you want to retrieve.
|
JobParameters |
JobParameters.withDescription(String description) |
The optional description for the job.
|
JobParameters |
JobParameters.withFormat(String format) |
When initiating a job to retrieve a vault inventory, you can optionally
add this parameter to your request to specify the output format.
|
JobParameters |
JobParameters.withInventoryRetrievalParameters(InventoryRetrievalJobInput inventoryRetrievalParameters) |
Input parameters used for range inventory retrieval.
|
JobParameters |
JobParameters.withRetrievalByteRange(String retrievalByteRange) |
The byte range to retrieve for an archive retrieval. in the form
"StartByteValue-EndByteValue" If not specified, the whole
archive is retrieved.
|
JobParameters |
JobParameters.withSNSTopic(String sNSTopic) |
The Amazon SNS topic ARN to which Amazon Glacier sends a notification
when the job is completed and the output is ready for you to download.
|
JobParameters |
JobParameters.withType(String type) |
The job type.
|