Uses of Class
software.amazon.awssdk.services.glacier.model.AbortVaultLockResponse
-
Packages that use AbortVaultLockResponse Package Description software.amazon.awssdk.services.glacier Amazon S3 Glacier (Glacier) is a storage solution for "cold data." -
-
Uses of AbortVaultLockResponse in software.amazon.awssdk.services.glacier
Methods in software.amazon.awssdk.services.glacier that return AbortVaultLockResponse Modifier and Type Method Description default AbortVaultLockResponseGlacierClient. abortVaultLock(Consumer<AbortVaultLockRequest.Builder> abortVaultLockRequest)This operation aborts the vault locking process if the vault lock is not in theLockedstate.default AbortVaultLockResponseGlacierClient. abortVaultLock(AbortVaultLockRequest abortVaultLockRequest)This operation aborts the vault locking process if the vault lock is not in theLockedstate.Methods in software.amazon.awssdk.services.glacier that return types with arguments of type AbortVaultLockResponse Modifier and Type Method Description default CompletableFuture<AbortVaultLockResponse>GlacierAsyncClient. abortVaultLock(Consumer<AbortVaultLockRequest.Builder> abortVaultLockRequest)This operation aborts the vault locking process if the vault lock is not in theLockedstate.default CompletableFuture<AbortVaultLockResponse>GlacierAsyncClient. abortVaultLock(AbortVaultLockRequest abortVaultLockRequest)This operation aborts the vault locking process if the vault lock is not in theLockedstate.
-