Uses of Class
software.amazon.awssdk.services.ec2.model.HistoryRecordEntry
Packages that use HistoryRecordEntry
-
Uses of HistoryRecordEntry in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type HistoryRecordEntryModifier and TypeMethodDescriptionfinal List<HistoryRecordEntry>DescribeFleetHistoryResponse.historyRecords()Information about the events in the history of the EC2 Fleet.Methods in software.amazon.awssdk.services.ec2.model with parameters of type HistoryRecordEntryModifier and TypeMethodDescriptionDescribeFleetHistoryResponse.Builder.historyRecords(HistoryRecordEntry... historyRecords) Information about the events in the history of the EC2 Fleet.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type HistoryRecordEntryModifier and TypeMethodDescriptionDescribeFleetHistoryResponse.Builder.historyRecords(Collection<HistoryRecordEntry> historyRecords) Information about the events in the history of the EC2 Fleet.