Uses of Interface
software.amazon.awssdk.services.fms.model.CreateNetworkAclAction.Builder
-
Packages that use CreateNetworkAclAction.Builder Package Description software.amazon.awssdk.services.fms.model -
-
Uses of CreateNetworkAclAction.Builder in software.amazon.awssdk.services.fms.model
Methods in software.amazon.awssdk.services.fms.model that return CreateNetworkAclAction.Builder Modifier and Type Method Description static CreateNetworkAclAction.BuilderCreateNetworkAclAction. builder()CreateNetworkAclAction.BuilderCreateNetworkAclAction.Builder. description(String description)Brief description of this remediation action.CreateNetworkAclAction.BuilderCreateNetworkAclAction.Builder. fmsCanRemediate(Boolean fmsCanRemediate)Indicates whether it is possible for Firewall Manager to perform this remediation action.CreateNetworkAclAction.BuilderCreateNetworkAclAction. toBuilder()default CreateNetworkAclAction.BuilderCreateNetworkAclAction.Builder. vpc(Consumer<ActionTarget.Builder> vpc)The VPC that's associated with the remediation action.CreateNetworkAclAction.BuilderCreateNetworkAclAction.Builder. vpc(ActionTarget vpc)The VPC that's associated with the remediation action.Methods in software.amazon.awssdk.services.fms.model that return types with arguments of type CreateNetworkAclAction.Builder Modifier and Type Method Description static Class<? extends CreateNetworkAclAction.Builder>CreateNetworkAclAction. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.fms.model with type arguments of type CreateNetworkAclAction.Builder Modifier and Type Method Description default RemediationAction.BuilderRemediationAction.Builder. createNetworkAclAction(Consumer<CreateNetworkAclAction.Builder> createNetworkAclAction)Information about theCreateNetworkAclaction in Amazon EC2.
-