Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
DisableFastSnapshotRestoresResult |
AbstractAmazonEC2.disableFastSnapshotRestores(DisableFastSnapshotRestoresRequest request) |
DisableFastSnapshotRestoresResult |
AmazonEC2.disableFastSnapshotRestores(DisableFastSnapshotRestoresRequest disableFastSnapshotRestoresRequest)
Disables fast snapshot restores for the specified snapshots in the specified Availability Zones.
|
DisableFastSnapshotRestoresResult |
AmazonEC2Client.disableFastSnapshotRestores(DisableFastSnapshotRestoresRequest request)
Disables fast snapshot restores for the specified snapshots in the specified Availability Zones.
|
Modifier and Type | Method and Description |
---|---|
Future<DisableFastSnapshotRestoresResult> |
AbstractAmazonEC2Async.disableFastSnapshotRestoresAsync(DisableFastSnapshotRestoresRequest request,
AsyncHandler<DisableFastSnapshotRestoresRequest,DisableFastSnapshotRestoresResult> asyncHandler) |
Future<DisableFastSnapshotRestoresResult> |
AmazonEC2Async.disableFastSnapshotRestoresAsync(DisableFastSnapshotRestoresRequest disableFastSnapshotRestoresRequest,
AsyncHandler<DisableFastSnapshotRestoresRequest,DisableFastSnapshotRestoresResult> asyncHandler)
Disables fast snapshot restores for the specified snapshots in the specified Availability Zones.
|
Future<DisableFastSnapshotRestoresResult> |
AmazonEC2AsyncClient.disableFastSnapshotRestoresAsync(DisableFastSnapshotRestoresRequest request,
AsyncHandler<DisableFastSnapshotRestoresRequest,DisableFastSnapshotRestoresResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
DisableFastSnapshotRestoresResult |
DisableFastSnapshotRestoresResult.clone() |
DisableFastSnapshotRestoresResult |
DisableFastSnapshotRestoresResult.withSuccessful(Collection<DisableFastSnapshotRestoreSuccessItem> successful)
Information about the snapshots for which fast snapshot restores were successfully disabled.
|
DisableFastSnapshotRestoresResult |
DisableFastSnapshotRestoresResult.withSuccessful(DisableFastSnapshotRestoreSuccessItem... successful)
Information about the snapshots for which fast snapshot restores were successfully disabled.
|
DisableFastSnapshotRestoresResult |
DisableFastSnapshotRestoresResult.withUnsuccessful(Collection<DisableFastSnapshotRestoreErrorItem> unsuccessful)
Information about the snapshots for which fast snapshot restores could not be disabled.
|
DisableFastSnapshotRestoresResult |
DisableFastSnapshotRestoresResult.withUnsuccessful(DisableFastSnapshotRestoreErrorItem... unsuccessful)
Information about the snapshots for which fast snapshot restores could not be disabled.
|
Copyright © 2021. All rights reserved.