Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
Future<DescribeFastSnapshotRestoresResult> |
AbstractAmazonEC2Async.describeFastSnapshotRestoresAsync(DescribeFastSnapshotRestoresRequest request,
AsyncHandler<DescribeFastSnapshotRestoresRequest,DescribeFastSnapshotRestoresResult> asyncHandler) |
Future<DescribeFastSnapshotRestoresResult> |
AmazonEC2Async.describeFastSnapshotRestoresAsync(DescribeFastSnapshotRestoresRequest describeFastSnapshotRestoresRequest,
AsyncHandler<DescribeFastSnapshotRestoresRequest,DescribeFastSnapshotRestoresResult> asyncHandler)
Describes the state of fast snapshot restores for your snapshots.
|
Future<DescribeFastSnapshotRestoresResult> |
AmazonEC2AsyncClient.describeFastSnapshotRestoresAsync(DescribeFastSnapshotRestoresRequest request,
AsyncHandler<DescribeFastSnapshotRestoresRequest,DescribeFastSnapshotRestoresResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
DescribeFastSnapshotRestoresRequest |
DescribeFastSnapshotRestoresRequest.clone() |
DescribeFastSnapshotRestoresRequest |
DescribeFastSnapshotRestoresRequest.withFilters(Collection<Filter> filters)
The filters.
|
DescribeFastSnapshotRestoresRequest |
DescribeFastSnapshotRestoresRequest.withFilters(Filter... filters)
The filters.
|
DescribeFastSnapshotRestoresRequest |
DescribeFastSnapshotRestoresRequest.withMaxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
DescribeFastSnapshotRestoresRequest |
DescribeFastSnapshotRestoresRequest.withNextToken(String nextToken)
The token for the next page of results.
|
Modifier and Type | Method and Description |
---|---|
Request<DescribeFastSnapshotRestoresRequest> |
DescribeFastSnapshotRestoresRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2022. All rights reserved.