| 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)
The archive ID requested for a select job or archive retrieval.
|
GlacierJobDescription |
GlacierJobDescription.withArchiveSHA256TreeHash(String archiveSHA256TreeHash)
The SHA256 tree hash of the entire archive for an archive retrieval.
|
GlacierJobDescription |
GlacierJobDescription.withArchiveSizeInBytes(Long archiveSizeInBytes)
For an archive retrieval job, this value 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 job 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 inventory retrieval job, this value is the size in bytes of the inventory requested for download.
|
GlacierJobDescription |
GlacierJobDescription.withJobDescription(String jobDescription)
The job description provided when initiating the job.
|
GlacierJobDescription |
GlacierJobDescription.withJobId(String jobId)
An opaque string that identifies an Amazon S3 Glacier job.
|
GlacierJobDescription |
GlacierJobDescription.withJobOutputPath(String jobOutputPath)
Contains the job output location.
|
GlacierJobDescription |
GlacierJobDescription.withOutputLocation(OutputLocation outputLocation)
Contains the location where the data from the select job is stored.
|
GlacierJobDescription |
GlacierJobDescription.withRetrievalByteRange(String retrievalByteRange)
The retrieved byte range for archive retrieval jobs in the form StartByteValue-EndByteValue.
|
GlacierJobDescription |
GlacierJobDescription.withSelectParameters(SelectParameters selectParameters)
Contains the parameters used for a select.
|
GlacierJobDescription |
GlacierJobDescription.withSHA256TreeHash(String sHA256TreeHash)
For an archive retrieval job, this value is the checksum of the archive.
|
GlacierJobDescription |
GlacierJobDescription.withSNSTopic(String sNSTopic)
An 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.withTier(String tier)
The tier to use for a select or an archive retrieval.
|
GlacierJobDescription |
GlacierJobDescription.withVaultARN(String vaultARN)
The Amazon Resource Name (ARN) of the vault from which an 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 © 2022. All rights reserved.