Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
RestoreSnapshotFromRecycleBinResult |
AbstractAmazonEC2.restoreSnapshotFromRecycleBin(RestoreSnapshotFromRecycleBinRequest request) |
RestoreSnapshotFromRecycleBinResult |
AmazonEC2.restoreSnapshotFromRecycleBin(RestoreSnapshotFromRecycleBinRequest restoreSnapshotFromRecycleBinRequest)
Restores a snapshot from the Recycle Bin.
|
RestoreSnapshotFromRecycleBinResult |
AmazonEC2Client.restoreSnapshotFromRecycleBin(RestoreSnapshotFromRecycleBinRequest request)
Restores a snapshot from the Recycle Bin.
|
Modifier and Type | Method and Description |
---|---|
Future<RestoreSnapshotFromRecycleBinResult> |
AbstractAmazonEC2Async.restoreSnapshotFromRecycleBinAsync(RestoreSnapshotFromRecycleBinRequest request,
AsyncHandler<RestoreSnapshotFromRecycleBinRequest,RestoreSnapshotFromRecycleBinResult> asyncHandler) |
Future<RestoreSnapshotFromRecycleBinResult> |
AmazonEC2Async.restoreSnapshotFromRecycleBinAsync(RestoreSnapshotFromRecycleBinRequest restoreSnapshotFromRecycleBinRequest,
AsyncHandler<RestoreSnapshotFromRecycleBinRequest,RestoreSnapshotFromRecycleBinResult> asyncHandler)
Restores a snapshot from the Recycle Bin.
|
Future<RestoreSnapshotFromRecycleBinResult> |
AmazonEC2AsyncClient.restoreSnapshotFromRecycleBinAsync(RestoreSnapshotFromRecycleBinRequest request,
AsyncHandler<RestoreSnapshotFromRecycleBinRequest,RestoreSnapshotFromRecycleBinResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
RestoreSnapshotFromRecycleBinResult |
RestoreSnapshotFromRecycleBinResult.clone() |
RestoreSnapshotFromRecycleBinResult |
RestoreSnapshotFromRecycleBinResult.withDescription(String description)
The description for the snapshot.
|
RestoreSnapshotFromRecycleBinResult |
RestoreSnapshotFromRecycleBinResult.withEncrypted(Boolean encrypted)
Indicates whether the snapshot is encrypted.
|
RestoreSnapshotFromRecycleBinResult |
RestoreSnapshotFromRecycleBinResult.withOutpostArn(String outpostArn)
The ARN of the Outpost on which the snapshot is stored.
|
RestoreSnapshotFromRecycleBinResult |
RestoreSnapshotFromRecycleBinResult.withOwnerId(String ownerId)
The ID of the Amazon Web Services account that owns the EBS snapshot.
|
RestoreSnapshotFromRecycleBinResult |
RestoreSnapshotFromRecycleBinResult.withProgress(String progress)
The progress of the snapshot, as a percentage.
|
RestoreSnapshotFromRecycleBinResult |
RestoreSnapshotFromRecycleBinResult.withSnapshotId(String snapshotId)
The ID of the snapshot.
|
RestoreSnapshotFromRecycleBinResult |
RestoreSnapshotFromRecycleBinResult.withStartTime(Date startTime)
The time stamp when the snapshot was initiated.
|
RestoreSnapshotFromRecycleBinResult |
RestoreSnapshotFromRecycleBinResult.withState(SnapshotState state)
The state of the snapshot.
|
RestoreSnapshotFromRecycleBinResult |
RestoreSnapshotFromRecycleBinResult.withState(String state)
The state of the snapshot.
|
RestoreSnapshotFromRecycleBinResult |
RestoreSnapshotFromRecycleBinResult.withVolumeId(String volumeId)
The ID of the volume that was used to create the snapshot.
|
RestoreSnapshotFromRecycleBinResult |
RestoreSnapshotFromRecycleBinResult.withVolumeSize(Integer volumeSize)
The size of the volume, in GiB.
|
Copyright © 2022. All rights reserved.