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 ReportStatusType
ReportStatusType. fromValue(String value)
Use this in place of valueOf.static ReportStatusType
ReportStatusType. 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 void
ReportInstanceStatusRequest. setStatus(ReportStatusType status)
The status of all instances listed.ReportInstanceStatusRequest
ReportInstanceStatusRequest. withStatus(ReportStatusType status)
The status of all instances listed.
-