Uses of Class
software.amazon.awssdk.services.ec2.model.HistoryRecord
-
Packages that use HistoryRecord Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of HistoryRecord in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type HistoryRecord Modifier and Type Method Description List<HistoryRecord>DescribeSpotFleetRequestHistoryResponse. historyRecords()Information about the events in the history of the Spot Fleet request.Methods in software.amazon.awssdk.services.ec2.model with parameters of type HistoryRecord Modifier and Type Method Description DescribeSpotFleetRequestHistoryResponse.BuilderDescribeSpotFleetRequestHistoryResponse.Builder. historyRecords(HistoryRecord... historyRecords)Information about the events in the history of the Spot Fleet request.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type HistoryRecord Modifier and Type Method Description DescribeSpotFleetRequestHistoryResponse.BuilderDescribeSpotFleetRequestHistoryResponse.Builder. historyRecords(Collection<HistoryRecord> historyRecords)Information about the events in the history of the Spot Fleet request.
-