Uses of Class
software.amazon.awssdk.services.iot.model.MitigationActionParams
-
Packages that use MitigationActionParams Package Description software.amazon.awssdk.services.iot.model -
-
Uses of MitigationActionParams in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return MitigationActionParams Modifier and Type Method Description MitigationActionParamsCreateMitigationActionRequest. actionParams()Defines the type of action and the parameters for that action.MitigationActionParamsDescribeMitigationActionResponse. actionParams()Parameters that control how the mitigation action is applied, specific to the type of mitigation action.MitigationActionParamsMitigationAction. actionParams()The set of parameters for this mitigation action.MitigationActionParamsUpdateMitigationActionRequest. actionParams()Defines the type of action and the parameters for that action.Methods in software.amazon.awssdk.services.iot.model with parameters of type MitigationActionParams Modifier and Type Method Description CreateMitigationActionRequest.BuilderCreateMitigationActionRequest.Builder. actionParams(MitigationActionParams actionParams)Defines the type of action and the parameters for that action.DescribeMitigationActionResponse.BuilderDescribeMitigationActionResponse.Builder. actionParams(MitigationActionParams actionParams)Parameters that control how the mitigation action is applied, specific to the type of mitigation action.MitigationAction.BuilderMitigationAction.Builder. actionParams(MitigationActionParams actionParams)The set of parameters for this mitigation action.UpdateMitigationActionRequest.BuilderUpdateMitigationActionRequest.Builder. actionParams(MitigationActionParams actionParams)Defines the type of action and the parameters for that action.
-