Uses of Class
software.amazon.awssdk.services.iot.model.ReportType
-
Packages that use ReportType Package Description software.amazon.awssdk.services.iot.model -
-
Uses of ReportType in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return ReportType Modifier and Type Method Description static ReportTypeReportType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ReportTypeListThingRegistrationTaskReportsRequest. reportType()The type of task report.ReportTypeListThingRegistrationTaskReportsResponse. reportType()The type of task report.static ReportTypeReportType. valueOf(String name)Returns the enum constant of this type with the specified name.static ReportType[]ReportType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type ReportType Modifier and Type Method Description static Set<ReportType>ReportType. knownValues()Methods in software.amazon.awssdk.services.iot.model with parameters of type ReportType Modifier and Type Method Description ListThingRegistrationTaskReportsRequest.BuilderListThingRegistrationTaskReportsRequest.Builder. reportType(ReportType reportType)The type of task report.ListThingRegistrationTaskReportsResponse.BuilderListThingRegistrationTaskReportsResponse.Builder. reportType(ReportType reportType)The type of task report.
-