Uses of Class
com.amazonaws.services.glacier.model.DescribeJobRequest
Packages that use DescribeJobRequest
-
Uses of DescribeJobRequest in com.amazonaws.services.glacier
Methods in com.amazonaws.services.glacier with parameters of type DescribeJobRequestModifier and TypeMethodDescriptionAbstractAmazonGlacier.describeJob
(DescribeJobRequest request) AmazonGlacier.describeJob
(DescribeJobRequest describeJobRequest) This operation returns information about a job you previously initiated, including the job initiation date, the user who initiated the job, the job status code/message and the Amazon SNS topic to notify after Amazon Glacier completes the job.AmazonGlacierClient.describeJob
(DescribeJobRequest describeJobRequest) This operation returns information about a job you previously initiated, including the job initiation date, the user who initiated the job, the job status code/message and the Amazon SNS topic to notify after Amazon Glacier completes the job.AbstractAmazonGlacierAsync.describeJobAsync
(DescribeJobRequest request) AbstractAmazonGlacierAsync.describeJobAsync
(DescribeJobRequest request, AsyncHandler<DescribeJobRequest, DescribeJobResult> asyncHandler) AmazonGlacierAsync.describeJobAsync
(DescribeJobRequest describeJobRequest) This operation returns information about a job you previously initiated, including the job initiation date, the user who initiated the job, the job status code/message and the Amazon SNS topic to notify after Amazon Glacier completes the job.AmazonGlacierAsync.describeJobAsync
(DescribeJobRequest describeJobRequest, AsyncHandler<DescribeJobRequest, DescribeJobResult> asyncHandler) This operation returns information about a job you previously initiated, including the job initiation date, the user who initiated the job, the job status code/message and the Amazon SNS topic to notify after Amazon Glacier completes the job.AmazonGlacierAsyncClient.describeJobAsync
(DescribeJobRequest request) AmazonGlacierAsyncClient.describeJobAsync
(DescribeJobRequest request, AsyncHandler<DescribeJobRequest, DescribeJobResult> asyncHandler) Method parameters in com.amazonaws.services.glacier with type arguments of type DescribeJobRequestModifier and TypeMethodDescriptionAbstractAmazonGlacierAsync.describeJobAsync
(DescribeJobRequest request, AsyncHandler<DescribeJobRequest, DescribeJobResult> asyncHandler) AmazonGlacierAsync.describeJobAsync
(DescribeJobRequest describeJobRequest, AsyncHandler<DescribeJobRequest, DescribeJobResult> asyncHandler) This operation returns information about a job you previously initiated, including the job initiation date, the user who initiated the job, the job status code/message and the Amazon SNS topic to notify after Amazon Glacier completes the job.AmazonGlacierAsyncClient.describeJobAsync
(DescribeJobRequest request, AsyncHandler<DescribeJobRequest, DescribeJobResult> asyncHandler) -
Uses of DescribeJobRequest in com.amazonaws.services.glacier.model
Methods in com.amazonaws.services.glacier.model that return DescribeJobRequestModifier and TypeMethodDescriptionDescribeJobRequest.clone()
DescribeJobRequest.withAccountId
(String accountId) TheAccountId
value is the AWS account ID of the account that owns the vault.The ID of the job to describe.DescribeJobRequest.withVaultName
(String vaultName) The name of the vault.