Package | Description |
---|---|
com.amazonaws.services.ec2 | |
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
DescribeSpotFleetRequestHistoryResult |
AbstractAmazonEC2.describeSpotFleetRequestHistory(DescribeSpotFleetRequestHistoryRequest request) |
DescribeSpotFleetRequestHistoryResult |
AmazonEC2.describeSpotFleetRequestHistory(DescribeSpotFleetRequestHistoryRequest describeSpotFleetRequestHistoryRequest)
Describes the events for the specified Spot fleet request during the
specified time.
|
DescribeSpotFleetRequestHistoryResult |
AmazonEC2Client.describeSpotFleetRequestHistory(DescribeSpotFleetRequestHistoryRequest describeSpotFleetRequestHistoryRequest)
Describes the events for the specified Spot fleet request during the
specified time.
|
Modifier and Type | Method and Description |
---|---|
DescribeSpotFleetRequestHistoryResult |
DescribeSpotFleetRequestHistoryResult.clone() |
DescribeSpotFleetRequestHistoryResult |
DescribeSpotFleetRequestHistoryResult.withHistoryRecords(Collection<HistoryRecord> historyRecords)
Information about the events in the history of the Spot fleet request.
|
DescribeSpotFleetRequestHistoryResult |
DescribeSpotFleetRequestHistoryResult.withHistoryRecords(HistoryRecord... historyRecords)
Information about the events in the history of the Spot fleet request.
|
DescribeSpotFleetRequestHistoryResult |
DescribeSpotFleetRequestHistoryResult.withLastEvaluatedTime(Date lastEvaluatedTime)
The last date and time for the events, in UTC format (for example,
YYYY-MM-DDTHH:MM:SSZ).
|
DescribeSpotFleetRequestHistoryResult |
DescribeSpotFleetRequestHistoryResult.withNextToken(String nextToken)
The token required to retrieve the next set of results.
|
DescribeSpotFleetRequestHistoryResult |
DescribeSpotFleetRequestHistoryResult.withSpotFleetRequestId(String spotFleetRequestId)
The ID of the Spot fleet request.
|
DescribeSpotFleetRequestHistoryResult |
DescribeSpotFleetRequestHistoryResult.withStartTime(Date startTime)
The starting date and time for the events, in UTC format (for example,
YYYY-MM-DDTHH:MM:SSZ).
|
Copyright © 2018. All rights reserved.