| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
JsonMatchPattern |
JsonMatchPattern.clone() |
JsonMatchPattern |
JsonBody.getMatchPattern()
The patterns to look for in the JSON body.
|
JsonMatchPattern |
JsonMatchPattern.withAll(All all)
Match all of the elements.
|
JsonMatchPattern |
JsonMatchPattern.withIncludedPaths(Collection<String> includedPaths)
Match only the specified include paths.
|
JsonMatchPattern |
JsonMatchPattern.withIncludedPaths(String... includedPaths)
Match only the specified include paths.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JsonBody.setMatchPattern(JsonMatchPattern matchPattern)
The patterns to look for in the JSON body.
|
JsonBody |
JsonBody.withMatchPattern(JsonMatchPattern matchPattern)
The patterns to look for in the JSON body.
|
Copyright © 2021. All rights reserved.