| 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 DeleteFirewallManagerRuleGroupsResponse |
Wafv2Client.deleteFirewallManagerRuleGroups(Consumer<DeleteFirewallManagerRuleGroupsRequest.Builder> deleteFirewallManagerRuleGroupsRequest)
Deletes all rule groups that are managed by Firewall Manager for the specified web ACL.
|
default DeleteFirewallManagerRuleGroupsResponse |
Wafv2Client.deleteFirewallManagerRuleGroups(DeleteFirewallManagerRuleGroupsRequest deleteFirewallManagerRuleGroupsRequest)
Deletes all rule groups that are managed by Firewall Manager for the specified web ACL.
|
default DeleteIpSetResponse |
Wafv2Client.deleteIPSet(Consumer<DeleteIpSetRequest.Builder> deleteIpSetRequest)
Deletes the specified IPSet.
|
default DeleteIpSetResponse |
Wafv2Client.deleteIPSet(DeleteIpSetRequest deleteIpSetRequest)
Deletes the specified IPSet.
|
default DeleteLoggingConfigurationResponse |
Wafv2Client.deleteLoggingConfiguration(Consumer<DeleteLoggingConfigurationRequest.Builder> deleteLoggingConfigurationRequest)
Deletes the LoggingConfiguration from the specified web ACL.
|
default DeleteLoggingConfigurationResponse |
Wafv2Client.deleteLoggingConfiguration(DeleteLoggingConfigurationRequest deleteLoggingConfigurationRequest)
Deletes the LoggingConfiguration from the specified web ACL.
|
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 PutLoggingConfigurationResponse |
Wafv2Client.putLoggingConfiguration(Consumer<PutLoggingConfigurationRequest.Builder> putLoggingConfigurationRequest)
Enables the specified LoggingConfiguration, to start logging from a web ACL, according to the
configuration provided.
|
default PutLoggingConfigurationResponse |
Wafv2Client.putLoggingConfiguration(PutLoggingConfigurationRequest putLoggingConfigurationRequest)
Enables the specified LoggingConfiguration, to start logging from a web ACL, according to the
configuration provided.
|
default PutManagedRuleSetVersionsResponse |
Wafv2Client.putManagedRuleSetVersions(Consumer<PutManagedRuleSetVersionsRequest.Builder> putManagedRuleSetVersionsRequest)
Defines the versions of your managed rule set that you are offering to the customers.
|
default PutManagedRuleSetVersionsResponse |
Wafv2Client.putManagedRuleSetVersions(PutManagedRuleSetVersionsRequest putManagedRuleSetVersionsRequest)
Defines the versions of your managed rule set that you are offering to the customers.
|
default UpdateIpSetResponse |
Wafv2Client.updateIPSet(Consumer<UpdateIpSetRequest.Builder> updateIpSetRequest)
Updates the specified IPSet.
|
default UpdateIpSetResponse |
Wafv2Client.updateIPSet(UpdateIpSetRequest updateIpSetRequest)
Updates the specified IPSet.
|
default UpdateManagedRuleSetVersionExpiryDateResponse |
Wafv2Client.updateManagedRuleSetVersionExpiryDate(Consumer<UpdateManagedRuleSetVersionExpiryDateRequest.Builder> updateManagedRuleSetVersionExpiryDateRequest)
Updates the expiration information for your managed rule set.
|
default UpdateManagedRuleSetVersionExpiryDateResponse |
Wafv2Client.updateManagedRuleSetVersionExpiryDate(UpdateManagedRuleSetVersionExpiryDateRequest updateManagedRuleSetVersionExpiryDateRequest)
Updates the expiration information for your managed rule set.
|
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.