| Package | Description |
|---|---|
| software.amazon.awssdk.services.glacier |
Amazon S3 Glacier (Glacier) is a storage solution for "cold data."
|
| Modifier and Type | Method and Description |
|---|---|
default AbortMultipartUploadResponse |
GlacierClient.abortMultipartUpload(AbortMultipartUploadRequest abortMultipartUploadRequest)
This operation aborts a multipart upload identified by the upload ID.
|
default AbortMultipartUploadResponse |
GlacierClient.abortMultipartUpload(Consumer<AbortMultipartUploadRequest.Builder> abortMultipartUploadRequest)
This operation aborts a multipart upload identified by the upload ID.
|
default AbortVaultLockResponse |
GlacierClient.abortVaultLock(AbortVaultLockRequest abortVaultLockRequest)
This operation aborts the vault locking process if the vault lock is not in the
Locked state. |
default AbortVaultLockResponse |
GlacierClient.abortVaultLock(Consumer<AbortVaultLockRequest.Builder> abortVaultLockRequest)
This operation aborts the vault locking process if the vault lock is not in the
Locked state. |
default AddTagsToVaultResponse |
GlacierClient.addTagsToVault(AddTagsToVaultRequest addTagsToVaultRequest)
This operation adds the specified tags to a vault.
|
default AddTagsToVaultResponse |
GlacierClient.addTagsToVault(Consumer<AddTagsToVaultRequest.Builder> addTagsToVaultRequest)
This operation adds the specified tags to a vault.
|
default CompleteMultipartUploadResponse |
GlacierClient.completeMultipartUpload(CompleteMultipartUploadRequest completeMultipartUploadRequest)
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.
|
default CompleteMultipartUploadResponse |
GlacierClient.completeMultipartUpload(Consumer<CompleteMultipartUploadRequest.Builder> completeMultipartUploadRequest)
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.
|
default CompleteVaultLockResponse |
GlacierClient.completeVaultLock(CompleteVaultLockRequest completeVaultLockRequest)
This operation completes the vault locking process by transitioning the vault lock from the
InProgress state to the Locked state, which causes the vault lock policy to become
unchangeable. |
default CompleteVaultLockResponse |
GlacierClient.completeVaultLock(Consumer<CompleteVaultLockRequest.Builder> completeVaultLockRequest)
This operation completes the vault locking process by transitioning the vault lock from the
InProgress state to the Locked state, which causes the vault lock policy to become
unchangeable. |
default CreateVaultResponse |
GlacierClient.createVault(Consumer<CreateVaultRequest.Builder> createVaultRequest)
This operation creates a new vault with the specified name.
|
default CreateVaultResponse |
GlacierClient.createVault(CreateVaultRequest createVaultRequest)
This operation creates a new vault with the specified name.
|
default DeleteArchiveResponse |
GlacierClient.deleteArchive(Consumer<DeleteArchiveRequest.Builder> deleteArchiveRequest)
This operation deletes an archive from a vault.
|
default DeleteArchiveResponse |
GlacierClient.deleteArchive(DeleteArchiveRequest deleteArchiveRequest)
This operation deletes an archive from a vault.
|
default DeleteVaultResponse |
GlacierClient.deleteVault(Consumer<DeleteVaultRequest.Builder> deleteVaultRequest)
This operation deletes a vault.
|
default DeleteVaultResponse |
GlacierClient.deleteVault(DeleteVaultRequest deleteVaultRequest)
This operation deletes a vault.
|
default DeleteVaultAccessPolicyResponse |
GlacierClient.deleteVaultAccessPolicy(Consumer<DeleteVaultAccessPolicyRequest.Builder> deleteVaultAccessPolicyRequest)
This operation deletes the access policy associated with the specified vault.
|
default DeleteVaultAccessPolicyResponse |
GlacierClient.deleteVaultAccessPolicy(DeleteVaultAccessPolicyRequest deleteVaultAccessPolicyRequest)
This operation deletes the access policy associated with the specified vault.
|
default DeleteVaultNotificationsResponse |
GlacierClient.deleteVaultNotifications(Consumer<DeleteVaultNotificationsRequest.Builder> deleteVaultNotificationsRequest)
This operation deletes the notification configuration set for a vault.
|
default DeleteVaultNotificationsResponse |
GlacierClient.deleteVaultNotifications(DeleteVaultNotificationsRequest deleteVaultNotificationsRequest)
This operation deletes the notification configuration set for a vault.
|
default DescribeJobResponse |
GlacierClient.describeJob(Consumer<DescribeJobRequest.Builder> 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.
|
default DescribeJobResponse |
GlacierClient.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 S3
Glacier (Glacier) completes the job.
|
default DescribeVaultResponse |
GlacierClient.describeVault(Consumer<DescribeVaultRequest.Builder> describeVaultRequest)
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.
|
default DescribeVaultResponse |
GlacierClient.describeVault(DescribeVaultRequest describeVaultRequest)
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.
|
default GetDataRetrievalPolicyResponse |
GlacierClient.getDataRetrievalPolicy()
This operation returns the current data retrieval policy for the account and region specified in the GET request.
|
default GetDataRetrievalPolicyResponse |
GlacierClient.getDataRetrievalPolicy(Consumer<GetDataRetrievalPolicyRequest.Builder> getDataRetrievalPolicyRequest)
This operation returns the current data retrieval policy for the account and region specified in the GET request.
|
default GetDataRetrievalPolicyResponse |
GlacierClient.getDataRetrievalPolicy(GetDataRetrievalPolicyRequest getDataRetrievalPolicyRequest)
This operation returns the current data retrieval policy for the account and region specified in the GET request.
|
default ResponseInputStream<GetJobOutputResponse> |
GlacierClient.getJobOutput(Consumer<GetJobOutputRequest.Builder> getJobOutputRequest)
This operation downloads the output of the job you initiated using InitiateJob.
|
default GetJobOutputResponse |
GlacierClient.getJobOutput(Consumer<GetJobOutputRequest.Builder> getJobOutputRequest,
Path destinationPath)
This operation downloads the output of the job you initiated using InitiateJob.
|
default <ReturnT> ReturnT |
GlacierClient.getJobOutput(Consumer<GetJobOutputRequest.Builder> getJobOutputRequest,
ResponseTransformer<GetJobOutputResponse,ReturnT> responseTransformer)
This operation downloads the output of the job you initiated using InitiateJob.
|
default ResponseInputStream<GetJobOutputResponse> |
GlacierClient.getJobOutput(GetJobOutputRequest getJobOutputRequest)
This operation downloads the output of the job you initiated using InitiateJob.
|
default GetJobOutputResponse |
GlacierClient.getJobOutput(GetJobOutputRequest getJobOutputRequest,
Path destinationPath)
This operation downloads the output of the job you initiated using InitiateJob.
|
default <ReturnT> ReturnT |
GlacierClient.getJobOutput(GetJobOutputRequest getJobOutputRequest,
ResponseTransformer<GetJobOutputResponse,ReturnT> responseTransformer)
This operation downloads the output of the job you initiated using InitiateJob.
|
default ResponseBytes<GetJobOutputResponse> |
GlacierClient.getJobOutputAsBytes(Consumer<GetJobOutputRequest.Builder> getJobOutputRequest)
This operation downloads the output of the job you initiated using InitiateJob.
|
default ResponseBytes<GetJobOutputResponse> |
GlacierClient.getJobOutputAsBytes(GetJobOutputRequest getJobOutputRequest)
This operation downloads the output of the job you initiated using InitiateJob.
|
default GetVaultAccessPolicyResponse |
GlacierClient.getVaultAccessPolicy(Consumer<GetVaultAccessPolicyRequest.Builder> getVaultAccessPolicyRequest)
This operation retrieves the
access-policy subresource set on the vault; for more information on
setting this subresource, see Set Vault Access Policy
(PUT access-policy). |
default GetVaultAccessPolicyResponse |
GlacierClient.getVaultAccessPolicy(GetVaultAccessPolicyRequest getVaultAccessPolicyRequest)
This operation retrieves the
access-policy subresource set on the vault; for more information on
setting this subresource, see Set Vault Access Policy
(PUT access-policy). |
default GetVaultLockResponse |
GlacierClient.getVaultLock(Consumer<GetVaultLockRequest.Builder> getVaultLockRequest)
This operation retrieves the following attributes from the
lock-policy subresource set on the
specified vault: |
default GetVaultLockResponse |
GlacierClient.getVaultLock(GetVaultLockRequest getVaultLockRequest)
This operation retrieves the following attributes from the
lock-policy subresource set on the
specified vault: |
default GetVaultNotificationsResponse |
GlacierClient.getVaultNotifications(Consumer<GetVaultNotificationsRequest.Builder> getVaultNotificationsRequest)
This operation retrieves the
notification-configuration subresource of the specified vault. |
default GetVaultNotificationsResponse |
GlacierClient.getVaultNotifications(GetVaultNotificationsRequest getVaultNotificationsRequest)
This operation retrieves the
notification-configuration subresource of the specified vault. |
default InitiateJobResponse |
GlacierClient.initiateJob(Consumer<InitiateJobRequest.Builder> initiateJobRequest)
This operation initiates a job of the specified type, which can be a select, an archival retrieval, or a vault
retrieval.
|
default InitiateJobResponse |
GlacierClient.initiateJob(InitiateJobRequest initiateJobRequest)
This operation initiates a job of the specified type, which can be a select, an archival retrieval, or a vault
retrieval.
|
default InitiateMultipartUploadResponse |
GlacierClient.initiateMultipartUpload(Consumer<InitiateMultipartUploadRequest.Builder> initiateMultipartUploadRequest)
This operation initiates a multipart upload.
|
default InitiateMultipartUploadResponse |
GlacierClient.initiateMultipartUpload(InitiateMultipartUploadRequest initiateMultipartUploadRequest)
This operation initiates a multipart upload.
|
default InitiateVaultLockResponse |
GlacierClient.initiateVaultLock(Consumer<InitiateVaultLockRequest.Builder> initiateVaultLockRequest)
This operation initiates the vault locking process by doing the following:
|
default InitiateVaultLockResponse |
GlacierClient.initiateVaultLock(InitiateVaultLockRequest initiateVaultLockRequest)
This operation initiates the vault locking process by doing the following:
|
default ListJobsResponse |
GlacierClient.listJobs(Consumer<ListJobsRequest.Builder> listJobsRequest)
This operation lists jobs for a vault, including jobs that are in-progress and jobs that have recently finished.
|
default ListJobsResponse |
GlacierClient.listJobs(ListJobsRequest listJobsRequest)
This operation lists jobs for a vault, including jobs that are in-progress and jobs that have recently finished.
|
default ListJobsIterable |
GlacierClient.listJobsPaginator(Consumer<ListJobsRequest.Builder> listJobsRequest)
This operation lists jobs for a vault, including jobs that are in-progress and jobs that have recently finished.
|
default ListJobsIterable |
GlacierClient.listJobsPaginator(ListJobsRequest listJobsRequest)
This operation lists jobs for a vault, including jobs that are in-progress and jobs that have recently finished.
|
default ListMultipartUploadsResponse |
GlacierClient.listMultipartUploads(Consumer<ListMultipartUploadsRequest.Builder> listMultipartUploadsRequest)
This operation lists in-progress multipart uploads for the specified vault.
|
default ListMultipartUploadsResponse |
GlacierClient.listMultipartUploads(ListMultipartUploadsRequest listMultipartUploadsRequest)
This operation lists in-progress multipart uploads for the specified vault.
|
default ListMultipartUploadsIterable |
GlacierClient.listMultipartUploadsPaginator(Consumer<ListMultipartUploadsRequest.Builder> listMultipartUploadsRequest)
This operation lists in-progress multipart uploads for the specified vault.
|
default ListMultipartUploadsIterable |
GlacierClient.listMultipartUploadsPaginator(ListMultipartUploadsRequest listMultipartUploadsRequest)
This operation lists in-progress multipart uploads for the specified vault.
|
default ListPartsResponse |
GlacierClient.listParts(Consumer<ListPartsRequest.Builder> listPartsRequest)
This operation lists the parts of an archive that have been uploaded in a specific multipart upload.
|
default ListPartsResponse |
GlacierClient.listParts(ListPartsRequest listPartsRequest)
This operation lists the parts of an archive that have been uploaded in a specific multipart upload.
|
default ListPartsIterable |
GlacierClient.listPartsPaginator(Consumer<ListPartsRequest.Builder> listPartsRequest)
This operation lists the parts of an archive that have been uploaded in a specific multipart upload.
|
default ListPartsIterable |
GlacierClient.listPartsPaginator(ListPartsRequest listPartsRequest)
This operation lists the parts of an archive that have been uploaded in a specific multipart upload.
|
default ListProvisionedCapacityResponse |
GlacierClient.listProvisionedCapacity()
This operation lists the provisioned capacity units for the specified AWS account.
|
default ListProvisionedCapacityResponse |
GlacierClient.listProvisionedCapacity(Consumer<ListProvisionedCapacityRequest.Builder> listProvisionedCapacityRequest)
This operation lists the provisioned capacity units for the specified AWS account.
|
default ListProvisionedCapacityResponse |
GlacierClient.listProvisionedCapacity(ListProvisionedCapacityRequest listProvisionedCapacityRequest)
This operation lists the provisioned capacity units for the specified AWS account.
|
default ListTagsForVaultResponse |
GlacierClient.listTagsForVault(Consumer<ListTagsForVaultRequest.Builder> listTagsForVaultRequest)
This operation lists all the tags attached to a vault.
|
default ListTagsForVaultResponse |
GlacierClient.listTagsForVault(ListTagsForVaultRequest listTagsForVaultRequest)
This operation lists all the tags attached to a vault.
|
default ListVaultsResponse |
GlacierClient.listVaults()
This operation lists all vaults owned by the calling user's account.
|
default ListVaultsResponse |
GlacierClient.listVaults(Consumer<ListVaultsRequest.Builder> listVaultsRequest)
This operation lists all vaults owned by the calling user's account.
|
default ListVaultsResponse |
GlacierClient.listVaults(ListVaultsRequest listVaultsRequest)
This operation lists all vaults owned by the calling user's account.
|
default ListVaultsIterable |
GlacierClient.listVaultsPaginator()
This operation lists all vaults owned by the calling user's account.
|
default ListVaultsIterable |
GlacierClient.listVaultsPaginator(Consumer<ListVaultsRequest.Builder> listVaultsRequest)
This operation lists all vaults owned by the calling user's account.
|
default ListVaultsIterable |
GlacierClient.listVaultsPaginator(ListVaultsRequest listVaultsRequest)
This operation lists all vaults owned by the calling user's account.
|
default PurchaseProvisionedCapacityResponse |
GlacierClient.purchaseProvisionedCapacity()
This operation purchases a provisioned capacity unit for an AWS account.
|
default PurchaseProvisionedCapacityResponse |
GlacierClient.purchaseProvisionedCapacity(Consumer<PurchaseProvisionedCapacityRequest.Builder> purchaseProvisionedCapacityRequest)
This operation purchases a provisioned capacity unit for an AWS account.
|
default PurchaseProvisionedCapacityResponse |
GlacierClient.purchaseProvisionedCapacity(PurchaseProvisionedCapacityRequest purchaseProvisionedCapacityRequest)
This operation purchases a provisioned capacity unit for an AWS account.
|
default RemoveTagsFromVaultResponse |
GlacierClient.removeTagsFromVault(Consumer<RemoveTagsFromVaultRequest.Builder> removeTagsFromVaultRequest)
This operation removes one or more tags from the set of tags attached to a vault.
|
default RemoveTagsFromVaultResponse |
GlacierClient.removeTagsFromVault(RemoveTagsFromVaultRequest removeTagsFromVaultRequest)
This operation removes one or more tags from the set of tags attached to a vault.
|
default SetDataRetrievalPolicyResponse |
GlacierClient.setDataRetrievalPolicy(Consumer<SetDataRetrievalPolicyRequest.Builder> setDataRetrievalPolicyRequest)
This operation sets and then enacts a data retrieval policy in the region specified in the PUT request.
|
default SetDataRetrievalPolicyResponse |
GlacierClient.setDataRetrievalPolicy(SetDataRetrievalPolicyRequest setDataRetrievalPolicyRequest)
This operation sets and then enacts a data retrieval policy in the region specified in the PUT request.
|
default SetVaultAccessPolicyResponse |
GlacierClient.setVaultAccessPolicy(Consumer<SetVaultAccessPolicyRequest.Builder> setVaultAccessPolicyRequest)
This operation configures an access policy for a vault and will overwrite an existing policy.
|
default SetVaultAccessPolicyResponse |
GlacierClient.setVaultAccessPolicy(SetVaultAccessPolicyRequest setVaultAccessPolicyRequest)
This operation configures an access policy for a vault and will overwrite an existing policy.
|
default SetVaultNotificationsResponse |
GlacierClient.setVaultNotifications(Consumer<SetVaultNotificationsRequest.Builder> setVaultNotificationsRequest)
This operation configures notifications that will be sent when specific events happen to a vault.
|
default SetVaultNotificationsResponse |
GlacierClient.setVaultNotifications(SetVaultNotificationsRequest setVaultNotificationsRequest)
This operation configures notifications that will be sent when specific events happen to a vault.
|
default UploadArchiveResponse |
GlacierClient.uploadArchive(Consumer<UploadArchiveRequest.Builder> uploadArchiveRequest,
Path sourcePath)
This operation adds an archive to a vault.
|
default UploadArchiveResponse |
GlacierClient.uploadArchive(Consumer<UploadArchiveRequest.Builder> uploadArchiveRequest,
RequestBody requestBody)
This operation adds an archive to a vault.
|
default UploadArchiveResponse |
GlacierClient.uploadArchive(UploadArchiveRequest uploadArchiveRequest,
Path sourcePath)
This operation adds an archive to a vault.
|
default UploadArchiveResponse |
GlacierClient.uploadArchive(UploadArchiveRequest uploadArchiveRequest,
RequestBody requestBody)
This operation adds an archive to a vault.
|
default UploadMultipartPartResponse |
GlacierClient.uploadMultipartPart(Consumer<UploadMultipartPartRequest.Builder> uploadMultipartPartRequest,
Path sourcePath)
This operation uploads a part of an archive.
|
default UploadMultipartPartResponse |
GlacierClient.uploadMultipartPart(Consumer<UploadMultipartPartRequest.Builder> uploadMultipartPartRequest,
RequestBody requestBody)
This operation uploads a part of an archive.
|
default UploadMultipartPartResponse |
GlacierClient.uploadMultipartPart(UploadMultipartPartRequest uploadMultipartPartRequest,
Path sourcePath)
This operation uploads a part of an archive.
|
default UploadMultipartPartResponse |
GlacierClient.uploadMultipartPart(UploadMultipartPartRequest uploadMultipartPartRequest,
RequestBody requestBody)
This operation uploads a part of an archive.
|
Copyright © 2023. All rights reserved.