| Package | Description |
|---|---|
| software.amazon.awssdk.services.waf.model |
| Modifier and Type | Method and Description |
|---|---|
static GetRegexPatternSetResponse.Builder |
GetRegexPatternSetResponse.builder() |
default GetRegexPatternSetResponse.Builder |
GetRegexPatternSetResponse.Builder.regexPatternSet(Consumer<RegexPatternSet.Builder> regexPatternSet)
Information about the RegexPatternSet that you specified in the
GetRegexPatternSet
request, including the identifier of the pattern set and the regular expression patterns you want AWS WAF to
search for. |
GetRegexPatternSetResponse.Builder |
GetRegexPatternSetResponse.Builder.regexPatternSet(RegexPatternSet regexPatternSet)
Information about the RegexPatternSet that you specified in the
GetRegexPatternSet
request, including the identifier of the pattern set and the regular expression patterns you want AWS WAF to
search for. |
GetRegexPatternSetResponse.Builder |
GetRegexPatternSetResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetRegexPatternSetResponse.Builder> |
GetRegexPatternSetResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.