Uses of Enum
software.amazon.awssdk.services.ec2.model.FleetActivityStatus
Packages that use FleetActivityStatus
-
Uses of FleetActivityStatus in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return FleetActivityStatusModifier and TypeMethodDescriptionfinal FleetActivityStatusFleetData.activityStatus()The progress of the EC2 Fleet.static FleetActivityStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.static FleetActivityStatusReturns the enum constant of this type with the specified name.static FleetActivityStatus[]FleetActivityStatus.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 FleetActivityStatusModifier and TypeMethodDescriptionstatic Set<FleetActivityStatus>FleetActivityStatus.knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type FleetActivityStatusModifier and TypeMethodDescriptionFleetData.Builder.activityStatus(FleetActivityStatus activityStatus) The progress of the EC2 Fleet.