| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
static ListDetectMitigationActionsTasksResponse.Builder |
ListDetectMitigationActionsTasksResponse.builder() |
ListDetectMitigationActionsTasksResponse.Builder |
ListDetectMitigationActionsTasksResponse.Builder.nextToken(String nextToken)
A token that can be used to retrieve the next set of results, or
null if there are no additional
results. |
ListDetectMitigationActionsTasksResponse.Builder |
ListDetectMitigationActionsTasksResponse.Builder.tasks(Collection<DetectMitigationActionsTaskSummary> tasks)
The collection of ML Detect mitigation tasks that matched the filter criteria.
|
ListDetectMitigationActionsTasksResponse.Builder |
ListDetectMitigationActionsTasksResponse.Builder.tasks(Consumer<DetectMitigationActionsTaskSummary.Builder>... tasks)
The collection of ML Detect mitigation tasks that matched the filter criteria.
|
ListDetectMitigationActionsTasksResponse.Builder |
ListDetectMitigationActionsTasksResponse.Builder.tasks(DetectMitigationActionsTaskSummary... tasks)
The collection of ML Detect mitigation tasks that matched the filter criteria.
|
ListDetectMitigationActionsTasksResponse.Builder |
ListDetectMitigationActionsTasksResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListDetectMitigationActionsTasksResponse.Builder> |
ListDetectMitigationActionsTasksResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.