Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
DescribeFleetHistoryResult |
AbstractAmazonEC2.describeFleetHistory(DescribeFleetHistoryRequest request) |
DescribeFleetHistoryResult |
AmazonEC2.describeFleetHistory(DescribeFleetHistoryRequest describeFleetHistoryRequest)
Describes the events for the specified EC2 Fleet during the specified time.
|
DescribeFleetHistoryResult |
AmazonEC2Client.describeFleetHistory(DescribeFleetHistoryRequest request)
Describes the events for the specified EC2 Fleet during the specified time.
|
Modifier and Type | Method and Description |
---|---|
Future<DescribeFleetHistoryResult> |
AbstractAmazonEC2Async.describeFleetHistoryAsync(DescribeFleetHistoryRequest request,
AsyncHandler<DescribeFleetHistoryRequest,DescribeFleetHistoryResult> asyncHandler) |
Future<DescribeFleetHistoryResult> |
AmazonEC2Async.describeFleetHistoryAsync(DescribeFleetHistoryRequest describeFleetHistoryRequest,
AsyncHandler<DescribeFleetHistoryRequest,DescribeFleetHistoryResult> asyncHandler)
Describes the events for the specified EC2 Fleet during the specified time.
|
Future<DescribeFleetHistoryResult> |
AmazonEC2AsyncClient.describeFleetHistoryAsync(DescribeFleetHistoryRequest request,
AsyncHandler<DescribeFleetHistoryRequest,DescribeFleetHistoryResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
DescribeFleetHistoryResult |
DescribeFleetHistoryResult.clone() |
DescribeFleetHistoryResult |
DescribeFleetHistoryResult.withFleetId(String fleetId)
The ID of the EC Fleet.
|
DescribeFleetHistoryResult |
DescribeFleetHistoryResult.withHistoryRecords(Collection<HistoryRecordEntry> historyRecords)
Information about the events in the history of the EC2 Fleet.
|
DescribeFleetHistoryResult |
DescribeFleetHistoryResult.withHistoryRecords(HistoryRecordEntry... historyRecords)
Information about the events in the history of the EC2 Fleet.
|
DescribeFleetHistoryResult |
DescribeFleetHistoryResult.withLastEvaluatedTime(Date lastEvaluatedTime)
The last date and time for the events, in UTC format (for example,
YYYY-MM-DDTHH:MM:SSZ).
|
DescribeFleetHistoryResult |
DescribeFleetHistoryResult.withNextToken(String nextToken)
The token for the next set of results.
|
DescribeFleetHistoryResult |
DescribeFleetHistoryResult.withStartTime(Date startTime)
The start date and time for the events, in UTC format (for example,
YYYY-MM-DDTHH:MM:SSZ).
|
Copyright © 2021. All rights reserved.