Uses of Class
com.amazonaws.services.glacier.model.DescribeJobRequest

Packages that use DescribeJobRequest
com.amazonaws.services.glacier Synchronous and asynchronous client classes for accessing AmazonGlacier. 
com.amazonaws.services.glacier.model Classes modeling the various types represented by AmazonGlacier. 
 

Uses of DescribeJobRequest in com.amazonaws.services.glacier
 

Methods in com.amazonaws.services.glacier with parameters of type DescribeJobRequest
 DescribeJobResult 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.
 DescribeJobResult 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.
 Future<DescribeJobResult> AmazonGlacierAsyncClient.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.
 Future<DescribeJobResult> 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.
 Future<DescribeJobResult> AmazonGlacierAsyncClient.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.
 Future<DescribeJobResult> 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.
 

Method parameters in com.amazonaws.services.glacier with type arguments of type DescribeJobRequest
 Future<DescribeJobResult> AmazonGlacierAsyncClient.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.
 Future<DescribeJobResult> 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.
 

Uses of DescribeJobRequest in com.amazonaws.services.glacier.model
 

Methods in com.amazonaws.services.glacier.model that return DescribeJobRequest
 DescribeJobRequest DescribeJobRequest.withAccountId(String accountId)
          The AccountId is the AWS Account ID.
 DescribeJobRequest DescribeJobRequest.withJobId(String jobId)
          The ID of the job to describe.
 DescribeJobRequest DescribeJobRequest.withVaultName(String vaultName)
          The name of the vault.
 



Copyright © 2016. All rights reserved.