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

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

Introduction

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

The text is from its open source code.

Constructor

AmazonGlacierClient(ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on Amazon Glacier.
AmazonGlacierClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on Amazon Glacier using the specified AWS account credentials.
AmazonGlacierClient(AWSCredentialsProvider awsCredentialsProvider)
Constructs a new client to invoke service methods on Amazon Glacier using the specified AWS account credentials provider.
AmazonGlacierClient(AwsSyncClientParams clientParams)
Constructs a new client to invoke service methods on Amazon Glacier using the specified parameters.
AmazonGlacierClient(AWSCredentials awsCredentials, ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on Amazon Glacier using the specified AWS account credentials and client configuration options.
AmazonGlacierClient(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on Amazon Glacier using the specified AWS account credentials provider and client configuration options.
AmazonGlacierClient(AwsSyncClientParams clientParams, boolean endpointDiscoveryEnabled)
Constructs a new client to invoke service methods on Amazon Glacier using the specified parameters.
AmazonGlacierClient()
Constructs a new client to invoke service methods on Amazon Glacier.

Method

AbortMultipartUploadResultabortMultipartUpload(AbortMultipartUploadRequest request)

This operation aborts a multipart upload identified by the upload ID.

CompleteMultipartUploadResultcompleteMultipartUpload(CompleteMultipartUploadRequest request)

You call this operation to inform Amazon S3 Glacier (Glacier) that all the archive parts have been uploaded and that Glacier can now assemble the archive from the uploaded parts.

CreateVaultResultcreateVault(CreateVaultRequest request)

This operation creates a new vault with the specified name.

DeleteArchiveResultdeleteArchive(DeleteArchiveRequest request)

This operation deletes an archive from a vault.

DeleteVaultResultdeleteVault(DeleteVaultRequest request)

This operation deletes a vault.

DescribeJobResultdescribeJob(DescribeJobRequest request)

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.

DescribeVaultResultdescribeVault(DescribeVaultRequest request)

This operation returns information about a vault, including the vault's Amazon Resource Name (ARN), the date the vault was created, the number of archives it contains, and the total size of all the archives in the vault.

GetJobOutputResultgetJobOutput(GetJobOutputRequest request)

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

InitiateJobResultinitiateJob(InitiateJobRequest request)

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

InitiateMultipartUploadResultinitiateMultipartUpload(InitiateMultipartUploadRequest request)

This operation initiates a multipart upload.

ListMultipartUploadsResultlistMultipartUploads(ListMultipartUploadsRequest request)

This operation lists in-progress multipart uploads for the specified vault.

ListVaultsResultlistVaults(ListVaultsRequest request)

This operation lists all vaults owned by the calling user's account.

voidsetEndpoint(String endpoint)
Overrides the default endpoint for this client.
voidsetRegion(Region region)
An alternative to AmazonWebServiceClient#setEndpoint(String) , sets the regional endpoint for this client's service calls.
SetVaultNotificationsResultsetVaultNotifications(SetVaultNotificationsRequest request)

This operation configures notifications that will be sent when specific events happen to a vault.

voidshutdown()
UploadArchiveResultuploadArchive(UploadArchiveRequest request)

This operation adds an archive to a vault.

UploadMultipartPartResultuploadMultipartPart(UploadMultipartPartRequest request)

This operation uploads a part of an archive.