| Package | Description |
|---|---|
| com.amazonaws.services.networkfirewall |
This is the API Reference for Network Firewall.
|
| com.amazonaws.services.networkfirewall.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateFirewallPolicyResult> |
AWSNetworkFirewallAsyncClient.updateFirewallPolicyAsync(UpdateFirewallPolicyRequest request,
AsyncHandler<UpdateFirewallPolicyRequest,UpdateFirewallPolicyResult> asyncHandler) |
Future<UpdateFirewallPolicyResult> |
AWSNetworkFirewallAsync.updateFirewallPolicyAsync(UpdateFirewallPolicyRequest updateFirewallPolicyRequest,
AsyncHandler<UpdateFirewallPolicyRequest,UpdateFirewallPolicyResult> asyncHandler)
Updates the properties of the specified firewall policy.
|
Future<UpdateFirewallPolicyResult> |
AbstractAWSNetworkFirewallAsync.updateFirewallPolicyAsync(UpdateFirewallPolicyRequest request,
AsyncHandler<UpdateFirewallPolicyRequest,UpdateFirewallPolicyResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateFirewallPolicyRequest |
UpdateFirewallPolicyRequest.clone() |
UpdateFirewallPolicyRequest |
UpdateFirewallPolicyRequest.withDescription(String description)
A description of the firewall policy.
|
UpdateFirewallPolicyRequest |
UpdateFirewallPolicyRequest.withDryRun(Boolean dryRun)
Indicates whether you want Network Firewall to just check the validity of the request, rather than run the
request.
|
UpdateFirewallPolicyRequest |
UpdateFirewallPolicyRequest.withEncryptionConfiguration(EncryptionConfiguration encryptionConfiguration)
A complex type that contains settings for encryption of your firewall policy resources.
|
UpdateFirewallPolicyRequest |
UpdateFirewallPolicyRequest.withFirewallPolicy(FirewallPolicy firewallPolicy)
The updated firewall policy to use for the firewall.
|
UpdateFirewallPolicyRequest |
UpdateFirewallPolicyRequest.withFirewallPolicyArn(String firewallPolicyArn)
The Amazon Resource Name (ARN) of the firewall policy.
|
UpdateFirewallPolicyRequest |
UpdateFirewallPolicyRequest.withFirewallPolicyName(String firewallPolicyName)
The descriptive name of the firewall policy.
|
UpdateFirewallPolicyRequest |
UpdateFirewallPolicyRequest.withUpdateToken(String updateToken)
A token used for optimistic locking.
|
Copyright © 2022. All rights reserved.