Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
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 |
---|---|
DescribeFleetHistoryRequest |
DescribeFleetHistoryRequest.clone() |
DescribeFleetHistoryRequest |
DescribeFleetHistoryRequest.withEventType(FleetEventType eventType)
The type of events to describe.
|
DescribeFleetHistoryRequest |
DescribeFleetHistoryRequest.withEventType(String eventType)
The type of events to describe.
|
DescribeFleetHistoryRequest |
DescribeFleetHistoryRequest.withFleetId(String fleetId)
The ID of the EC2 Fleet.
|
DescribeFleetHistoryRequest |
DescribeFleetHistoryRequest.withMaxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
DescribeFleetHistoryRequest |
DescribeFleetHistoryRequest.withNextToken(String nextToken)
The token for the next set of results.
|
DescribeFleetHistoryRequest |
DescribeFleetHistoryRequest.withStartTime(Date startTime)
The start date and time for the events, in UTC format (for example,
YYYY-MM-DDTHH:MM:SSZ).
|
Modifier and Type | Method and Description |
---|---|
Request<DescribeFleetHistoryRequest> |
DescribeFleetHistoryRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2021. All rights reserved.