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.
|
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
LockSnapshotResult |
LockSnapshotResult.clone() |
LockSnapshotResult |
LockSnapshotResult.withCoolOffPeriod(Integer coolOffPeriod)
The compliance mode cooling-off period, in hours.
|
LockSnapshotResult |
LockSnapshotResult.withCoolOffPeriodExpiresOn(Date coolOffPeriodExpiresOn)
The date and time at which the compliance mode cooling-off period expires, in the UTC time zone (
YYYY-MM-DDThh:mm:ss.sssZ ). |
LockSnapshotResult |
LockSnapshotResult.withLockCreatedOn(Date lockCreatedOn)
The date and time at which the snapshot was locked, in the UTC time zone (
YYYY-MM-DDThh:mm:ss.sssZ ). |
LockSnapshotResult |
LockSnapshotResult.withLockDuration(Integer lockDuration)
The period of time for which the snapshot is locked, in days.
|
LockSnapshotResult |
LockSnapshotResult.withLockDurationStartTime(Date lockDurationStartTime)
The date and time at which the lock duration started, in the UTC time zone (
YYYY-MM-DDThh:mm:ss.sssZ
). |
LockSnapshotResult |
LockSnapshotResult.withLockExpiresOn(Date lockExpiresOn)
The date and time at which the lock will expire, in the UTC time zone (
YYYY-MM-DDThh:mm:ss.sssZ ). |
LockSnapshotResult |
LockSnapshotResult.withLockState(LockState lockState)
The state of the snapshot lock.
|
LockSnapshotResult |
LockSnapshotResult.withLockState(String lockState)
The state of the snapshot lock.
|
LockSnapshotResult |
LockSnapshotResult.withSnapshotId(String snapshotId)
The ID of the snapshot
|
Copyright © 2024. All rights reserved.