Uses of Class
software.amazon.awssdk.services.iot.model.DetectMitigationActionsTaskSummary
-
Packages that use DetectMitigationActionsTaskSummary Package Description software.amazon.awssdk.services.iot.model software.amazon.awssdk.services.iot.paginators -
-
Uses of DetectMitigationActionsTaskSummary in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return DetectMitigationActionsTaskSummary Modifier and Type Method Description DetectMitigationActionsTaskSummaryDescribeDetectMitigationActionsTaskResponse. taskSummary()The description of a task.Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type DetectMitigationActionsTaskSummary Modifier and Type Method Description List<DetectMitigationActionsTaskSummary>ListDetectMitigationActionsTasksResponse. tasks()The collection of ML Detect mitigation tasks that matched the filter criteria.Methods in software.amazon.awssdk.services.iot.model with parameters of type DetectMitigationActionsTaskSummary Modifier and Type Method Description ListDetectMitigationActionsTasksResponse.BuilderListDetectMitigationActionsTasksResponse.Builder. tasks(DetectMitigationActionsTaskSummary... tasks)The collection of ML Detect mitigation tasks that matched the filter criteria.DescribeDetectMitigationActionsTaskResponse.BuilderDescribeDetectMitigationActionsTaskResponse.Builder. taskSummary(DetectMitigationActionsTaskSummary taskSummary)The description of a task.Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type DetectMitigationActionsTaskSummary Modifier and Type Method Description ListDetectMitigationActionsTasksResponse.BuilderListDetectMitigationActionsTasksResponse.Builder. tasks(Collection<DetectMitigationActionsTaskSummary> tasks)The collection of ML Detect mitigation tasks that matched the filter criteria. -
Uses of DetectMitigationActionsTaskSummary in software.amazon.awssdk.services.iot.paginators
Methods in software.amazon.awssdk.services.iot.paginators that return types with arguments of type DetectMitigationActionsTaskSummary Modifier and Type Method Description SdkIterable<DetectMitigationActionsTaskSummary>ListDetectMitigationActionsTasksIterable. tasks()Returns an iterable to iterate through the paginatedListDetectMitigationActionsTasksResponse.tasks()member.SdkPublisher<DetectMitigationActionsTaskSummary>ListDetectMitigationActionsTasksPublisher. tasks()Returns a publisher that can be used to get a stream of data.
-