Uses of Interface
software.amazon.awssdk.services.ec2.model.DescribeFleetHistoryResponse.Builder
Packages that use DescribeFleetHistoryResponse.Builder
-
Uses of DescribeFleetHistoryResponse.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return DescribeFleetHistoryResponse.BuilderModifier and TypeMethodDescriptionDescribeFleetHistoryResponse.builder()The ID of the EC Fleet.DescribeFleetHistoryResponse.Builder.historyRecords(Collection<HistoryRecordEntry> historyRecords) Information about the events in the history of the EC2 Fleet.DescribeFleetHistoryResponse.Builder.historyRecords(Consumer<HistoryRecordEntry.Builder>... historyRecords) Information about the events in the history of the EC2 Fleet.DescribeFleetHistoryResponse.Builder.historyRecords(HistoryRecordEntry... historyRecords) Information about the events in the history of the EC2 Fleet.DescribeFleetHistoryResponse.Builder.lastEvaluatedTime(Instant lastEvaluatedTime) The last date and time for the events, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).The token to include in another request to get the next page of items.The start date and time for the events, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).DescribeFleetHistoryResponse.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type DescribeFleetHistoryResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DescribeFleetHistoryResponse.Builder>DescribeFleetHistoryResponse.serializableBuilderClass()