Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
LockSnapshotResult |
AbstractAmazonEC2.lockSnapshot(LockSnapshotRequest request) |
LockSnapshotResult |
AmazonEC2Client.lockSnapshot(LockSnapshotRequest request)
Locks an Amazon EBS snapshot in either governance or compliance mode to protect it against
accidental or malicious deletions for a specific duration.
|
LockSnapshotResult |
AmazonEC2.lockSnapshot(LockSnapshotRequest lockSnapshotRequest)
Locks an Amazon EBS snapshot in either governance or compliance mode to protect it against
accidental or malicious deletions for a specific duration.
|
Future<LockSnapshotResult> |
AbstractAmazonEC2Async.lockSnapshotAsync(LockSnapshotRequest request) |
Future<LockSnapshotResult> |
AmazonEC2Async.lockSnapshotAsync(LockSnapshotRequest lockSnapshotRequest)
Locks an Amazon EBS snapshot in either governance or compliance mode to protect it against
accidental or malicious deletions for a specific duration.
|
Future<LockSnapshotResult> |
AmazonEC2AsyncClient.lockSnapshotAsync(LockSnapshotRequest request) |
Future<LockSnapshotResult> |
AbstractAmazonEC2Async.lockSnapshotAsync(LockSnapshotRequest request,
AsyncHandler<LockSnapshotRequest,LockSnapshotResult> asyncHandler) |
Future<LockSnapshotResult> |
AmazonEC2Async.lockSnapshotAsync(LockSnapshotRequest lockSnapshotRequest,
AsyncHandler<LockSnapshotRequest,LockSnapshotResult> asyncHandler)
Locks an Amazon EBS snapshot in either governance or compliance mode to protect it against
accidental or malicious deletions for a specific duration.
|
Future<LockSnapshotResult> |
AmazonEC2AsyncClient.lockSnapshotAsync(LockSnapshotRequest request,
AsyncHandler<LockSnapshotRequest,LockSnapshotResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<LockSnapshotResult> |
AbstractAmazonEC2Async.lockSnapshotAsync(LockSnapshotRequest request,
AsyncHandler<LockSnapshotRequest,LockSnapshotResult> asyncHandler) |
Future<LockSnapshotResult> |
AmazonEC2Async.lockSnapshotAsync(LockSnapshotRequest lockSnapshotRequest,
AsyncHandler<LockSnapshotRequest,LockSnapshotResult> asyncHandler)
Locks an Amazon EBS snapshot in either governance or compliance mode to protect it against
accidental or malicious deletions for a specific duration.
|
Future<LockSnapshotResult> |
AmazonEC2AsyncClient.lockSnapshotAsync(LockSnapshotRequest request,
AsyncHandler<LockSnapshotRequest,LockSnapshotResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
LockSnapshotRequest |
LockSnapshotRequest.clone() |
LockSnapshotRequest |
LockSnapshotRequest.withCoolOffPeriod(Integer coolOffPeriod)
The cooling-off period during which you can unlock the snapshot or modify the lock settings after locking the
snapshot in compliance mode, in hours.
|
LockSnapshotRequest |
LockSnapshotRequest.withExpirationDate(Date expirationDate)
The date and time at which the snapshot lock is to automatically expire, in the UTC time zone (
YYYY-MM-DDThh:mm:ss.sssZ ). |
LockSnapshotRequest |
LockSnapshotRequest.withLockDuration(Integer lockDuration)
The period of time for which to lock the snapshot, in days.
|
LockSnapshotRequest |
LockSnapshotRequest.withLockMode(LockMode lockMode)
The mode in which to lock the snapshot.
|
LockSnapshotRequest |
LockSnapshotRequest.withLockMode(String lockMode)
The mode in which to lock the snapshot.
|
LockSnapshotRequest |
LockSnapshotRequest.withSnapshotId(String snapshotId)
The ID of the snapshot to lock.
|
Modifier and Type | Method and Description |
---|---|
Request<LockSnapshotRequest> |
LockSnapshotRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2023. All rights reserved.