Uses of Class
software.amazon.awssdk.services.dlm.model.Action
-
Packages that use Action Package Description software.amazon.awssdk.services.dlm.model -
-
Uses of Action in software.amazon.awssdk.services.dlm.model
Methods in software.amazon.awssdk.services.dlm.model that return types with arguments of type Action Modifier and Type Method Description List<Action>PolicyDetails. actions()[Event-based policies only] The actions to be performed when the event-based policy is activated.Methods in software.amazon.awssdk.services.dlm.model with parameters of type Action Modifier and Type Method Description PolicyDetails.BuilderPolicyDetails.Builder. actions(Action... actions)[Event-based policies only] The actions to be performed when the event-based policy is activated.Method parameters in software.amazon.awssdk.services.dlm.model with type arguments of type Action Modifier and Type Method Description PolicyDetails.BuilderPolicyDetails.Builder. actions(Collection<Action> actions)[Event-based policies only] The actions to be performed when the event-based policy is activated.
-