Uses of Enum
com.amazonaws.services.ec2.model.ReportStatusType
Packages that use ReportStatusType
-
Uses of ReportStatusType in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return ReportStatusTypeModifier and TypeMethodDescriptionstatic ReportStatusTypeUse this in place of valueOf.static ReportStatusTypeReturns 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 ReportStatusTypeModifier and TypeMethodDescriptionvoidReportInstanceStatusRequest.setStatus(ReportStatusType status) The status of all instances listed.ReportInstanceStatusRequest.withStatus(ReportStatusType status) The status of all instances listed.