Uses of Class
software.amazon.awssdk.services.iot.model.DetectMitigationActionExecution
-
Packages that use DetectMitigationActionExecution Package Description software.amazon.awssdk.services.iot.model software.amazon.awssdk.services.iot.paginators -
-
Uses of DetectMitigationActionExecution in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type DetectMitigationActionExecution Modifier and Type Method Description List<DetectMitigationActionExecution>ListDetectMitigationActionsExecutionsResponse. actionsExecutions()List of actions executions.Methods in software.amazon.awssdk.services.iot.model with parameters of type DetectMitigationActionExecution Modifier and Type Method Description ListDetectMitigationActionsExecutionsResponse.BuilderListDetectMitigationActionsExecutionsResponse.Builder. actionsExecutions(DetectMitigationActionExecution... actionsExecutions)List of actions executions.Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type DetectMitigationActionExecution Modifier and Type Method Description ListDetectMitigationActionsExecutionsResponse.BuilderListDetectMitigationActionsExecutionsResponse.Builder. actionsExecutions(Collection<DetectMitigationActionExecution> actionsExecutions)List of actions executions. -
Uses of DetectMitigationActionExecution in software.amazon.awssdk.services.iot.paginators
Methods in software.amazon.awssdk.services.iot.paginators that return types with arguments of type DetectMitigationActionExecution Modifier and Type Method Description SdkIterable<DetectMitigationActionExecution>ListDetectMitigationActionsExecutionsIterable. actionsExecutions()Returns an iterable to iterate through the paginatedListDetectMitigationActionsExecutionsResponse.actionsExecutions()member.SdkPublisher<DetectMitigationActionExecution>ListDetectMitigationActionsExecutionsPublisher. actionsExecutions()Returns a publisher that can be used to get a stream of data.
-