| 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 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. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CompleteVaultLockResponse> |
GlacierAsyncClient.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 CompletableFuture<CompleteVaultLockResponse> |
GlacierAsyncClient.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. |
Copyright © 2023. All rights reserved.