| 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 DeleteIpSetResponse |
Wafv2Client.deleteIPSet(Consumer<DeleteIpSetRequest.Builder> deleteIpSetRequest)
Deletes the specified IPSet.
|
default DeleteIpSetResponse |
Wafv2Client.deleteIPSet(DeleteIpSetRequest deleteIpSetRequest)
Deletes the specified IPSet.
|
default DeleteRegexPatternSetResponse |
Wafv2Client.deleteRegexPatternSet(Consumer<DeleteRegexPatternSetRequest.Builder> deleteRegexPatternSetRequest)
Deletes the specified RegexPatternSet.
|
default DeleteRegexPatternSetResponse |
Wafv2Client.deleteRegexPatternSet(DeleteRegexPatternSetRequest deleteRegexPatternSetRequest)
Deletes the specified RegexPatternSet.
|
default DeleteRuleGroupResponse |
Wafv2Client.deleteRuleGroup(Consumer<DeleteRuleGroupRequest.Builder> deleteRuleGroupRequest)
Deletes the specified RuleGroup.
|
default DeleteRuleGroupResponse |
Wafv2Client.deleteRuleGroup(DeleteRuleGroupRequest deleteRuleGroupRequest)
Deletes the specified RuleGroup.
|
default DeleteWebAclResponse |
Wafv2Client.deleteWebACL(Consumer<DeleteWebAclRequest.Builder> deleteWebAclRequest)
Deletes the specified WebACL.
|
default DeleteWebAclResponse |
Wafv2Client.deleteWebACL(DeleteWebAclRequest deleteWebAclRequest)
Deletes the specified WebACL.
|
default ListTagsForResourceResponse |
Wafv2Client.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Retrieves the TagInfoForResource for the specified resource.
|
default ListTagsForResourceResponse |
Wafv2Client.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Retrieves the TagInfoForResource for the specified resource.
|
default TagResourceResponse |
Wafv2Client.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Associates tags with the specified Amazon Web Services resource.
|
default TagResourceResponse |
Wafv2Client.tagResource(TagResourceRequest tagResourceRequest)
Associates tags with the specified Amazon Web Services resource.
|
default UntagResourceResponse |
Wafv2Client.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Disassociates tags from an Amazon Web Services resource.
|
default UntagResourceResponse |
Wafv2Client.untagResource(UntagResourceRequest untagResourceRequest)
Disassociates tags from an Amazon Web Services resource.
|
Copyright © 2023. All rights reserved.