Uses of Enum
software.amazon.awssdk.services.ec2.model.ReportInstanceReasonCodes
Packages that use ReportInstanceReasonCodes
-
Uses of ReportInstanceReasonCodes in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ReportInstanceReasonCodesModifier and TypeMethodDescriptionstatic ReportInstanceReasonCodesUse this in place of valueOf to convert the raw string returned by the service into the enum value.static ReportInstanceReasonCodesReturns the enum constant of this type with the specified name.static ReportInstanceReasonCodes[]ReportInstanceReasonCodes.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 ReportInstanceReasonCodesModifier and TypeMethodDescriptionstatic Set<ReportInstanceReasonCodes>ReportInstanceReasonCodes.knownValues()final List<ReportInstanceReasonCodes>ReportInstanceStatusRequest.reasonCodes()The reason codes that describe the health state of your instance.Methods in software.amazon.awssdk.services.ec2.model with parameters of type ReportInstanceReasonCodesModifier and TypeMethodDescriptionReportInstanceStatusRequest.Builder.reasonCodes(ReportInstanceReasonCodes... reasonCodes) The reason codes that describe the health state of your instance.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type ReportInstanceReasonCodesModifier and TypeMethodDescriptionReportInstanceStatusRequest.Builder.reasonCodes(Collection<ReportInstanceReasonCodes> reasonCodes) The reason codes that describe the health state of your instance.