Uses of Class
com.amazonaws.services.ec2.model.ReportStatusType
-
Packages that use ReportStatusType Package Description com.amazonaws.services.ec2.model -
-
Uses of ReportStatusType in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return ReportStatusType Modifier and Type Method Description static ReportStatusTypeReportStatusType. fromValue(String value)Use this in place of valueOf.static ReportStatusTypeReportStatusType. valueOf(String name)Returns the enum constant of this type with the specified name.static ReportStatusType[]ReportStatusType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.ec2.model with parameters of type ReportStatusType Modifier and Type Method Description voidReportInstanceStatusRequest. setStatus(ReportStatusType status)The status of all instances listed.ReportInstanceStatusRequestReportInstanceStatusRequest. withStatus(ReportStatusType status)The status of all instances listed.
-