@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSNetworkFirewallAsync extends AbstractAWSNetworkFirewall implements AWSNetworkFirewallAsync
AWSNetworkFirewallAsync
. Convenient method forms pass through to the corresponding
overload that takes a request object and an AsyncHandler
, which throws an
UnsupportedOperationException
.ENDPOINT_PREFIX
associateFirewallPolicy, associateSubnets, createFirewall, createFirewallPolicy, createRuleGroup, createTLSInspectionConfiguration, deleteFirewall, deleteFirewallPolicy, deleteResourcePolicy, deleteRuleGroup, deleteTLSInspectionConfiguration, describeFirewall, describeFirewallPolicy, describeLoggingConfiguration, describeResourcePolicy, describeRuleGroup, describeRuleGroupMetadata, describeTLSInspectionConfiguration, disassociateSubnets, getCachedResponseMetadata, listFirewallPolicies, listFirewalls, listRuleGroups, listTagsForResource, listTLSInspectionConfigurations, putResourcePolicy, shutdown, tagResource, untagResource, updateFirewallDeleteProtection, updateFirewallDescription, updateFirewallEncryptionConfiguration, updateFirewallPolicy, updateFirewallPolicyChangeProtection, updateLoggingConfiguration, updateRuleGroup, updateSubnetChangeProtection, updateTLSInspectionConfiguration
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
associateFirewallPolicy, associateSubnets, createFirewall, createFirewallPolicy, createRuleGroup, createTLSInspectionConfiguration, deleteFirewall, deleteFirewallPolicy, deleteResourcePolicy, deleteRuleGroup, deleteTLSInspectionConfiguration, describeFirewall, describeFirewallPolicy, describeLoggingConfiguration, describeResourcePolicy, describeRuleGroup, describeRuleGroupMetadata, describeTLSInspectionConfiguration, disassociateSubnets, getCachedResponseMetadata, listFirewallPolicies, listFirewalls, listRuleGroups, listTagsForResource, listTLSInspectionConfigurations, putResourcePolicy, shutdown, tagResource, untagResource, updateFirewallDeleteProtection, updateFirewallDescription, updateFirewallEncryptionConfiguration, updateFirewallPolicy, updateFirewallPolicyChangeProtection, updateLoggingConfiguration, updateRuleGroup, updateSubnetChangeProtection, updateTLSInspectionConfiguration
public Future<AssociateFirewallPolicyResult> associateFirewallPolicyAsync(AssociateFirewallPolicyRequest request)
AWSNetworkFirewallAsync
Associates a FirewallPolicy to a Firewall.
A firewall policy defines how to monitor and manage your VPC network traffic, using a collection of inspection rule groups and other settings. Each firewall requires one firewall policy association, and you can use the same firewall policy for multiple firewalls.
associateFirewallPolicyAsync
in interface AWSNetworkFirewallAsync
public Future<AssociateFirewallPolicyResult> associateFirewallPolicyAsync(AssociateFirewallPolicyRequest request, AsyncHandler<AssociateFirewallPolicyRequest,AssociateFirewallPolicyResult> asyncHandler)
AWSNetworkFirewallAsync
Associates a FirewallPolicy to a Firewall.
A firewall policy defines how to monitor and manage your VPC network traffic, using a collection of inspection rule groups and other settings. Each firewall requires one firewall policy association, and you can use the same firewall policy for multiple firewalls.
associateFirewallPolicyAsync
in interface AWSNetworkFirewallAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<AssociateSubnetsResult> associateSubnetsAsync(AssociateSubnetsRequest request)
AWSNetworkFirewallAsync
Associates the specified subnets in the Amazon VPC to the firewall. You can specify one subnet for each of the Availability Zones that the VPC spans.
This request creates an Network Firewall firewall endpoint in each of the subnets. To enable the firewall's protections, you must also modify the VPC's route tables for each subnet's Availability Zone, to redirect the traffic that's coming into and going out of the zone through the firewall endpoint.
associateSubnetsAsync
in interface AWSNetworkFirewallAsync
public Future<AssociateSubnetsResult> associateSubnetsAsync(AssociateSubnetsRequest request, AsyncHandler<AssociateSubnetsRequest,AssociateSubnetsResult> asyncHandler)
AWSNetworkFirewallAsync
Associates the specified subnets in the Amazon VPC to the firewall. You can specify one subnet for each of the Availability Zones that the VPC spans.
This request creates an Network Firewall firewall endpoint in each of the subnets. To enable the firewall's protections, you must also modify the VPC's route tables for each subnet's Availability Zone, to redirect the traffic that's coming into and going out of the zone through the firewall endpoint.
associateSubnetsAsync
in interface AWSNetworkFirewallAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateFirewallResult> createFirewallAsync(CreateFirewallRequest request)
AWSNetworkFirewallAsync
Creates an Network Firewall Firewall and accompanying FirewallStatus for a VPC.
The firewall defines the configuration settings for an Network Firewall firewall. The settings that you can define at creation include the firewall policy, the subnets in your VPC to use for the firewall endpoints, and any tags that are attached to the firewall Amazon Web Services resource.
After you create a firewall, you can provide additional settings, like the logging configuration.
To update the settings for a firewall, you use the operations that apply to the settings themselves, for example UpdateLoggingConfiguration, AssociateSubnets, and UpdateFirewallDeleteProtection.
To manage a firewall's tags, use the standard Amazon Web Services resource tagging operations, ListTagsForResource, TagResource, and UntagResource.
To retrieve information about firewalls, use ListFirewalls and DescribeFirewall.
createFirewallAsync
in interface AWSNetworkFirewallAsync
public Future<CreateFirewallResult> createFirewallAsync(CreateFirewallRequest request, AsyncHandler<CreateFirewallRequest,CreateFirewallResult> asyncHandler)
AWSNetworkFirewallAsync
Creates an Network Firewall Firewall and accompanying FirewallStatus for a VPC.
The firewall defines the configuration settings for an Network Firewall firewall. The settings that you can define at creation include the firewall policy, the subnets in your VPC to use for the firewall endpoints, and any tags that are attached to the firewall Amazon Web Services resource.
After you create a firewall, you can provide additional settings, like the logging configuration.
To update the settings for a firewall, you use the operations that apply to the settings themselves, for example UpdateLoggingConfiguration, AssociateSubnets, and UpdateFirewallDeleteProtection.
To manage a firewall's tags, use the standard Amazon Web Services resource tagging operations, ListTagsForResource, TagResource, and UntagResource.
To retrieve information about firewalls, use ListFirewalls and DescribeFirewall.
createFirewallAsync
in interface AWSNetworkFirewallAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateFirewallPolicyResult> createFirewallPolicyAsync(CreateFirewallPolicyRequest request)
AWSNetworkFirewallAsync
Creates the firewall policy for the firewall according to the specifications.
An Network Firewall firewall policy defines the behavior of a firewall, in a collection of stateless and stateful rule groups and other settings. You can use one firewall policy for multiple firewalls.
createFirewallPolicyAsync
in interface AWSNetworkFirewallAsync
public Future<CreateFirewallPolicyResult> createFirewallPolicyAsync(CreateFirewallPolicyRequest request, AsyncHandler<CreateFirewallPolicyRequest,CreateFirewallPolicyResult> asyncHandler)
AWSNetworkFirewallAsync
Creates the firewall policy for the firewall according to the specifications.
An Network Firewall firewall policy defines the behavior of a firewall, in a collection of stateless and stateful rule groups and other settings. You can use one firewall policy for multiple firewalls.
createFirewallPolicyAsync
in interface AWSNetworkFirewallAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateRuleGroupResult> createRuleGroupAsync(CreateRuleGroupRequest request)
AWSNetworkFirewallAsync
Creates the specified stateless or stateful rule group, which includes the rules for network traffic inspection, a capacity setting, and tags.
You provide your rule group specification in your request using either RuleGroup
or
Rules
.
createRuleGroupAsync
in interface AWSNetworkFirewallAsync
public Future<CreateRuleGroupResult> createRuleGroupAsync(CreateRuleGroupRequest request, AsyncHandler<CreateRuleGroupRequest,CreateRuleGroupResult> asyncHandler)
AWSNetworkFirewallAsync
Creates the specified stateless or stateful rule group, which includes the rules for network traffic inspection, a capacity setting, and tags.
You provide your rule group specification in your request using either RuleGroup
or
Rules
.
createRuleGroupAsync
in interface AWSNetworkFirewallAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateTLSInspectionConfigurationResult> createTLSInspectionConfigurationAsync(CreateTLSInspectionConfigurationRequest request)
AWSNetworkFirewallAsync
Creates an Network Firewall TLS inspection configuration. Network Firewall uses TLS inspection configurations to decrypt your firewall's inbound and outbound SSL/TLS traffic. After decryption, Network Firewall inspects the traffic according to your firewall policy's stateful rules, and then re-encrypts it before sending it to its destination. You can enable inspection of your firewall's inbound traffic, outbound traffic, or both. To use TLS inspection with your firewall, you must first import or provision certificates using ACM, create a TLS inspection configuration, add that configuration to a new firewall policy, and then associate that policy with your firewall.
To update the settings for a TLS inspection configuration, use UpdateTLSInspectionConfiguration.
To manage a TLS inspection configuration's tags, use the standard Amazon Web Services resource tagging operations, ListTagsForResource, TagResource, and UntagResource.
To retrieve information about TLS inspection configurations, use ListTLSInspectionConfigurations and DescribeTLSInspectionConfiguration.
For more information about TLS inspection configurations, see Inspecting SSL/TLS traffic with TLS inspection configurations in the Network Firewall Developer Guide.
createTLSInspectionConfigurationAsync
in interface AWSNetworkFirewallAsync
public Future<CreateTLSInspectionConfigurationResult> createTLSInspectionConfigurationAsync(CreateTLSInspectionConfigurationRequest request, AsyncHandler<CreateTLSInspectionConfigurationRequest,CreateTLSInspectionConfigurationResult> asyncHandler)
AWSNetworkFirewallAsync
Creates an Network Firewall TLS inspection configuration. Network Firewall uses TLS inspection configurations to decrypt your firewall's inbound and outbound SSL/TLS traffic. After decryption, Network Firewall inspects the traffic according to your firewall policy's stateful rules, and then re-encrypts it before sending it to its destination. You can enable inspection of your firewall's inbound traffic, outbound traffic, or both. To use TLS inspection with your firewall, you must first import or provision certificates using ACM, create a TLS inspection configuration, add that configuration to a new firewall policy, and then associate that policy with your firewall.
To update the settings for a TLS inspection configuration, use UpdateTLSInspectionConfiguration.
To manage a TLS inspection configuration's tags, use the standard Amazon Web Services resource tagging operations, ListTagsForResource, TagResource, and UntagResource.
To retrieve information about TLS inspection configurations, use ListTLSInspectionConfigurations and DescribeTLSInspectionConfiguration.
For more information about TLS inspection configurations, see Inspecting SSL/TLS traffic with TLS inspection configurations in the Network Firewall Developer Guide.
createTLSInspectionConfigurationAsync
in interface AWSNetworkFirewallAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteFirewallResult> deleteFirewallAsync(DeleteFirewallRequest request)
AWSNetworkFirewallAsync
Deletes the specified Firewall and its FirewallStatus. This operation requires the firewall's
DeleteProtection
flag to be FALSE
. You can't revert this operation.
You can check whether a firewall is in use by reviewing the route tables for the Availability Zones where you have firewall subnet mappings. Retrieve the subnet mappings by calling DescribeFirewall. You define and update the route tables through Amazon VPC. As needed, update the route tables for the zones to remove the firewall endpoints. When the route tables no longer use the firewall endpoints, you can remove the firewall safely.
To delete a firewall, remove the delete protection if you need to using UpdateFirewallDeleteProtection, then delete the firewall by calling DeleteFirewall.
deleteFirewallAsync
in interface AWSNetworkFirewallAsync
public Future<DeleteFirewallResult> deleteFirewallAsync(DeleteFirewallRequest request, AsyncHandler<DeleteFirewallRequest,DeleteFirewallResult> asyncHandler)
AWSNetworkFirewallAsync
Deletes the specified Firewall and its FirewallStatus. This operation requires the firewall's
DeleteProtection
flag to be FALSE
. You can't revert this operation.
You can check whether a firewall is in use by reviewing the route tables for the Availability Zones where you have firewall subnet mappings. Retrieve the subnet mappings by calling DescribeFirewall. You define and update the route tables through Amazon VPC. As needed, update the route tables for the zones to remove the firewall endpoints. When the route tables no longer use the firewall endpoints, you can remove the firewall safely.
To delete a firewall, remove the delete protection if you need to using UpdateFirewallDeleteProtection, then delete the firewall by calling DeleteFirewall.
deleteFirewallAsync
in interface AWSNetworkFirewallAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteFirewallPolicyResult> deleteFirewallPolicyAsync(DeleteFirewallPolicyRequest request)
AWSNetworkFirewallAsync
Deletes the specified FirewallPolicy.
deleteFirewallPolicyAsync
in interface AWSNetworkFirewallAsync
public Future<DeleteFirewallPolicyResult> deleteFirewallPolicyAsync(DeleteFirewallPolicyRequest request, AsyncHandler<DeleteFirewallPolicyRequest,DeleteFirewallPolicyResult> asyncHandler)
AWSNetworkFirewallAsync
Deletes the specified FirewallPolicy.
deleteFirewallPolicyAsync
in interface AWSNetworkFirewallAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteResourcePolicyResult> deleteResourcePolicyAsync(DeleteResourcePolicyRequest request)
AWSNetworkFirewallAsync
Deletes a resource policy that you created in a PutResourcePolicy request.
deleteResourcePolicyAsync
in interface AWSNetworkFirewallAsync
public Future<DeleteResourcePolicyResult> deleteResourcePolicyAsync(DeleteResourcePolicyRequest request, AsyncHandler<DeleteResourcePolicyRequest,DeleteResourcePolicyResult> asyncHandler)
AWSNetworkFirewallAsync
Deletes a resource policy that you created in a PutResourcePolicy request.
deleteResourcePolicyAsync
in interface AWSNetworkFirewallAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteRuleGroupResult> deleteRuleGroupAsync(DeleteRuleGroupRequest request)
AWSNetworkFirewallAsync
Deletes the specified RuleGroup.
deleteRuleGroupAsync
in interface AWSNetworkFirewallAsync
public Future<DeleteRuleGroupResult> deleteRuleGroupAsync(DeleteRuleGroupRequest request, AsyncHandler<DeleteRuleGroupRequest,DeleteRuleGroupResult> asyncHandler)
AWSNetworkFirewallAsync
Deletes the specified RuleGroup.
deleteRuleGroupAsync
in interface AWSNetworkFirewallAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteTLSInspectionConfigurationResult> deleteTLSInspectionConfigurationAsync(DeleteTLSInspectionConfigurationRequest request)
AWSNetworkFirewallAsync
Deletes the specified TLSInspectionConfiguration.
deleteTLSInspectionConfigurationAsync
in interface AWSNetworkFirewallAsync
public Future<DeleteTLSInspectionConfigurationResult> deleteTLSInspectionConfigurationAsync(DeleteTLSInspectionConfigurationRequest request, AsyncHandler<DeleteTLSInspectionConfigurationRequest,DeleteTLSInspectionConfigurationResult> asyncHandler)
AWSNetworkFirewallAsync
Deletes the specified TLSInspectionConfiguration.
deleteTLSInspectionConfigurationAsync
in interface AWSNetworkFirewallAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeFirewallResult> describeFirewallAsync(DescribeFirewallRequest request)
AWSNetworkFirewallAsync
Returns the data objects for the specified firewall.
describeFirewallAsync
in interface AWSNetworkFirewallAsync
public Future<DescribeFirewallResult> describeFirewallAsync(DescribeFirewallRequest request, AsyncHandler<DescribeFirewallRequest,DescribeFirewallResult> asyncHandler)
AWSNetworkFirewallAsync
Returns the data objects for the specified firewall.
describeFirewallAsync
in interface AWSNetworkFirewallAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeFirewallPolicyResult> describeFirewallPolicyAsync(DescribeFirewallPolicyRequest request)
AWSNetworkFirewallAsync
Returns the data objects for the specified firewall policy.
describeFirewallPolicyAsync
in interface AWSNetworkFirewallAsync
public Future<DescribeFirewallPolicyResult> describeFirewallPolicyAsync(DescribeFirewallPolicyRequest request, AsyncHandler<DescribeFirewallPolicyRequest,DescribeFirewallPolicyResult> asyncHandler)
AWSNetworkFirewallAsync
Returns the data objects for the specified firewall policy.
describeFirewallPolicyAsync
in interface AWSNetworkFirewallAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeLoggingConfigurationResult> describeLoggingConfigurationAsync(DescribeLoggingConfigurationRequest request)
AWSNetworkFirewallAsync
Returns the logging configuration for the specified firewall.
describeLoggingConfigurationAsync
in interface AWSNetworkFirewallAsync
public Future<DescribeLoggingConfigurationResult> describeLoggingConfigurationAsync(DescribeLoggingConfigurationRequest request, AsyncHandler<DescribeLoggingConfigurationRequest,DescribeLoggingConfigurationResult> asyncHandler)
AWSNetworkFirewallAsync
Returns the logging configuration for the specified firewall.
describeLoggingConfigurationAsync
in interface AWSNetworkFirewallAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeResourcePolicyResult> describeResourcePolicyAsync(DescribeResourcePolicyRequest request)
AWSNetworkFirewallAsync
Retrieves a resource policy that you created in a PutResourcePolicy request.
describeResourcePolicyAsync
in interface AWSNetworkFirewallAsync
public Future<DescribeResourcePolicyResult> describeResourcePolicyAsync(DescribeResourcePolicyRequest request, AsyncHandler<DescribeResourcePolicyRequest,DescribeResourcePolicyResult> asyncHandler)
AWSNetworkFirewallAsync
Retrieves a resource policy that you created in a PutResourcePolicy request.
describeResourcePolicyAsync
in interface AWSNetworkFirewallAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeRuleGroupResult> describeRuleGroupAsync(DescribeRuleGroupRequest request)
AWSNetworkFirewallAsync
Returns the data objects for the specified rule group.
describeRuleGroupAsync
in interface AWSNetworkFirewallAsync
public Future<DescribeRuleGroupResult> describeRuleGroupAsync(DescribeRuleGroupRequest request, AsyncHandler<DescribeRuleGroupRequest,DescribeRuleGroupResult> asyncHandler)
AWSNetworkFirewallAsync
Returns the data objects for the specified rule group.
describeRuleGroupAsync
in interface AWSNetworkFirewallAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeRuleGroupMetadataResult> describeRuleGroupMetadataAsync(DescribeRuleGroupMetadataRequest request)
AWSNetworkFirewallAsync
High-level information about a rule group, returned by operations like create and describe. You can use the information provided in the metadata to retrieve and manage a rule group. You can retrieve all objects for a rule group by calling DescribeRuleGroup.
describeRuleGroupMetadataAsync
in interface AWSNetworkFirewallAsync
public Future<DescribeRuleGroupMetadataResult> describeRuleGroupMetadataAsync(DescribeRuleGroupMetadataRequest request, AsyncHandler<DescribeRuleGroupMetadataRequest,DescribeRuleGroupMetadataResult> asyncHandler)
AWSNetworkFirewallAsync
High-level information about a rule group, returned by operations like create and describe. You can use the information provided in the metadata to retrieve and manage a rule group. You can retrieve all objects for a rule group by calling DescribeRuleGroup.
describeRuleGroupMetadataAsync
in interface AWSNetworkFirewallAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeTLSInspectionConfigurationResult> describeTLSInspectionConfigurationAsync(DescribeTLSInspectionConfigurationRequest request)
AWSNetworkFirewallAsync
Returns the data objects for the specified TLS inspection configuration.
describeTLSInspectionConfigurationAsync
in interface AWSNetworkFirewallAsync
public Future<DescribeTLSInspectionConfigurationResult> describeTLSInspectionConfigurationAsync(DescribeTLSInspectionConfigurationRequest request, AsyncHandler<DescribeTLSInspectionConfigurationRequest,DescribeTLSInspectionConfigurationResult> asyncHandler)
AWSNetworkFirewallAsync
Returns the data objects for the specified TLS inspection configuration.
describeTLSInspectionConfigurationAsync
in interface AWSNetworkFirewallAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DisassociateSubnetsResult> disassociateSubnetsAsync(DisassociateSubnetsRequest request)
AWSNetworkFirewallAsync
Removes the specified subnet associations from the firewall. This removes the firewall endpoints from the subnets and removes any network filtering protections that the endpoints were providing.
disassociateSubnetsAsync
in interface AWSNetworkFirewallAsync
public Future<DisassociateSubnetsResult> disassociateSubnetsAsync(DisassociateSubnetsRequest request, AsyncHandler<DisassociateSubnetsRequest,DisassociateSubnetsResult> asyncHandler)
AWSNetworkFirewallAsync
Removes the specified subnet associations from the firewall. This removes the firewall endpoints from the subnets and removes any network filtering protections that the endpoints were providing.
disassociateSubnetsAsync
in interface AWSNetworkFirewallAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListFirewallPoliciesResult> listFirewallPoliciesAsync(ListFirewallPoliciesRequest request)
AWSNetworkFirewallAsync
Retrieves the metadata for the firewall policies that you have defined. Depending on your setting for max results and the number of firewall policies, a single call might not return the full list.
listFirewallPoliciesAsync
in interface AWSNetworkFirewallAsync
public Future<ListFirewallPoliciesResult> listFirewallPoliciesAsync(ListFirewallPoliciesRequest request, AsyncHandler<ListFirewallPoliciesRequest,ListFirewallPoliciesResult> asyncHandler)
AWSNetworkFirewallAsync
Retrieves the metadata for the firewall policies that you have defined. Depending on your setting for max results and the number of firewall policies, a single call might not return the full list.
listFirewallPoliciesAsync
in interface AWSNetworkFirewallAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListFirewallsResult> listFirewallsAsync(ListFirewallsRequest request)
AWSNetworkFirewallAsync
Retrieves the metadata for the firewalls that you have defined. If you provide VPC identifiers in your request, this returns only the firewalls for those VPCs.
Depending on your setting for max results and the number of firewalls, a single call might not return the full list.
listFirewallsAsync
in interface AWSNetworkFirewallAsync
public Future<ListFirewallsResult> listFirewallsAsync(ListFirewallsRequest request, AsyncHandler<ListFirewallsRequest,ListFirewallsResult> asyncHandler)
AWSNetworkFirewallAsync
Retrieves the metadata for the firewalls that you have defined. If you provide VPC identifiers in your request, this returns only the firewalls for those VPCs.
Depending on your setting for max results and the number of firewalls, a single call might not return the full list.
listFirewallsAsync
in interface AWSNetworkFirewallAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListRuleGroupsResult> listRuleGroupsAsync(ListRuleGroupsRequest request)
AWSNetworkFirewallAsync
Retrieves the metadata for the rule groups that you have defined. Depending on your setting for max results and the number of rule groups, a single call might not return the full list.
listRuleGroupsAsync
in interface AWSNetworkFirewallAsync
public Future<ListRuleGroupsResult> listRuleGroupsAsync(ListRuleGroupsRequest request, AsyncHandler<ListRuleGroupsRequest,ListRuleGroupsResult> asyncHandler)
AWSNetworkFirewallAsync
Retrieves the metadata for the rule groups that you have defined. Depending on your setting for max results and the number of rule groups, a single call might not return the full list.
listRuleGroupsAsync
in interface AWSNetworkFirewallAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListTLSInspectionConfigurationsResult> listTLSInspectionConfigurationsAsync(ListTLSInspectionConfigurationsRequest request)
AWSNetworkFirewallAsync
Retrieves the metadata for the TLS inspection configurations that you have defined. Depending on your setting for max results and the number of TLS inspection configurations, a single call might not return the full list.
listTLSInspectionConfigurationsAsync
in interface AWSNetworkFirewallAsync
public Future<ListTLSInspectionConfigurationsResult> listTLSInspectionConfigurationsAsync(ListTLSInspectionConfigurationsRequest request, AsyncHandler<ListTLSInspectionConfigurationsRequest,ListTLSInspectionConfigurationsResult> asyncHandler)
AWSNetworkFirewallAsync
Retrieves the metadata for the TLS inspection configurations that you have defined. Depending on your setting for max results and the number of TLS inspection configurations, a single call might not return the full list.
listTLSInspectionConfigurationsAsync
in interface AWSNetworkFirewallAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request)
AWSNetworkFirewallAsync
Retrieves the tags associated with the specified resource. Tags are key:value pairs that you can use to categorize and manage your resources, for purposes like billing. For example, you might set the tag key to "customer" and the value to the customer name or ID. You can specify one or more tags to add to each Amazon Web Services resource, up to 50 tags for a resource.
You can tag the Amazon Web Services resources that you manage through Network Firewall: firewalls, firewall policies, and rule groups.
listTagsForResourceAsync
in interface AWSNetworkFirewallAsync
public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
AWSNetworkFirewallAsync
Retrieves the tags associated with the specified resource. Tags are key:value pairs that you can use to categorize and manage your resources, for purposes like billing. For example, you might set the tag key to "customer" and the value to the customer name or ID. You can specify one or more tags to add to each Amazon Web Services resource, up to 50 tags for a resource.
You can tag the Amazon Web Services resources that you manage through Network Firewall: firewalls, firewall policies, and rule groups.
listTagsForResourceAsync
in interface AWSNetworkFirewallAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<PutResourcePolicyResult> putResourcePolicyAsync(PutResourcePolicyRequest request)
AWSNetworkFirewallAsync
Creates or updates an IAM policy for your rule group or firewall policy. Use this to share rule groups and firewall policies between accounts. This operation works in conjunction with the Amazon Web Services Resource Access Manager (RAM) service to manage resource sharing for Network Firewall.
Use this operation to create or update a resource policy for your rule group or firewall policy. In the policy, you specify the accounts that you want to share the resource with and the operations that you want the accounts to be able to perform.
When you add an account in the resource policy, you then run the following Resource Access Manager (RAM) operations to access and accept the shared rule group or firewall policy.
GetResourceShareInvitations - Returns the Amazon Resource Names (ARNs) of the resource share invitations.
AcceptResourceShareInvitation - Accepts the share invitation for a specified resource share.
For additional information about resource sharing using RAM, see Resource Access Manager User Guide.
putResourcePolicyAsync
in interface AWSNetworkFirewallAsync
public Future<PutResourcePolicyResult> putResourcePolicyAsync(PutResourcePolicyRequest request, AsyncHandler<PutResourcePolicyRequest,PutResourcePolicyResult> asyncHandler)
AWSNetworkFirewallAsync
Creates or updates an IAM policy for your rule group or firewall policy. Use this to share rule groups and firewall policies between accounts. This operation works in conjunction with the Amazon Web Services Resource Access Manager (RAM) service to manage resource sharing for Network Firewall.
Use this operation to create or update a resource policy for your rule group or firewall policy. In the policy, you specify the accounts that you want to share the resource with and the operations that you want the accounts to be able to perform.
When you add an account in the resource policy, you then run the following Resource Access Manager (RAM) operations to access and accept the shared rule group or firewall policy.
GetResourceShareInvitations - Returns the Amazon Resource Names (ARNs) of the resource share invitations.
AcceptResourceShareInvitation - Accepts the share invitation for a specified resource share.
For additional information about resource sharing using RAM, see Resource Access Manager User Guide.
putResourcePolicyAsync
in interface AWSNetworkFirewallAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request)
AWSNetworkFirewallAsync
Adds the specified tags to the specified resource. Tags are key:value pairs that you can use to categorize and manage your resources, for purposes like billing. For example, you might set the tag key to "customer" and the value to the customer name or ID. You can specify one or more tags to add to each Amazon Web Services resource, up to 50 tags for a resource.
You can tag the Amazon Web Services resources that you manage through Network Firewall: firewalls, firewall policies, and rule groups.
tagResourceAsync
in interface AWSNetworkFirewallAsync
public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
AWSNetworkFirewallAsync
Adds the specified tags to the specified resource. Tags are key:value pairs that you can use to categorize and manage your resources, for purposes like billing. For example, you might set the tag key to "customer" and the value to the customer name or ID. You can specify one or more tags to add to each Amazon Web Services resource, up to 50 tags for a resource.
You can tag the Amazon Web Services resources that you manage through Network Firewall: firewalls, firewall policies, and rule groups.
tagResourceAsync
in interface AWSNetworkFirewallAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request)
AWSNetworkFirewallAsync
Removes the tags with the specified keys from the specified resource. Tags are key:value pairs that you can use to categorize and manage your resources, for purposes like billing. For example, you might set the tag key to "customer" and the value to the customer name or ID. You can specify one or more tags to add to each Amazon Web Services resource, up to 50 tags for a resource.
You can manage tags for the Amazon Web Services resources that you manage through Network Firewall: firewalls, firewall policies, and rule groups.
untagResourceAsync
in interface AWSNetworkFirewallAsync
public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
AWSNetworkFirewallAsync
Removes the tags with the specified keys from the specified resource. Tags are key:value pairs that you can use to categorize and manage your resources, for purposes like billing. For example, you might set the tag key to "customer" and the value to the customer name or ID. You can specify one or more tags to add to each Amazon Web Services resource, up to 50 tags for a resource.
You can manage tags for the Amazon Web Services resources that you manage through Network Firewall: firewalls, firewall policies, and rule groups.
untagResourceAsync
in interface AWSNetworkFirewallAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateFirewallDeleteProtectionResult> updateFirewallDeleteProtectionAsync(UpdateFirewallDeleteProtectionRequest request)
AWSNetworkFirewallAsync
Modifies the flag, DeleteProtection
, which indicates whether it is possible to delete the firewall.
If the flag is set to TRUE
, the firewall is protected against deletion. This setting helps protect
against accidentally deleting a firewall that's in use.
updateFirewallDeleteProtectionAsync
in interface AWSNetworkFirewallAsync
public Future<UpdateFirewallDeleteProtectionResult> updateFirewallDeleteProtectionAsync(UpdateFirewallDeleteProtectionRequest request, AsyncHandler<UpdateFirewallDeleteProtectionRequest,UpdateFirewallDeleteProtectionResult> asyncHandler)
AWSNetworkFirewallAsync
Modifies the flag, DeleteProtection
, which indicates whether it is possible to delete the firewall.
If the flag is set to TRUE
, the firewall is protected against deletion. This setting helps protect
against accidentally deleting a firewall that's in use.
updateFirewallDeleteProtectionAsync
in interface AWSNetworkFirewallAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateFirewallDescriptionResult> updateFirewallDescriptionAsync(UpdateFirewallDescriptionRequest request)
AWSNetworkFirewallAsync
Modifies the description for the specified firewall. Use the description to help you identify the firewall when you're working with it.
updateFirewallDescriptionAsync
in interface AWSNetworkFirewallAsync
public Future<UpdateFirewallDescriptionResult> updateFirewallDescriptionAsync(UpdateFirewallDescriptionRequest request, AsyncHandler<UpdateFirewallDescriptionRequest,UpdateFirewallDescriptionResult> asyncHandler)
AWSNetworkFirewallAsync
Modifies the description for the specified firewall. Use the description to help you identify the firewall when you're working with it.
updateFirewallDescriptionAsync
in interface AWSNetworkFirewallAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateFirewallEncryptionConfigurationResult> updateFirewallEncryptionConfigurationAsync(UpdateFirewallEncryptionConfigurationRequest request)
AWSNetworkFirewallAsync
A complex type that contains settings for encryption of your firewall resources.
updateFirewallEncryptionConfigurationAsync
in interface AWSNetworkFirewallAsync
public Future<UpdateFirewallEncryptionConfigurationResult> updateFirewallEncryptionConfigurationAsync(UpdateFirewallEncryptionConfigurationRequest request, AsyncHandler<UpdateFirewallEncryptionConfigurationRequest,UpdateFirewallEncryptionConfigurationResult> asyncHandler)
AWSNetworkFirewallAsync
A complex type that contains settings for encryption of your firewall resources.
updateFirewallEncryptionConfigurationAsync
in interface AWSNetworkFirewallAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateFirewallPolicyResult> updateFirewallPolicyAsync(UpdateFirewallPolicyRequest request)
AWSNetworkFirewallAsync
Updates the properties of the specified firewall policy.
updateFirewallPolicyAsync
in interface AWSNetworkFirewallAsync
public Future<UpdateFirewallPolicyResult> updateFirewallPolicyAsync(UpdateFirewallPolicyRequest request, AsyncHandler<UpdateFirewallPolicyRequest,UpdateFirewallPolicyResult> asyncHandler)
AWSNetworkFirewallAsync
Updates the properties of the specified firewall policy.
updateFirewallPolicyAsync
in interface AWSNetworkFirewallAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateFirewallPolicyChangeProtectionResult> updateFirewallPolicyChangeProtectionAsync(UpdateFirewallPolicyChangeProtectionRequest request)
AWSNetworkFirewallAsync
Modifies the flag, ChangeProtection
, which indicates whether it is possible to change the firewall.
If the flag is set to TRUE
, the firewall is protected from changes. This setting helps protect
against accidentally changing a firewall that's in use.
updateFirewallPolicyChangeProtectionAsync
in interface AWSNetworkFirewallAsync
public Future<UpdateFirewallPolicyChangeProtectionResult> updateFirewallPolicyChangeProtectionAsync(UpdateFirewallPolicyChangeProtectionRequest request, AsyncHandler<UpdateFirewallPolicyChangeProtectionRequest,UpdateFirewallPolicyChangeProtectionResult> asyncHandler)
AWSNetworkFirewallAsync
Modifies the flag, ChangeProtection
, which indicates whether it is possible to change the firewall.
If the flag is set to TRUE
, the firewall is protected from changes. This setting helps protect
against accidentally changing a firewall that's in use.
updateFirewallPolicyChangeProtectionAsync
in interface AWSNetworkFirewallAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateLoggingConfigurationResult> updateLoggingConfigurationAsync(UpdateLoggingConfigurationRequest request)
AWSNetworkFirewallAsync
Sets the logging configuration for the specified firewall.
To change the logging configuration, retrieve the LoggingConfiguration by calling DescribeLoggingConfiguration, then change it and provide the modified object to this update call. You must change the logging configuration one LogDestinationConfig at a time inside the retrieved LoggingConfiguration object.
You can perform only one of the following actions in any call to UpdateLoggingConfiguration
:
Create a new log destination object by adding a single LogDestinationConfig
array element to
LogDestinationConfigs
.
Delete a log destination object by removing a single LogDestinationConfig
array element from
LogDestinationConfigs
.
Change the LogDestination
setting in a single LogDestinationConfig
array element.
You can't change the LogDestinationType
or LogType
in a
LogDestinationConfig
. To change these settings, delete the existing
LogDestinationConfig
object and create a new one, using two separate calls to this update operation.
updateLoggingConfigurationAsync
in interface AWSNetworkFirewallAsync
public Future<UpdateLoggingConfigurationResult> updateLoggingConfigurationAsync(UpdateLoggingConfigurationRequest request, AsyncHandler<UpdateLoggingConfigurationRequest,UpdateLoggingConfigurationResult> asyncHandler)
AWSNetworkFirewallAsync
Sets the logging configuration for the specified firewall.
To change the logging configuration, retrieve the LoggingConfiguration by calling DescribeLoggingConfiguration, then change it and provide the modified object to this update call. You must change the logging configuration one LogDestinationConfig at a time inside the retrieved LoggingConfiguration object.
You can perform only one of the following actions in any call to UpdateLoggingConfiguration
:
Create a new log destination object by adding a single LogDestinationConfig
array element to
LogDestinationConfigs
.
Delete a log destination object by removing a single LogDestinationConfig
array element from
LogDestinationConfigs
.
Change the LogDestination
setting in a single LogDestinationConfig
array element.
You can't change the LogDestinationType
or LogType
in a
LogDestinationConfig
. To change these settings, delete the existing
LogDestinationConfig
object and create a new one, using two separate calls to this update operation.
updateLoggingConfigurationAsync
in interface AWSNetworkFirewallAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateRuleGroupResult> updateRuleGroupAsync(UpdateRuleGroupRequest request)
AWSNetworkFirewallAsync
Updates the rule settings for the specified rule group. You use a rule group by reference in one or more firewall policies. When you modify a rule group, you modify all firewall policies that use the rule group.
To update a rule group, first call DescribeRuleGroup to retrieve the current RuleGroup object, update the object as needed, and then provide the updated object to this call.
updateRuleGroupAsync
in interface AWSNetworkFirewallAsync
public Future<UpdateRuleGroupResult> updateRuleGroupAsync(UpdateRuleGroupRequest request, AsyncHandler<UpdateRuleGroupRequest,UpdateRuleGroupResult> asyncHandler)
AWSNetworkFirewallAsync
Updates the rule settings for the specified rule group. You use a rule group by reference in one or more firewall policies. When you modify a rule group, you modify all firewall policies that use the rule group.
To update a rule group, first call DescribeRuleGroup to retrieve the current RuleGroup object, update the object as needed, and then provide the updated object to this call.
updateRuleGroupAsync
in interface AWSNetworkFirewallAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateSubnetChangeProtectionResult> updateSubnetChangeProtectionAsync(UpdateSubnetChangeProtectionRequest request)
AWSNetworkFirewallAsync
updateSubnetChangeProtectionAsync
in interface AWSNetworkFirewallAsync
public Future<UpdateSubnetChangeProtectionResult> updateSubnetChangeProtectionAsync(UpdateSubnetChangeProtectionRequest request, AsyncHandler<UpdateSubnetChangeProtectionRequest,UpdateSubnetChangeProtectionResult> asyncHandler)
AWSNetworkFirewallAsync
updateSubnetChangeProtectionAsync
in interface AWSNetworkFirewallAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateTLSInspectionConfigurationResult> updateTLSInspectionConfigurationAsync(UpdateTLSInspectionConfigurationRequest request)
AWSNetworkFirewallAsync
Updates the TLS inspection configuration settings for the specified TLS inspection configuration. You use a TLS inspection configuration by referencing it in one or more firewall policies. When you modify a TLS inspection configuration, you modify all firewall policies that use the TLS inspection configuration.
To update a TLS inspection configuration, first call DescribeTLSInspectionConfiguration to retrieve the current TLSInspectionConfiguration object, update the object as needed, and then provide the updated object to this call.
updateTLSInspectionConfigurationAsync
in interface AWSNetworkFirewallAsync
public Future<UpdateTLSInspectionConfigurationResult> updateTLSInspectionConfigurationAsync(UpdateTLSInspectionConfigurationRequest request, AsyncHandler<UpdateTLSInspectionConfigurationRequest,UpdateTLSInspectionConfigurationResult> asyncHandler)
AWSNetworkFirewallAsync
Updates the TLS inspection configuration settings for the specified TLS inspection configuration. You use a TLS inspection configuration by referencing it in one or more firewall policies. When you modify a TLS inspection configuration, you modify all firewall policies that use the TLS inspection configuration.
To update a TLS inspection configuration, first call DescribeTLSInspectionConfiguration to retrieve the current TLSInspectionConfiguration object, update the object as needed, and then provide the updated object to this call.
updateTLSInspectionConfigurationAsync
in interface AWSNetworkFirewallAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.