Uses of Interface
software.amazon.awssdk.services.iot.model.ListDetectMitigationActionsExecutionsResponse.Builder
-
Packages that use ListDetectMitigationActionsExecutionsResponse.Builder Package Description software.amazon.awssdk.services.iot.model -
-
Uses of ListDetectMitigationActionsExecutionsResponse.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return ListDetectMitigationActionsExecutionsResponse.Builder Modifier and Type Method Description ListDetectMitigationActionsExecutionsResponse.BuilderListDetectMitigationActionsExecutionsResponse.Builder. actionsExecutions(Collection<DetectMitigationActionExecution> actionsExecutions)List of actions executions.ListDetectMitigationActionsExecutionsResponse.BuilderListDetectMitigationActionsExecutionsResponse.Builder. actionsExecutions(Consumer<DetectMitigationActionExecution.Builder>... actionsExecutions)List of actions executions.ListDetectMitigationActionsExecutionsResponse.BuilderListDetectMitigationActionsExecutionsResponse.Builder. actionsExecutions(DetectMitigationActionExecution... actionsExecutions)List of actions executions.static ListDetectMitigationActionsExecutionsResponse.BuilderListDetectMitigationActionsExecutionsResponse. builder()ListDetectMitigationActionsExecutionsResponse.BuilderListDetectMitigationActionsExecutionsResponse.Builder. nextToken(String nextToken)A token that can be used to retrieve the next set of results, ornullif there are no additional results.ListDetectMitigationActionsExecutionsResponse.BuilderListDetectMitigationActionsExecutionsResponse. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type ListDetectMitigationActionsExecutionsResponse.Builder Modifier and Type Method Description static Class<? extends ListDetectMitigationActionsExecutionsResponse.Builder>ListDetectMitigationActionsExecutionsResponse. serializableBuilderClass()
-