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

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

Introduction

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

The text is from its open source code.

Subclass

com.amazonaws.services.glacier.transfer.ArchiveTransferManager has subclasses.
Click this link to see all its subclasses.

Constructor

ArchiveTransferManager(AWSCredentialsProvider credentialsProvider, ClientConfiguration clientConfiguration)
Constructs a new ArchiveTransferManager, using the specified AWS credentials provider and client configuration.
ArchiveTransferManager(AmazonGlacierClient glacier, AWSCredentialsProvider credentialsProvider)
Constructs a new ArchiveTransferManager, using the specified Amazon Glacier client and AWS credentials provider.
ArchiveTransferManager(AmazonGlacierClient glacier, AWSCredentials credentials)
Constructs a new ArchiveTransferManager, using the specified Amazon Glacier client and AWS credentials.
ArchiveTransferManager(AmazonGlacierClient glacier, AWSCredentialsProvider credentialsProvider, ClientConfiguration clientConfiguration)
Constructs a new ArchiveTransferManager, using the specified Amazon Glacier client, AWS credentials provider and client configuration.
ArchiveTransferManager(AmazonGlacierClient glacier, AmazonSQSClient sqs, AmazonSNSClient sns)
Constructs a new ArchiveTransferManager, using the specified Amazon Glacier client, and the specified Amazon SQS and Amazon SNS clients for polling download job status.

Method

voiddownload(final String accountId, final String vaultName, final String archiveId, final File file)
Downloads an archive from Amazon Glacier in the specified vault in the specified user's account, and saves it to the specified file.
voiddownload(final String vaultName, final String archiveId, final File file)
Downloads an archive from Amazon Glacier in the specified vault for the current user's account, and saves it to the specified file.
UploadResultupload(final String vaultName, final String archiveDescription, final File file)
Uploads the specified file to Amazon Glacier for archival storage in the specified vault for the user's current account.
UploadResultupload(final String accountId, final String vaultName, final String archiveDescription, final File file, ProgressListener progressListener)
Uploads the specified file to Amazon Glacier for archival storage in the specified vault in the specified user's account.