Package | Description |
---|---|
com.amazonaws.services.glacier.model |
Modifier and Type | Method and Description |
---|---|
GlacierJobDescription |
GlacierJobDescription.clone() |
GlacierJobDescription |
GlacierJobDescription.withAction(ActionCode action)
The job type.
|
GlacierJobDescription |
GlacierJobDescription.withAction(String action)
The job type.
|
GlacierJobDescription |
GlacierJobDescription.withArchiveId(String archiveId)
For an ArchiveRetrieval job, this is the archive ID requested for
download.
|
GlacierJobDescription |
GlacierJobDescription.withArchiveSHA256TreeHash(String archiveSHA256TreeHash)
The SHA256 tree hash of the entire archive for an archive retrieval.
|
GlacierJobDescription |
GlacierJobDescription.withArchiveSizeInBytes(Long archiveSizeInBytes)
For an ArchiveRetrieval job, this is the size in bytes of the archive
being requested for download.
|
GlacierJobDescription |
GlacierJobDescription.withCompleted(Boolean completed)
The job status.
|
GlacierJobDescription |
GlacierJobDescription.withCompletionDate(String completionDate)
The UTC time that the archive retrieval request completed.
|
GlacierJobDescription |
GlacierJobDescription.withCreationDate(String creationDate)
The UTC date when the job was created.
|
GlacierJobDescription |
GlacierJobDescription.withInventoryRetrievalParameters(InventoryRetrievalJobDescription inventoryRetrievalParameters)
Parameters used for range inventory retrieval.
|
GlacierJobDescription |
GlacierJobDescription.withInventorySizeInBytes(Long inventorySizeInBytes)
For an InventoryRetrieval job, this is the size in bytes of the inventory
requested for download.
|
GlacierJobDescription |
GlacierJobDescription.withJobDescription(String jobDescription)
The job description you provided when you initiated the job.
|
GlacierJobDescription |
GlacierJobDescription.withJobId(String jobId)
An opaque string that identifies an Amazon Glacier job.
|
GlacierJobDescription |
GlacierJobDescription.withRetrievalByteRange(String retrievalByteRange)
The retrieved byte range for archive retrieval jobs in the form
"StartByteValue-EndByteValue" If no range was specified in
the archive retrieval, then the whole archive is retrieved and
StartByteValue equals 0 and EndByteValue equals the size of
the archive minus 1.
|
GlacierJobDescription |
GlacierJobDescription.withSHA256TreeHash(String sHA256TreeHash)
For an ArchiveRetrieval job, it is the checksum of the archive.
|
GlacierJobDescription |
GlacierJobDescription.withSNSTopic(String sNSTopic)
An Amazon Simple Notification Service (Amazon SNS) topic that receives
notification.
|
GlacierJobDescription |
GlacierJobDescription.withStatusCode(StatusCode statusCode)
The status code can be InProgress, Succeeded, or Failed, and indicates
the status of the job.
|
GlacierJobDescription |
GlacierJobDescription.withStatusCode(String statusCode)
The status code can be InProgress, Succeeded, or Failed, and indicates
the status of the job.
|
GlacierJobDescription |
GlacierJobDescription.withStatusMessage(String statusMessage)
A friendly message that describes the job status.
|
GlacierJobDescription |
GlacierJobDescription.withVaultARN(String vaultARN)
The Amazon Resource Name (ARN) of the vault from which the archive
retrieval was requested.
|
Modifier and Type | Method and Description |
---|---|
List<GlacierJobDescription> |
ListJobsResult.getJobList()
A list of job objects.
|
Modifier and Type | Method and Description |
---|---|
ListJobsResult |
ListJobsResult.withJobList(GlacierJobDescription... jobList)
A list of job objects.
|
Modifier and Type | Method and Description |
---|---|
void |
ListJobsResult.setJobList(Collection<GlacierJobDescription> jobList)
A list of job objects.
|
ListJobsResult |
ListJobsResult.withJobList(Collection<GlacierJobDescription> jobList)
A list of job objects.
|
Copyright © 2018. All rights reserved.