Uses of Class
com.amazonaws.services.glacier.model.JobParameters
Packages that use JobParameters
-
Uses of JobParameters in com.amazonaws.services.glacier.model
Methods in com.amazonaws.services.glacier.model that return JobParametersModifier and TypeMethodDescriptionJobParameters.clone()
InitiateJobRequest.getJobParameters()
Provides options for specifying job information.JobParameters.withArchiveId
(String archiveId) The ID of the archive that you want to retrieve.JobParameters.withDescription
(String description) The optional description for the job.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.withInventoryRetrievalParameters
(InventoryRetrievalJobInput inventoryRetrievalParameters) Input parameters used for range inventory retrieval.JobParameters.withRetrievalByteRange
(String retrievalByteRange) The byte range to retrieve for an archive retrieval.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.The job type.Methods in com.amazonaws.services.glacier.model with parameters of type JobParametersModifier and TypeMethodDescriptionvoid
InitiateJobRequest.setJobParameters
(JobParameters jobParameters) Provides options for specifying job information.InitiateJobRequest.withJobParameters
(JobParameters jobParameters) Provides options for specifying job information.Constructors in com.amazonaws.services.glacier.model with parameters of type JobParametersModifierConstructorDescriptionInitiateJobRequest
(String vaultName, JobParameters jobParameters) Constructs a new InitiateJobRequest object.InitiateJobRequest
(String accountId, String vaultName, JobParameters jobParameters) Constructs a new InitiateJobRequest object.