Java com.amazonaws.services.glacier AmazonGlacierAsyncClient fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.glacier AmazonGlacierAsyncClient fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.glacier AmazonGlacierAsyncClient.

The text is from its open source code.

Constructor

AmazonGlacierAsyncClient(ClientConfiguration clientConfiguration)
Constructs a new asynchronous client to invoke service methods on Amazon Glacier.
AmazonGlacierAsyncClient(AWSCredentials awsCredentials)
Constructs a new asynchronous client to invoke service methods on Amazon Glacier using the specified AWS account credentials.
AmazonGlacierAsyncClient(AWSCredentialsProvider awsCredentialsProvider)
Constructs a new asynchronous client to invoke service methods on Amazon Glacier using the specified AWS account credentials provider.
AmazonGlacierAsyncClient(AwsAsyncClientParams asyncClientParams)
Constructs a new asynchronous client to invoke service methods on Amazon Glacier using the specified parameters.

Method

DescribeJobResultdescribeJob(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 S3 Glacier (Glacier) completes the job.

GetJobOutputResultgetJobOutput(GetJobOutputRequest getJobOutputRequest)

This operation downloads the output of the job you initiated using InitiateJob.

InitiateJobResultinitiateJob(InitiateJobRequest initiateJobRequest)

This operation initiates a job of the specified type, which can be a select, an archival retrieval, or a vault retrieval.

voidsetEndpoint(String endpoint)
Overrides the default endpoint for this client ("https://glacier.us-east-1.amazonaws.com").