Uses of Class
software.amazon.awssdk.services.glacier.model.CompleteVaultLockResponse
-
Packages that use CompleteVaultLockResponse Package Description software.amazon.awssdk.services.glacier Amazon S3 Glacier (Glacier) is a storage solution for "cold data." -
-
Uses of CompleteVaultLockResponse in software.amazon.awssdk.services.glacier
Methods in software.amazon.awssdk.services.glacier that return CompleteVaultLockResponse Modifier and Type Method Description default CompleteVaultLockResponseGlacierClient. completeVaultLock(Consumer<CompleteVaultLockRequest.Builder> completeVaultLockRequest)This operation completes the vault locking process by transitioning the vault lock from theInProgressstate to theLockedstate, which causes the vault lock policy to become unchangeable.default CompleteVaultLockResponseGlacierClient. completeVaultLock(CompleteVaultLockRequest completeVaultLockRequest)This operation completes the vault locking process by transitioning the vault lock from theInProgressstate to theLockedstate, which causes the vault lock policy to become unchangeable.Methods in software.amazon.awssdk.services.glacier that return types with arguments of type CompleteVaultLockResponse Modifier and Type Method Description default CompletableFuture<CompleteVaultLockResponse>GlacierAsyncClient. completeVaultLock(Consumer<CompleteVaultLockRequest.Builder> completeVaultLockRequest)This operation completes the vault locking process by transitioning the vault lock from theInProgressstate to theLockedstate, which causes the vault lock policy to become unchangeable.default CompletableFuture<CompleteVaultLockResponse>GlacierAsyncClient. completeVaultLock(CompleteVaultLockRequest completeVaultLockRequest)This operation completes the vault locking process by transitioning the vault lock from theInProgressstate to theLockedstate, which causes the vault lock policy to become unchangeable.
-