Uses of Enum
software.amazon.awssdk.services.ec2.model.DeleteFleetErrorCode
Packages that use DeleteFleetErrorCode
-
Uses of DeleteFleetErrorCode in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return DeleteFleetErrorCodeModifier and TypeMethodDescriptionfinal DeleteFleetErrorCodeDeleteFleetError.code()The error code.static DeleteFleetErrorCodeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static DeleteFleetErrorCodeReturns the enum constant of this type with the specified name.static DeleteFleetErrorCode[]DeleteFleetErrorCode.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 DeleteFleetErrorCodeModifier and TypeMethodDescriptionstatic Set<DeleteFleetErrorCode>DeleteFleetErrorCode.knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type DeleteFleetErrorCodeModifier and TypeMethodDescriptionDeleteFleetError.Builder.code(DeleteFleetErrorCode code) The error code.