| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model | |
| software.amazon.awssdk.services.iot.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<MitigationActionIdentifier> |
ListMitigationActionsResponse.actionIdentifiers()
A set of actions that matched the specified filter criteria.
|
| Modifier and Type | Method and Description |
|---|---|
ListMitigationActionsResponse.Builder |
ListMitigationActionsResponse.Builder.actionIdentifiers(MitigationActionIdentifier... actionIdentifiers)
A set of actions that matched the specified filter criteria.
|
| Modifier and Type | Method and Description |
|---|---|
ListMitigationActionsResponse.Builder |
ListMitigationActionsResponse.Builder.actionIdentifiers(Collection<MitigationActionIdentifier> actionIdentifiers)
A set of actions that matched the specified filter criteria.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<MitigationActionIdentifier> |
ListMitigationActionsPublisher.actionIdentifiers()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<MitigationActionIdentifier> |
ListMitigationActionsIterable.actionIdentifiers()
Returns an iterable to iterate through the paginated
ListMitigationActionsResponse.actionIdentifiers()
member. |
Copyright © 2022. All rights reserved.