| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model | |
| software.amazon.awssdk.services.iot.paginators |
| Modifier and Type | Method and Description |
|---|---|
DetectMitigationActionsTaskSummary |
DescribeDetectMitigationActionsTaskResponse.taskSummary()
The description of a task.
|
| Modifier and Type | Method and Description |
|---|---|
List<DetectMitigationActionsTaskSummary> |
ListDetectMitigationActionsTasksResponse.tasks()
The collection of ML Detect mitigation tasks that matched the filter criteria.
|
| Modifier and Type | Method and Description |
|---|---|
ListDetectMitigationActionsTasksResponse.Builder |
ListDetectMitigationActionsTasksResponse.Builder.tasks(DetectMitigationActionsTaskSummary... tasks)
The collection of ML Detect mitigation tasks that matched the filter criteria.
|
DescribeDetectMitigationActionsTaskResponse.Builder |
DescribeDetectMitigationActionsTaskResponse.Builder.taskSummary(DetectMitigationActionsTaskSummary taskSummary)
The description of a task.
|
| Modifier and Type | Method and Description |
|---|---|
ListDetectMitigationActionsTasksResponse.Builder |
ListDetectMitigationActionsTasksResponse.Builder.tasks(Collection<DetectMitigationActionsTaskSummary> tasks)
The collection of ML Detect mitigation tasks that matched the filter criteria.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<DetectMitigationActionsTaskSummary> |
ListDetectMitigationActionsTasksIterable.tasks()
Returns an iterable to iterate through the paginated
ListDetectMitigationActionsTasksResponse.tasks()
member. |
SdkPublisher<DetectMitigationActionsTaskSummary> |
ListDetectMitigationActionsTasksPublisher.tasks()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2021. All rights reserved.