| Package | Description |
|---|---|
| software.amazon.awssdk.services.wafv2 |
|
| Modifier and Type | Method and Description |
|---|---|
default CheckCapacityResponse |
Wafv2Client.checkCapacity(CheckCapacityRequest checkCapacityRequest)
Returns the web ACL capacity unit (WCU) requirements for a specified scope and set of rules.
|
default CheckCapacityResponse |
Wafv2Client.checkCapacity(Consumer<CheckCapacityRequest.Builder> checkCapacityRequest)
Returns the web ACL capacity unit (WCU) requirements for a specified scope and set of rules.
|
default CreateApiKeyResponse |
Wafv2Client.createAPIKey(Consumer<CreateApiKeyRequest.Builder> createApiKeyRequest)
Creates an API key that contains a set of token domains.
|
default CreateApiKeyResponse |
Wafv2Client.createAPIKey(CreateApiKeyRequest createApiKeyRequest)
Creates an API key that contains a set of token domains.
|
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 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 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 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.