Uses of Interface
software.amazon.awssdk.services.fms.model.WebACLHasOutOfScopeResourcesViolation.Builder
-
Packages that use WebACLHasOutOfScopeResourcesViolation.Builder Package Description software.amazon.awssdk.services.fms.model -
-
Uses of WebACLHasOutOfScopeResourcesViolation.Builder in software.amazon.awssdk.services.fms.model
Methods in software.amazon.awssdk.services.fms.model that return WebACLHasOutOfScopeResourcesViolation.Builder Modifier and Type Method Description static WebACLHasOutOfScopeResourcesViolation.BuilderWebACLHasOutOfScopeResourcesViolation. builder()WebACLHasOutOfScopeResourcesViolation.BuilderWebACLHasOutOfScopeResourcesViolation.Builder. outOfScopeResourceList(String... outOfScopeResourceList)An array of Amazon Resource Name (ARN) for the resources that are out of scope of the policy and are associated with the web ACL.WebACLHasOutOfScopeResourcesViolation.BuilderWebACLHasOutOfScopeResourcesViolation.Builder. outOfScopeResourceList(Collection<String> outOfScopeResourceList)An array of Amazon Resource Name (ARN) for the resources that are out of scope of the policy and are associated with the web ACL.WebACLHasOutOfScopeResourcesViolation.BuilderWebACLHasOutOfScopeResourcesViolation. toBuilder()WebACLHasOutOfScopeResourcesViolation.BuilderWebACLHasOutOfScopeResourcesViolation.Builder. webACLArn(String webACLArn)The Amazon Resource Name (ARN) of the web ACL.Methods in software.amazon.awssdk.services.fms.model that return types with arguments of type WebACLHasOutOfScopeResourcesViolation.Builder Modifier and Type Method Description static Class<? extends WebACLHasOutOfScopeResourcesViolation.Builder>WebACLHasOutOfScopeResourcesViolation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.fms.model with type arguments of type WebACLHasOutOfScopeResourcesViolation.Builder Modifier and Type Method Description default ResourceViolation.BuilderResourceViolation.Builder. webACLHasOutOfScopeResourcesViolation(Consumer<WebACLHasOutOfScopeResourcesViolation.Builder> webACLHasOutOfScopeResourcesViolation)The violation details for a web ACL that's associated with at least one resource that's out of scope of the Firewall Manager policy.
-