| Package | Description |
|---|---|
| software.amazon.awssdk.services.wafv2 |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateIpSetResponse |
Wafv2Client.createIPSet(Consumer<CreateIpSetRequest.Builder> createIpSetRequest)
Creates an IPSet, which you use to identify web requests that originate from specific IP addresses or
ranges of IP addresses.
|
default CreateIpSetResponse |
Wafv2Client.createIPSet(CreateIpSetRequest createIpSetRequest)
Creates an IPSet, which you use to identify web requests that originate from specific IP addresses or
ranges of IP addresses.
|
default CreateRegexPatternSetResponse |
Wafv2Client.createRegexPatternSet(Consumer<CreateRegexPatternSetRequest.Builder> createRegexPatternSetRequest)
Creates a RegexPatternSet, which you reference in a RegexPatternSetReferenceStatement, to have WAF
inspect a web request component for the specified patterns.
|
default CreateRegexPatternSetResponse |
Wafv2Client.createRegexPatternSet(CreateRegexPatternSetRequest createRegexPatternSetRequest)
Creates a RegexPatternSet, which you reference in a RegexPatternSetReferenceStatement, to have WAF
inspect a web request component for the specified patterns.
|
default CreateRuleGroupResponse |
Wafv2Client.createRuleGroup(Consumer<CreateRuleGroupRequest.Builder> createRuleGroupRequest)
Creates a RuleGroup per the specifications provided.
|
default CreateRuleGroupResponse |
Wafv2Client.createRuleGroup(CreateRuleGroupRequest createRuleGroupRequest)
Creates a RuleGroup per the specifications provided.
|
default CreateWebAclResponse |
Wafv2Client.createWebACL(Consumer<CreateWebAclRequest.Builder> createWebAclRequest)
Creates a WebACL per the specifications provided.
|
default CreateWebAclResponse |
Wafv2Client.createWebACL(CreateWebAclRequest createWebAclRequest)
Creates a WebACL per the specifications provided.
|
default UpdateIpSetResponse |
Wafv2Client.updateIPSet(Consumer<UpdateIpSetRequest.Builder> updateIpSetRequest)
Updates the specified IPSet.
|
default UpdateIpSetResponse |
Wafv2Client.updateIPSet(UpdateIpSetRequest updateIpSetRequest)
Updates the specified IPSet.
|
default UpdateRegexPatternSetResponse |
Wafv2Client.updateRegexPatternSet(Consumer<UpdateRegexPatternSetRequest.Builder> updateRegexPatternSetRequest)
Updates the specified RegexPatternSet.
|
default UpdateRegexPatternSetResponse |
Wafv2Client.updateRegexPatternSet(UpdateRegexPatternSetRequest updateRegexPatternSetRequest)
Updates the specified RegexPatternSet.
|
default UpdateRuleGroupResponse |
Wafv2Client.updateRuleGroup(Consumer<UpdateRuleGroupRequest.Builder> updateRuleGroupRequest)
Updates the specified RuleGroup.
|
default UpdateRuleGroupResponse |
Wafv2Client.updateRuleGroup(UpdateRuleGroupRequest updateRuleGroupRequest)
Updates the specified RuleGroup.
|
default UpdateWebAclResponse |
Wafv2Client.updateWebACL(Consumer<UpdateWebAclRequest.Builder> updateWebAclRequest)
Updates the specified WebACL.
|
default UpdateWebAclResponse |
Wafv2Client.updateWebACL(UpdateWebAclRequest updateWebAclRequest)
Updates the specified WebACL.
|
Copyright © 2023. All rights reserved.