Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
UnlockSnapshotResult |
AbstractAmazonEC2.unlockSnapshot(UnlockSnapshotRequest request) |
UnlockSnapshotResult |
AmazonEC2Client.unlockSnapshot(UnlockSnapshotRequest request)
Unlocks a snapshot that is locked in governance mode or that is locked in compliance mode but still in the
cooling-off period.
|
UnlockSnapshotResult |
AmazonEC2.unlockSnapshot(UnlockSnapshotRequest unlockSnapshotRequest)
Unlocks a snapshot that is locked in governance mode or that is locked in compliance mode but still in the
cooling-off period.
|
Future<UnlockSnapshotResult> |
AbstractAmazonEC2Async.unlockSnapshotAsync(UnlockSnapshotRequest request) |
Future<UnlockSnapshotResult> |
AmazonEC2Async.unlockSnapshotAsync(UnlockSnapshotRequest unlockSnapshotRequest)
Unlocks a snapshot that is locked in governance mode or that is locked in compliance mode but still in the
cooling-off period.
|
Future<UnlockSnapshotResult> |
AmazonEC2AsyncClient.unlockSnapshotAsync(UnlockSnapshotRequest request) |
Future<UnlockSnapshotResult> |
AbstractAmazonEC2Async.unlockSnapshotAsync(UnlockSnapshotRequest request,
AsyncHandler<UnlockSnapshotRequest,UnlockSnapshotResult> asyncHandler) |
Future<UnlockSnapshotResult> |
AmazonEC2Async.unlockSnapshotAsync(UnlockSnapshotRequest unlockSnapshotRequest,
AsyncHandler<UnlockSnapshotRequest,UnlockSnapshotResult> asyncHandler)
Unlocks a snapshot that is locked in governance mode or that is locked in compliance mode but still in the
cooling-off period.
|
Future<UnlockSnapshotResult> |
AmazonEC2AsyncClient.unlockSnapshotAsync(UnlockSnapshotRequest request,
AsyncHandler<UnlockSnapshotRequest,UnlockSnapshotResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<UnlockSnapshotResult> |
AbstractAmazonEC2Async.unlockSnapshotAsync(UnlockSnapshotRequest request,
AsyncHandler<UnlockSnapshotRequest,UnlockSnapshotResult> asyncHandler) |
Future<UnlockSnapshotResult> |
AmazonEC2Async.unlockSnapshotAsync(UnlockSnapshotRequest unlockSnapshotRequest,
AsyncHandler<UnlockSnapshotRequest,UnlockSnapshotResult> asyncHandler)
Unlocks a snapshot that is locked in governance mode or that is locked in compliance mode but still in the
cooling-off period.
|
Future<UnlockSnapshotResult> |
AmazonEC2AsyncClient.unlockSnapshotAsync(UnlockSnapshotRequest request,
AsyncHandler<UnlockSnapshotRequest,UnlockSnapshotResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
UnlockSnapshotRequest |
UnlockSnapshotRequest.clone() |
UnlockSnapshotRequest |
UnlockSnapshotRequest.withSnapshotId(String snapshotId)
The ID of the snapshot to unlock.
|
Modifier and Type | Method and Description |
---|---|
Request<UnlockSnapshotRequest> |
UnlockSnapshotRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2024. All rights reserved.