Package | Description |
---|---|
com.amazonaws.services.iot |
|
com.amazonaws.services.iot.model |
Modifier and Type | Method and Description |
---|---|
Future<ListMitigationActionsResult> |
AbstractAWSIotAsync.listMitigationActionsAsync(ListMitigationActionsRequest request,
AsyncHandler<ListMitigationActionsRequest,ListMitigationActionsResult> asyncHandler) |
Future<ListMitigationActionsResult> |
AWSIotAsyncClient.listMitigationActionsAsync(ListMitigationActionsRequest request,
AsyncHandler<ListMitigationActionsRequest,ListMitigationActionsResult> asyncHandler) |
Future<ListMitigationActionsResult> |
AWSIotAsync.listMitigationActionsAsync(ListMitigationActionsRequest listMitigationActionsRequest,
AsyncHandler<ListMitigationActionsRequest,ListMitigationActionsResult> asyncHandler)
Gets a list of all mitigation actions that match the specified filter criteria.
|
Modifier and Type | Method and Description |
---|---|
ListMitigationActionsRequest |
ListMitigationActionsRequest.clone() |
ListMitigationActionsRequest |
ListMitigationActionsRequest.withActionType(MitigationActionType actionType)
Specify a value to limit the result to mitigation actions with a specific action type.
|
ListMitigationActionsRequest |
ListMitigationActionsRequest.withActionType(String actionType)
Specify a value to limit the result to mitigation actions with a specific action type.
|
ListMitigationActionsRequest |
ListMitigationActionsRequest.withMaxResults(Integer maxResults)
The maximum number of results to return at one time.
|
ListMitigationActionsRequest |
ListMitigationActionsRequest.withNextToken(String nextToken)
The token for the next set of results.
|
Copyright © 2021. All rights reserved.