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) |
|
default CreateRegexPatternSetResponse |
Wafv2Client.createRegexPatternSet(CreateRegexPatternSetRequest createRegexPatternSetRequest) |
|
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) |
|
default DeleteRegexPatternSetResponse |
Wafv2Client.deleteRegexPatternSet(DeleteRegexPatternSetRequest deleteRegexPatternSetRequest) |
|
default DeleteRuleGroupResponse |
Wafv2Client.deleteRuleGroup(Consumer<DeleteRuleGroupRequest.Builder> deleteRuleGroupRequest) |
|
default DeleteRuleGroupResponse |
Wafv2Client.deleteRuleGroup(DeleteRuleGroupRequest deleteRuleGroupRequest) |
|
default DeleteWebAclResponse |
Wafv2Client.deleteWebACL(Consumer<DeleteWebAclRequest.Builder> deleteWebAclRequest) |
|
default DeleteWebAclResponse |
Wafv2Client.deleteWebACL(DeleteWebAclRequest deleteWebAclRequest) |
|
default ListTagsForResourceResponse |
Wafv2Client.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest) |
|
default ListTagsForResourceResponse |
Wafv2Client.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest) |
|
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.
|