Uses of Class
software.amazon.awssdk.services.ec2.model.HistoryRecordEntry
-
Packages that use HistoryRecordEntry Package Description software.amazon.awssdk.services.ec2.model -
-
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 HistoryRecordEntry Modifier and Type Method Description 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 HistoryRecordEntry Modifier and Type Method Description DescribeFleetHistoryResponse.BuilderDescribeFleetHistoryResponse.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 HistoryRecordEntry Modifier and Type Method Description DescribeFleetHistoryResponse.BuilderDescribeFleetHistoryResponse.Builder. historyRecords(Collection<HistoryRecordEntry> historyRecords)Information about the events in the history of the EC2 Fleet.
-