Uses of Interface
software.amazon.awssdk.services.networkfirewall.model.ActionDefinition.Builder
-
Packages that use ActionDefinition.Builder Package Description software.amazon.awssdk.services.networkfirewall.model -
-
Uses of ActionDefinition.Builder in software.amazon.awssdk.services.networkfirewall.model
Methods in software.amazon.awssdk.services.networkfirewall.model that return ActionDefinition.Builder Modifier and Type Method Description static ActionDefinition.BuilderActionDefinition. builder()default ActionDefinition.BuilderActionDefinition.Builder. publishMetricAction(Consumer<PublishMetricAction.Builder> publishMetricAction)Stateless inspection criteria that publishes the specified metrics to Amazon CloudWatch for the matching packet.ActionDefinition.BuilderActionDefinition.Builder. publishMetricAction(PublishMetricAction publishMetricAction)Stateless inspection criteria that publishes the specified metrics to Amazon CloudWatch for the matching packet.ActionDefinition.BuilderActionDefinition. toBuilder()Methods in software.amazon.awssdk.services.networkfirewall.model that return types with arguments of type ActionDefinition.Builder Modifier and Type Method Description static Class<? extends ActionDefinition.Builder>ActionDefinition. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.networkfirewall.model with type arguments of type ActionDefinition.Builder Modifier and Type Method Description default CustomAction.BuilderCustomAction.Builder. actionDefinition(Consumer<ActionDefinition.Builder> actionDefinition)The custom action associated with the action name.
-