Uses of Enum
software.amazon.awssdk.services.ec2.model.FleetStateCode
Packages that use FleetStateCode
-
Uses of FleetStateCode in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return FleetStateCodeModifier and TypeMethodDescriptionfinal FleetStateCodeDeleteFleetSuccessItem.currentFleetState()The current state of the EC2 Fleet.final FleetStateCodeFleetData.fleetState()The state of the EC2 Fleet.static FleetStateCodeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final FleetStateCodeDeleteFleetSuccessItem.previousFleetState()The previous state of the EC2 Fleet.static FleetStateCodeReturns the enum constant of this type with the specified name.static FleetStateCode[]FleetStateCode.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 FleetStateCodeMethods in software.amazon.awssdk.services.ec2.model with parameters of type FleetStateCodeModifier and TypeMethodDescriptionDeleteFleetSuccessItem.Builder.currentFleetState(FleetStateCode currentFleetState) The current state of the EC2 Fleet.FleetData.Builder.fleetState(FleetStateCode fleetState) The state of the EC2 Fleet.DeleteFleetSuccessItem.Builder.previousFleetState(FleetStateCode previousFleetState) The previous state of the EC2 Fleet.