Uses of Class
software.amazon.awssdk.services.ec2.model.HistoryRecord
Packages that use HistoryRecord
-
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 HistoryRecordModifier and TypeMethodDescriptionfinal 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 HistoryRecordModifier and TypeMethodDescriptionDescribeSpotFleetRequestHistoryResponse.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 HistoryRecordModifier and TypeMethodDescriptionDescribeSpotFleetRequestHistoryResponse.Builder.historyRecords(Collection<HistoryRecord> historyRecords) Information about the events in the history of the Spot Fleet request.