Uses of Class
software.amazon.awssdk.services.iot.model.MitigationActionIdentifier
-
Packages that use MitigationActionIdentifier Package Description software.amazon.awssdk.services.iot.model software.amazon.awssdk.services.iot.paginators -
-
Uses of MitigationActionIdentifier in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type MitigationActionIdentifier Modifier and Type Method Description List<MitigationActionIdentifier>ListMitigationActionsResponse. actionIdentifiers()A set of actions that matched the specified filter criteria.Methods in software.amazon.awssdk.services.iot.model with parameters of type MitigationActionIdentifier Modifier and Type Method Description ListMitigationActionsResponse.BuilderListMitigationActionsResponse.Builder. actionIdentifiers(MitigationActionIdentifier... actionIdentifiers)A set of actions that matched the specified filter criteria.Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type MitigationActionIdentifier Modifier and Type Method Description ListMitigationActionsResponse.BuilderListMitigationActionsResponse.Builder. actionIdentifiers(Collection<MitigationActionIdentifier> actionIdentifiers)A set of actions that matched the specified filter criteria. -
Uses of MitigationActionIdentifier in software.amazon.awssdk.services.iot.paginators
Methods in software.amazon.awssdk.services.iot.paginators that return types with arguments of type MitigationActionIdentifier Modifier and Type Method Description SdkIterable<MitigationActionIdentifier>ListMitigationActionsIterable. actionIdentifiers()Returns an iterable to iterate through the paginatedListMitigationActionsResponse.actionIdentifiers()member.SdkPublisher<MitigationActionIdentifier>ListMitigationActionsPublisher. actionIdentifiers()Returns a publisher that can be used to get a stream of data.
-