| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot |
|
| Modifier and Type | Method and Description |
|---|---|
default ListMitigationActionsResponse |
IotClient.listMitigationActions(Consumer<ListMitigationActionsRequest.Builder> listMitigationActionsRequest)
Gets a list of all mitigation actions that match the specified filter criteria.
|
default ListMitigationActionsResponse |
IotClient.listMitigationActions(ListMitigationActionsRequest listMitigationActionsRequest)
Gets a list of all mitigation actions that match the specified filter criteria.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListMitigationActionsResponse> |
IotAsyncClient.listMitigationActions(Consumer<ListMitigationActionsRequest.Builder> listMitigationActionsRequest)
Gets a list of all mitigation actions that match the specified filter criteria.
|
default CompletableFuture<ListMitigationActionsResponse> |
IotAsyncClient.listMitigationActions(ListMitigationActionsRequest listMitigationActionsRequest)
Gets a list of all mitigation actions that match the specified filter criteria.
|
Copyright © 2019. All rights reserved.