Uses of Class
com.amazonaws.services.glacier.model.GlacierJobDescription
Packages that use GlacierJobDescription
-
Uses of GlacierJobDescription in com.amazonaws.services.glacier.model
Methods in com.amazonaws.services.glacier.model that return GlacierJobDescriptionModifier and TypeMethodDescriptionGlacierJobDescription.clone()
GlacierJobDescription.withAction
(ActionCode action) The job type.GlacierJobDescription.withAction
(String action) The job type.GlacierJobDescription.withArchiveId
(String archiveId) For an ArchiveRetrieval job, this is the archive ID requested for download.GlacierJobDescription.withArchiveSHA256TreeHash
(String archiveSHA256TreeHash) The SHA256 tree hash of the entire archive for an archive retrieval.GlacierJobDescription.withArchiveSizeInBytes
(Long archiveSizeInBytes) For an ArchiveRetrieval job, this is the size in bytes of the archive being requested for download.GlacierJobDescription.withCompleted
(Boolean completed) The job status.GlacierJobDescription.withCompletionDate
(String completionDate) The UTC time that the archive retrieval request completed.GlacierJobDescription.withCreationDate
(String creationDate) The UTC date when the job was created.GlacierJobDescription.withInventoryRetrievalParameters
(InventoryRetrievalJobDescription inventoryRetrievalParameters) Parameters used for range inventory retrieval.GlacierJobDescription.withInventorySizeInBytes
(Long inventorySizeInBytes) For an InventoryRetrieval job, this is the size in bytes of the inventory requested for download.GlacierJobDescription.withJobDescription
(String jobDescription) The job description you provided when you initiated the job.An opaque string that identifies an Amazon Glacier job.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.withSHA256TreeHash
(String sHA256TreeHash) For an ArchiveRetrieval job, it is the checksum of the archive.GlacierJobDescription.withSNSTopic
(String sNSTopic) An Amazon Simple Notification Service (Amazon SNS) topic that receives notification.GlacierJobDescription.withStatusCode
(StatusCode statusCode) The status code can be InProgress, Succeeded, or Failed, and indicates the status of the job.GlacierJobDescription.withStatusCode
(String statusCode) The status code can be InProgress, Succeeded, or Failed, and indicates the status of the job.GlacierJobDescription.withStatusMessage
(String statusMessage) A friendly message that describes the job status.GlacierJobDescription.withVaultARN
(String vaultARN) The Amazon Resource Name (ARN) of the vault from which the archive retrieval was requested.Methods in com.amazonaws.services.glacier.model that return types with arguments of type GlacierJobDescriptionMethods in com.amazonaws.services.glacier.model with parameters of type GlacierJobDescriptionModifier and TypeMethodDescriptionListJobsResult.withJobList
(GlacierJobDescription... jobList) A list of job objects.Method parameters in com.amazonaws.services.glacier.model with type arguments of type GlacierJobDescriptionModifier and TypeMethodDescriptionvoid
ListJobsResult.setJobList
(Collection<GlacierJobDescription> jobList) A list of job objects.ListJobsResult.withJobList
(Collection<GlacierJobDescription> jobList) A list of job objects.