Uses of Class
com.amazonaws.services.glacier.AmazonGlacierClient
-
Packages that use AmazonGlacierClient Package Description com.amazonaws.services.glacier com.amazonaws.services.glacier.transfer -
-
Uses of AmazonGlacierClient in com.amazonaws.services.glacier
Subclasses of AmazonGlacierClient in com.amazonaws.services.glacier Modifier and Type Class Description class
AmazonGlacierAsyncClient
Interface for accessing Amazon Glacier asynchronously. -
Uses of AmazonGlacierClient in com.amazonaws.services.glacier.transfer
Constructors in com.amazonaws.services.glacier.transfer with parameters of type AmazonGlacierClient Constructor Description ArchiveTransferManager(AmazonGlacierClient glacier, AWSCredentials credentials)
Constructs a new ArchiveTransferManager, using the specified Amazon Glacier client and AWS credentials.ArchiveTransferManager(AmazonGlacierClient glacier, AWSCredentialsProvider credentialsProvider)
Constructs a new ArchiveTransferManager, using the specified Amazon Glacier client and AWS credentials provider.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.
-