Uses of Enum
software.amazon.awssdk.services.ec2.model.FleetEventType
Packages that use FleetEventType
-
Uses of FleetEventType in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return FleetEventTypeModifier and TypeMethodDescriptionfinal FleetEventTypeDescribeFleetHistoryRequest.eventType()The type of events to describe.final FleetEventTypeHistoryRecordEntry.eventType()The event type.static FleetEventTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static FleetEventTypeReturns the enum constant of this type with the specified name.static FleetEventType[]FleetEventType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type FleetEventTypeMethods in software.amazon.awssdk.services.ec2.model with parameters of type FleetEventTypeModifier and TypeMethodDescriptionDescribeFleetHistoryRequest.Builder.eventType(FleetEventType eventType) The type of events to describe.HistoryRecordEntry.Builder.eventType(FleetEventType eventType) The event type.