Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
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 |
---|---|
DisableFastSnapshotRestoresRequest |
DisableFastSnapshotRestoresRequest.clone() |
DisableFastSnapshotRestoresRequest |
DisableFastSnapshotRestoresRequest.withAvailabilityZones(Collection<String> availabilityZones)
One or more Availability Zones.
|
DisableFastSnapshotRestoresRequest |
DisableFastSnapshotRestoresRequest.withAvailabilityZones(String... availabilityZones)
One or more Availability Zones.
|
DisableFastSnapshotRestoresRequest |
DisableFastSnapshotRestoresRequest.withSourceSnapshotIds(Collection<String> sourceSnapshotIds)
The IDs of one or more snapshots.
|
DisableFastSnapshotRestoresRequest |
DisableFastSnapshotRestoresRequest.withSourceSnapshotIds(String... sourceSnapshotIds)
The IDs of one or more snapshots.
|
Modifier and Type | Method and Description |
---|---|
Request<DisableFastSnapshotRestoresRequest> |
DisableFastSnapshotRestoresRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2021. All rights reserved.