| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot |
|
| software.amazon.awssdk.services.iot.model |
| 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 CompletableFuture<ListMitigationActionsResponse> |
IotAsyncClient.listMitigationActions(Consumer<ListMitigationActionsRequest.Builder> listMitigationActionsRequest)
Gets a list of all mitigation actions that match the specified filter criteria.
|
default ListMitigationActionsIterable |
IotClient.listMitigationActionsPaginator(Consumer<ListMitigationActionsRequest.Builder> listMitigationActionsRequest)
Gets a list of all mitigation actions that match the specified filter criteria.
|
default ListMitigationActionsPublisher |
IotAsyncClient.listMitigationActionsPaginator(Consumer<ListMitigationActionsRequest.Builder> listMitigationActionsRequest)
Gets a list of all mitigation actions that match the specified filter criteria.
|
| Modifier and Type | Method and Description |
|---|---|
ListMitigationActionsRequest.Builder |
ListMitigationActionsRequest.Builder.actionType(MitigationActionType actionType)
Specify a value to limit the result to mitigation actions with a specific action type.
|
ListMitigationActionsRequest.Builder |
ListMitigationActionsRequest.Builder.actionType(String actionType)
Specify a value to limit the result to mitigation actions with a specific action type.
|
static ListMitigationActionsRequest.Builder |
ListMitigationActionsRequest.builder() |
ListMitigationActionsRequest.Builder |
ListMitigationActionsRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to return at one time.
|
ListMitigationActionsRequest.Builder |
ListMitigationActionsRequest.Builder.nextToken(String nextToken)
The token for the next set of results.
|
ListMitigationActionsRequest.Builder |
ListMitigationActionsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListMitigationActionsRequest.Builder |
ListMitigationActionsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListMitigationActionsRequest.Builder |
ListMitigationActionsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListMitigationActionsRequest.Builder> |
ListMitigationActionsRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.