@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AmazonRoute53ResolverAsync extends AmazonRoute53Resolver
AsyncHandler
can be used to receive
notification when an asynchronous operation completes.
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAmazonRoute53ResolverAsync
instead.
When you create a VPC using Amazon VPC, you automatically get DNS resolution within the VPC from Route 53 Resolver. By default, Resolver answers DNS queries for VPC domain names such as domain names for EC2 instances or Elastic Load Balancing load balancers. Resolver performs recursive lookups against public name servers for all other domain names.
You can also configure DNS resolution between your VPC and your network over a Direct Connect or VPN connection:
Forward DNS queries from resolvers on your network to Route 53 Resolver
DNS resolvers on your network can forward DNS queries to Resolver in a specified VPC. This allows your DNS resolvers to easily resolve domain names for Amazon Web Services resources such as EC2 instances or records in a Route 53 private hosted zone. For more information, see How DNS Resolvers on Your Network Forward DNS Queries to Route 53 Resolver in the Amazon Route 53 Developer Guide.
Conditionally forward queries from a VPC to resolvers on your network
You can configure Resolver to forward queries that it receives from EC2 instances in your VPCs to DNS resolvers on your network. To forward selected queries, you create Resolver rules that specify the domain names for the DNS queries that you want to forward (such as example.com), and the IP addresses of the DNS resolvers on your network that you want to forward the queries to. If a query matches multiple rules (example.com, acme.example.com), Resolver chooses the rule with the most specific match (acme.example.com) and forwards the query to the IP addresses that you specified in that rule. For more information, see How Route 53 Resolver Forwards DNS Queries from Your VPCs to Your Network in the Amazon Route 53 Developer Guide.
Like Amazon VPC, Resolver is Regional. In each Region where you have VPCs, you can choose whether to forward queries from your VPCs to your network (outbound queries), from your network to your VPCs (inbound queries), or both.
ENDPOINT_PREFIX
Modifier and Type | Method and Description |
---|---|
Future<AssociateFirewallRuleGroupResult> |
associateFirewallRuleGroupAsync(AssociateFirewallRuleGroupRequest associateFirewallRuleGroupRequest)
Associates a FirewallRuleGroup with a VPC, to provide DNS filtering for the VPC.
|
Future<AssociateFirewallRuleGroupResult> |
associateFirewallRuleGroupAsync(AssociateFirewallRuleGroupRequest associateFirewallRuleGroupRequest,
AsyncHandler<AssociateFirewallRuleGroupRequest,AssociateFirewallRuleGroupResult> asyncHandler)
Associates a FirewallRuleGroup with a VPC, to provide DNS filtering for the VPC.
|
Future<AssociateResolverEndpointIpAddressResult> |
associateResolverEndpointIpAddressAsync(AssociateResolverEndpointIpAddressRequest associateResolverEndpointIpAddressRequest)
Adds IP addresses to an inbound or an outbound Resolver endpoint.
|
Future<AssociateResolverEndpointIpAddressResult> |
associateResolverEndpointIpAddressAsync(AssociateResolverEndpointIpAddressRequest associateResolverEndpointIpAddressRequest,
AsyncHandler<AssociateResolverEndpointIpAddressRequest,AssociateResolverEndpointIpAddressResult> asyncHandler)
Adds IP addresses to an inbound or an outbound Resolver endpoint.
|
Future<AssociateResolverQueryLogConfigResult> |
associateResolverQueryLogConfigAsync(AssociateResolverQueryLogConfigRequest associateResolverQueryLogConfigRequest)
Associates an Amazon VPC with a specified query logging configuration.
|
Future<AssociateResolverQueryLogConfigResult> |
associateResolverQueryLogConfigAsync(AssociateResolverQueryLogConfigRequest associateResolverQueryLogConfigRequest,
AsyncHandler<AssociateResolverQueryLogConfigRequest,AssociateResolverQueryLogConfigResult> asyncHandler)
Associates an Amazon VPC with a specified query logging configuration.
|
Future<AssociateResolverRuleResult> |
associateResolverRuleAsync(AssociateResolverRuleRequest associateResolverRuleRequest)
Associates a Resolver rule with a VPC.
|
Future<AssociateResolverRuleResult> |
associateResolverRuleAsync(AssociateResolverRuleRequest associateResolverRuleRequest,
AsyncHandler<AssociateResolverRuleRequest,AssociateResolverRuleResult> asyncHandler)
Associates a Resolver rule with a VPC.
|
Future<CreateFirewallDomainListResult> |
createFirewallDomainListAsync(CreateFirewallDomainListRequest createFirewallDomainListRequest)
Creates an empty firewall domain list for use in DNS Firewall rules.
|
Future<CreateFirewallDomainListResult> |
createFirewallDomainListAsync(CreateFirewallDomainListRequest createFirewallDomainListRequest,
AsyncHandler<CreateFirewallDomainListRequest,CreateFirewallDomainListResult> asyncHandler)
Creates an empty firewall domain list for use in DNS Firewall rules.
|
Future<CreateFirewallRuleResult> |
createFirewallRuleAsync(CreateFirewallRuleRequest createFirewallRuleRequest)
Creates a single DNS Firewall rule in the specified rule group, using the specified domain list.
|
Future<CreateFirewallRuleResult> |
createFirewallRuleAsync(CreateFirewallRuleRequest createFirewallRuleRequest,
AsyncHandler<CreateFirewallRuleRequest,CreateFirewallRuleResult> asyncHandler)
Creates a single DNS Firewall rule in the specified rule group, using the specified domain list.
|
Future<CreateFirewallRuleGroupResult> |
createFirewallRuleGroupAsync(CreateFirewallRuleGroupRequest createFirewallRuleGroupRequest)
Creates an empty DNS Firewall rule group for filtering DNS network traffic in a VPC.
|
Future<CreateFirewallRuleGroupResult> |
createFirewallRuleGroupAsync(CreateFirewallRuleGroupRequest createFirewallRuleGroupRequest,
AsyncHandler<CreateFirewallRuleGroupRequest,CreateFirewallRuleGroupResult> asyncHandler)
Creates an empty DNS Firewall rule group for filtering DNS network traffic in a VPC.
|
Future<CreateOutpostResolverResult> |
createOutpostResolverAsync(CreateOutpostResolverRequest createOutpostResolverRequest)
Creates a Route 53 Resolver on an Outpost.
|
Future<CreateOutpostResolverResult> |
createOutpostResolverAsync(CreateOutpostResolverRequest createOutpostResolverRequest,
AsyncHandler<CreateOutpostResolverRequest,CreateOutpostResolverResult> asyncHandler)
Creates a Route 53 Resolver on an Outpost.
|
Future<CreateResolverEndpointResult> |
createResolverEndpointAsync(CreateResolverEndpointRequest createResolverEndpointRequest)
Creates a Resolver endpoint.
|
Future<CreateResolverEndpointResult> |
createResolverEndpointAsync(CreateResolverEndpointRequest createResolverEndpointRequest,
AsyncHandler<CreateResolverEndpointRequest,CreateResolverEndpointResult> asyncHandler)
Creates a Resolver endpoint.
|
Future<CreateResolverQueryLogConfigResult> |
createResolverQueryLogConfigAsync(CreateResolverQueryLogConfigRequest createResolverQueryLogConfigRequest)
Creates a Resolver query logging configuration, which defines where you want Resolver to save DNS query logs that
originate in your VPCs.
|
Future<CreateResolverQueryLogConfigResult> |
createResolverQueryLogConfigAsync(CreateResolverQueryLogConfigRequest createResolverQueryLogConfigRequest,
AsyncHandler<CreateResolverQueryLogConfigRequest,CreateResolverQueryLogConfigResult> asyncHandler)
Creates a Resolver query logging configuration, which defines where you want Resolver to save DNS query logs that
originate in your VPCs.
|
Future<CreateResolverRuleResult> |
createResolverRuleAsync(CreateResolverRuleRequest createResolverRuleRequest)
For DNS queries that originate in your VPCs, specifies which Resolver endpoint the queries pass through, one
domain name that you want to forward to your network, and the IP addresses of the DNS resolvers in your network.
|
Future<CreateResolverRuleResult> |
createResolverRuleAsync(CreateResolverRuleRequest createResolverRuleRequest,
AsyncHandler<CreateResolverRuleRequest,CreateResolverRuleResult> asyncHandler)
For DNS queries that originate in your VPCs, specifies which Resolver endpoint the queries pass through, one
domain name that you want to forward to your network, and the IP addresses of the DNS resolvers in your network.
|
Future<DeleteFirewallDomainListResult> |
deleteFirewallDomainListAsync(DeleteFirewallDomainListRequest deleteFirewallDomainListRequest)
Deletes the specified domain list.
|
Future<DeleteFirewallDomainListResult> |
deleteFirewallDomainListAsync(DeleteFirewallDomainListRequest deleteFirewallDomainListRequest,
AsyncHandler<DeleteFirewallDomainListRequest,DeleteFirewallDomainListResult> asyncHandler)
Deletes the specified domain list.
|
Future<DeleteFirewallRuleResult> |
deleteFirewallRuleAsync(DeleteFirewallRuleRequest deleteFirewallRuleRequest)
Deletes the specified firewall rule.
|
Future<DeleteFirewallRuleResult> |
deleteFirewallRuleAsync(DeleteFirewallRuleRequest deleteFirewallRuleRequest,
AsyncHandler<DeleteFirewallRuleRequest,DeleteFirewallRuleResult> asyncHandler)
Deletes the specified firewall rule.
|
Future<DeleteFirewallRuleGroupResult> |
deleteFirewallRuleGroupAsync(DeleteFirewallRuleGroupRequest deleteFirewallRuleGroupRequest)
Deletes the specified firewall rule group.
|
Future<DeleteFirewallRuleGroupResult> |
deleteFirewallRuleGroupAsync(DeleteFirewallRuleGroupRequest deleteFirewallRuleGroupRequest,
AsyncHandler<DeleteFirewallRuleGroupRequest,DeleteFirewallRuleGroupResult> asyncHandler)
Deletes the specified firewall rule group.
|
Future<DeleteOutpostResolverResult> |
deleteOutpostResolverAsync(DeleteOutpostResolverRequest deleteOutpostResolverRequest)
Deletes a Resolver on the Outpost.
|
Future<DeleteOutpostResolverResult> |
deleteOutpostResolverAsync(DeleteOutpostResolverRequest deleteOutpostResolverRequest,
AsyncHandler<DeleteOutpostResolverRequest,DeleteOutpostResolverResult> asyncHandler)
Deletes a Resolver on the Outpost.
|
Future<DeleteResolverEndpointResult> |
deleteResolverEndpointAsync(DeleteResolverEndpointRequest deleteResolverEndpointRequest)
Deletes a Resolver endpoint.
|
Future<DeleteResolverEndpointResult> |
deleteResolverEndpointAsync(DeleteResolverEndpointRequest deleteResolverEndpointRequest,
AsyncHandler<DeleteResolverEndpointRequest,DeleteResolverEndpointResult> asyncHandler)
Deletes a Resolver endpoint.
|
Future<DeleteResolverQueryLogConfigResult> |
deleteResolverQueryLogConfigAsync(DeleteResolverQueryLogConfigRequest deleteResolverQueryLogConfigRequest)
Deletes a query logging configuration.
|
Future<DeleteResolverQueryLogConfigResult> |
deleteResolverQueryLogConfigAsync(DeleteResolverQueryLogConfigRequest deleteResolverQueryLogConfigRequest,
AsyncHandler<DeleteResolverQueryLogConfigRequest,DeleteResolverQueryLogConfigResult> asyncHandler)
Deletes a query logging configuration.
|
Future<DeleteResolverRuleResult> |
deleteResolverRuleAsync(DeleteResolverRuleRequest deleteResolverRuleRequest)
Deletes a Resolver rule.
|
Future<DeleteResolverRuleResult> |
deleteResolverRuleAsync(DeleteResolverRuleRequest deleteResolverRuleRequest,
AsyncHandler<DeleteResolverRuleRequest,DeleteResolverRuleResult> asyncHandler)
Deletes a Resolver rule.
|
Future<DisassociateFirewallRuleGroupResult> |
disassociateFirewallRuleGroupAsync(DisassociateFirewallRuleGroupRequest disassociateFirewallRuleGroupRequest)
Disassociates a FirewallRuleGroup from a VPC, to remove DNS filtering from the VPC.
|
Future<DisassociateFirewallRuleGroupResult> |
disassociateFirewallRuleGroupAsync(DisassociateFirewallRuleGroupRequest disassociateFirewallRuleGroupRequest,
AsyncHandler<DisassociateFirewallRuleGroupRequest,DisassociateFirewallRuleGroupResult> asyncHandler)
Disassociates a FirewallRuleGroup from a VPC, to remove DNS filtering from the VPC.
|
Future<DisassociateResolverEndpointIpAddressResult> |
disassociateResolverEndpointIpAddressAsync(DisassociateResolverEndpointIpAddressRequest disassociateResolverEndpointIpAddressRequest)
Removes IP addresses from an inbound or an outbound Resolver endpoint.
|
Future<DisassociateResolverEndpointIpAddressResult> |
disassociateResolverEndpointIpAddressAsync(DisassociateResolverEndpointIpAddressRequest disassociateResolverEndpointIpAddressRequest,
AsyncHandler<DisassociateResolverEndpointIpAddressRequest,DisassociateResolverEndpointIpAddressResult> asyncHandler)
Removes IP addresses from an inbound or an outbound Resolver endpoint.
|
Future<DisassociateResolverQueryLogConfigResult> |
disassociateResolverQueryLogConfigAsync(DisassociateResolverQueryLogConfigRequest disassociateResolverQueryLogConfigRequest)
Disassociates a VPC from a query logging configuration.
|
Future<DisassociateResolverQueryLogConfigResult> |
disassociateResolverQueryLogConfigAsync(DisassociateResolverQueryLogConfigRequest disassociateResolverQueryLogConfigRequest,
AsyncHandler<DisassociateResolverQueryLogConfigRequest,DisassociateResolverQueryLogConfigResult> asyncHandler)
Disassociates a VPC from a query logging configuration.
|
Future<DisassociateResolverRuleResult> |
disassociateResolverRuleAsync(DisassociateResolverRuleRequest disassociateResolverRuleRequest)
Removes the association between a specified Resolver rule and a specified VPC.
|
Future<DisassociateResolverRuleResult> |
disassociateResolverRuleAsync(DisassociateResolverRuleRequest disassociateResolverRuleRequest,
AsyncHandler<DisassociateResolverRuleRequest,DisassociateResolverRuleResult> asyncHandler)
Removes the association between a specified Resolver rule and a specified VPC.
|
Future<GetFirewallConfigResult> |
getFirewallConfigAsync(GetFirewallConfigRequest getFirewallConfigRequest)
Retrieves the configuration of the firewall behavior provided by DNS Firewall for a single VPC from Amazon
Virtual Private Cloud (Amazon VPC).
|
Future<GetFirewallConfigResult> |
getFirewallConfigAsync(GetFirewallConfigRequest getFirewallConfigRequest,
AsyncHandler<GetFirewallConfigRequest,GetFirewallConfigResult> asyncHandler)
Retrieves the configuration of the firewall behavior provided by DNS Firewall for a single VPC from Amazon
Virtual Private Cloud (Amazon VPC).
|
Future<GetFirewallDomainListResult> |
getFirewallDomainListAsync(GetFirewallDomainListRequest getFirewallDomainListRequest)
Retrieves the specified firewall domain list.
|
Future<GetFirewallDomainListResult> |
getFirewallDomainListAsync(GetFirewallDomainListRequest getFirewallDomainListRequest,
AsyncHandler<GetFirewallDomainListRequest,GetFirewallDomainListResult> asyncHandler)
Retrieves the specified firewall domain list.
|
Future<GetFirewallRuleGroupAssociationResult> |
getFirewallRuleGroupAssociationAsync(GetFirewallRuleGroupAssociationRequest getFirewallRuleGroupAssociationRequest)
Retrieves a firewall rule group association, which enables DNS filtering for a VPC with one rule group.
|
Future<GetFirewallRuleGroupAssociationResult> |
getFirewallRuleGroupAssociationAsync(GetFirewallRuleGroupAssociationRequest getFirewallRuleGroupAssociationRequest,
AsyncHandler<GetFirewallRuleGroupAssociationRequest,GetFirewallRuleGroupAssociationResult> asyncHandler)
Retrieves a firewall rule group association, which enables DNS filtering for a VPC with one rule group.
|
Future<GetFirewallRuleGroupResult> |
getFirewallRuleGroupAsync(GetFirewallRuleGroupRequest getFirewallRuleGroupRequest)
Retrieves the specified firewall rule group.
|
Future<GetFirewallRuleGroupResult> |
getFirewallRuleGroupAsync(GetFirewallRuleGroupRequest getFirewallRuleGroupRequest,
AsyncHandler<GetFirewallRuleGroupRequest,GetFirewallRuleGroupResult> asyncHandler)
Retrieves the specified firewall rule group.
|
Future<GetFirewallRuleGroupPolicyResult> |
getFirewallRuleGroupPolicyAsync(GetFirewallRuleGroupPolicyRequest getFirewallRuleGroupPolicyRequest)
Returns the Identity and Access Management (Amazon Web Services IAM) policy for sharing the specified rule group.
|
Future<GetFirewallRuleGroupPolicyResult> |
getFirewallRuleGroupPolicyAsync(GetFirewallRuleGroupPolicyRequest getFirewallRuleGroupPolicyRequest,
AsyncHandler<GetFirewallRuleGroupPolicyRequest,GetFirewallRuleGroupPolicyResult> asyncHandler)
Returns the Identity and Access Management (Amazon Web Services IAM) policy for sharing the specified rule group.
|
Future<GetOutpostResolverResult> |
getOutpostResolverAsync(GetOutpostResolverRequest getOutpostResolverRequest)
Gets information about a specified Resolver on the Outpost, such as its instance count and type, name, and the
current status of the Resolver.
|
Future<GetOutpostResolverResult> |
getOutpostResolverAsync(GetOutpostResolverRequest getOutpostResolverRequest,
AsyncHandler<GetOutpostResolverRequest,GetOutpostResolverResult> asyncHandler)
Gets information about a specified Resolver on the Outpost, such as its instance count and type, name, and the
current status of the Resolver.
|
Future<GetResolverConfigResult> |
getResolverConfigAsync(GetResolverConfigRequest getResolverConfigRequest)
Retrieves the behavior configuration of Route 53 Resolver behavior for a single VPC from Amazon Virtual Private
Cloud.
|
Future<GetResolverConfigResult> |
getResolverConfigAsync(GetResolverConfigRequest getResolverConfigRequest,
AsyncHandler<GetResolverConfigRequest,GetResolverConfigResult> asyncHandler)
Retrieves the behavior configuration of Route 53 Resolver behavior for a single VPC from Amazon Virtual Private
Cloud.
|
Future<GetResolverDnssecConfigResult> |
getResolverDnssecConfigAsync(GetResolverDnssecConfigRequest getResolverDnssecConfigRequest)
Gets DNSSEC validation information for a specified resource.
|
Future<GetResolverDnssecConfigResult> |
getResolverDnssecConfigAsync(GetResolverDnssecConfigRequest getResolverDnssecConfigRequest,
AsyncHandler<GetResolverDnssecConfigRequest,GetResolverDnssecConfigResult> asyncHandler)
Gets DNSSEC validation information for a specified resource.
|
Future<GetResolverEndpointResult> |
getResolverEndpointAsync(GetResolverEndpointRequest getResolverEndpointRequest)
Gets information about a specified Resolver endpoint, such as whether it's an inbound or an outbound Resolver
endpoint, and the current status of the endpoint.
|
Future<GetResolverEndpointResult> |
getResolverEndpointAsync(GetResolverEndpointRequest getResolverEndpointRequest,
AsyncHandler<GetResolverEndpointRequest,GetResolverEndpointResult> asyncHandler)
Gets information about a specified Resolver endpoint, such as whether it's an inbound or an outbound Resolver
endpoint, and the current status of the endpoint.
|
Future<GetResolverQueryLogConfigAssociationResult> |
getResolverQueryLogConfigAssociationAsync(GetResolverQueryLogConfigAssociationRequest getResolverQueryLogConfigAssociationRequest)
Gets information about a specified association between a Resolver query logging configuration and an Amazon VPC.
|
Future<GetResolverQueryLogConfigAssociationResult> |
getResolverQueryLogConfigAssociationAsync(GetResolverQueryLogConfigAssociationRequest getResolverQueryLogConfigAssociationRequest,
AsyncHandler<GetResolverQueryLogConfigAssociationRequest,GetResolverQueryLogConfigAssociationResult> asyncHandler)
Gets information about a specified association between a Resolver query logging configuration and an Amazon VPC.
|
Future<GetResolverQueryLogConfigResult> |
getResolverQueryLogConfigAsync(GetResolverQueryLogConfigRequest getResolverQueryLogConfigRequest)
Gets information about a specified Resolver query logging configuration, such as the number of VPCs that the
configuration is logging queries for and the location that logs are sent to.
|
Future<GetResolverQueryLogConfigResult> |
getResolverQueryLogConfigAsync(GetResolverQueryLogConfigRequest getResolverQueryLogConfigRequest,
AsyncHandler<GetResolverQueryLogConfigRequest,GetResolverQueryLogConfigResult> asyncHandler)
Gets information about a specified Resolver query logging configuration, such as the number of VPCs that the
configuration is logging queries for and the location that logs are sent to.
|
Future<GetResolverQueryLogConfigPolicyResult> |
getResolverQueryLogConfigPolicyAsync(GetResolverQueryLogConfigPolicyRequest getResolverQueryLogConfigPolicyRequest)
Gets information about a query logging policy.
|
Future<GetResolverQueryLogConfigPolicyResult> |
getResolverQueryLogConfigPolicyAsync(GetResolverQueryLogConfigPolicyRequest getResolverQueryLogConfigPolicyRequest,
AsyncHandler<GetResolverQueryLogConfigPolicyRequest,GetResolverQueryLogConfigPolicyResult> asyncHandler)
Gets information about a query logging policy.
|
Future<GetResolverRuleAssociationResult> |
getResolverRuleAssociationAsync(GetResolverRuleAssociationRequest getResolverRuleAssociationRequest)
Gets information about an association between a specified Resolver rule and a VPC.
|
Future<GetResolverRuleAssociationResult> |
getResolverRuleAssociationAsync(GetResolverRuleAssociationRequest getResolverRuleAssociationRequest,
AsyncHandler<GetResolverRuleAssociationRequest,GetResolverRuleAssociationResult> asyncHandler)
Gets information about an association between a specified Resolver rule and a VPC.
|
Future<GetResolverRuleResult> |
getResolverRuleAsync(GetResolverRuleRequest getResolverRuleRequest)
Gets information about a specified Resolver rule, such as the domain name that the rule forwards DNS queries for
and the ID of the outbound Resolver endpoint that the rule is associated with.
|
Future<GetResolverRuleResult> |
getResolverRuleAsync(GetResolverRuleRequest getResolverRuleRequest,
AsyncHandler<GetResolverRuleRequest,GetResolverRuleResult> asyncHandler)
Gets information about a specified Resolver rule, such as the domain name that the rule forwards DNS queries for
and the ID of the outbound Resolver endpoint that the rule is associated with.
|
Future<GetResolverRulePolicyResult> |
getResolverRulePolicyAsync(GetResolverRulePolicyRequest getResolverRulePolicyRequest)
Gets information about the Resolver rule policy for a specified rule.
|
Future<GetResolverRulePolicyResult> |
getResolverRulePolicyAsync(GetResolverRulePolicyRequest getResolverRulePolicyRequest,
AsyncHandler<GetResolverRulePolicyRequest,GetResolverRulePolicyResult> asyncHandler)
Gets information about the Resolver rule policy for a specified rule.
|
Future<ImportFirewallDomainsResult> |
importFirewallDomainsAsync(ImportFirewallDomainsRequest importFirewallDomainsRequest)
Imports domain names from a file into a domain list, for use in a DNS firewall rule group.
|
Future<ImportFirewallDomainsResult> |
importFirewallDomainsAsync(ImportFirewallDomainsRequest importFirewallDomainsRequest,
AsyncHandler<ImportFirewallDomainsRequest,ImportFirewallDomainsResult> asyncHandler)
Imports domain names from a file into a domain list, for use in a DNS firewall rule group.
|
Future<ListFirewallConfigsResult> |
listFirewallConfigsAsync(ListFirewallConfigsRequest listFirewallConfigsRequest)
Retrieves the firewall configurations that you have defined.
|
Future<ListFirewallConfigsResult> |
listFirewallConfigsAsync(ListFirewallConfigsRequest listFirewallConfigsRequest,
AsyncHandler<ListFirewallConfigsRequest,ListFirewallConfigsResult> asyncHandler)
Retrieves the firewall configurations that you have defined.
|
Future<ListFirewallDomainListsResult> |
listFirewallDomainListsAsync(ListFirewallDomainListsRequest listFirewallDomainListsRequest)
Retrieves the firewall domain lists that you have defined.
|
Future<ListFirewallDomainListsResult> |
listFirewallDomainListsAsync(ListFirewallDomainListsRequest listFirewallDomainListsRequest,
AsyncHandler<ListFirewallDomainListsRequest,ListFirewallDomainListsResult> asyncHandler)
Retrieves the firewall domain lists that you have defined.
|
Future<ListFirewallDomainsResult> |
listFirewallDomainsAsync(ListFirewallDomainsRequest listFirewallDomainsRequest)
Retrieves the domains that you have defined for the specified firewall domain list.
|
Future<ListFirewallDomainsResult> |
listFirewallDomainsAsync(ListFirewallDomainsRequest listFirewallDomainsRequest,
AsyncHandler<ListFirewallDomainsRequest,ListFirewallDomainsResult> asyncHandler)
Retrieves the domains that you have defined for the specified firewall domain list.
|
Future<ListFirewallRuleGroupAssociationsResult> |
listFirewallRuleGroupAssociationsAsync(ListFirewallRuleGroupAssociationsRequest listFirewallRuleGroupAssociationsRequest)
Retrieves the firewall rule group associations that you have defined.
|
Future<ListFirewallRuleGroupAssociationsResult> |
listFirewallRuleGroupAssociationsAsync(ListFirewallRuleGroupAssociationsRequest listFirewallRuleGroupAssociationsRequest,
AsyncHandler<ListFirewallRuleGroupAssociationsRequest,ListFirewallRuleGroupAssociationsResult> asyncHandler)
Retrieves the firewall rule group associations that you have defined.
|
Future<ListFirewallRuleGroupsResult> |
listFirewallRuleGroupsAsync(ListFirewallRuleGroupsRequest listFirewallRuleGroupsRequest)
Retrieves the minimal high-level information for the rule groups that you have defined.
|
Future<ListFirewallRuleGroupsResult> |
listFirewallRuleGroupsAsync(ListFirewallRuleGroupsRequest listFirewallRuleGroupsRequest,
AsyncHandler<ListFirewallRuleGroupsRequest,ListFirewallRuleGroupsResult> asyncHandler)
Retrieves the minimal high-level information for the rule groups that you have defined.
|
Future<ListFirewallRulesResult> |
listFirewallRulesAsync(ListFirewallRulesRequest listFirewallRulesRequest)
Retrieves the firewall rules that you have defined for the specified firewall rule group.
|
Future<ListFirewallRulesResult> |
listFirewallRulesAsync(ListFirewallRulesRequest listFirewallRulesRequest,
AsyncHandler<ListFirewallRulesRequest,ListFirewallRulesResult> asyncHandler)
Retrieves the firewall rules that you have defined for the specified firewall rule group.
|
Future<ListOutpostResolversResult> |
listOutpostResolversAsync(ListOutpostResolversRequest listOutpostResolversRequest)
Lists all the Resolvers on Outposts that were created using the current Amazon Web Services account.
|
Future<ListOutpostResolversResult> |
listOutpostResolversAsync(ListOutpostResolversRequest listOutpostResolversRequest,
AsyncHandler<ListOutpostResolversRequest,ListOutpostResolversResult> asyncHandler)
Lists all the Resolvers on Outposts that were created using the current Amazon Web Services account.
|
Future<ListResolverConfigsResult> |
listResolverConfigsAsync(ListResolverConfigsRequest listResolverConfigsRequest)
Retrieves the Resolver configurations that you have defined.
|
Future<ListResolverConfigsResult> |
listResolverConfigsAsync(ListResolverConfigsRequest listResolverConfigsRequest,
AsyncHandler<ListResolverConfigsRequest,ListResolverConfigsResult> asyncHandler)
Retrieves the Resolver configurations that you have defined.
|
Future<ListResolverDnssecConfigsResult> |
listResolverDnssecConfigsAsync(ListResolverDnssecConfigsRequest listResolverDnssecConfigsRequest)
Lists the configurations for DNSSEC validation that are associated with the current Amazon Web Services account.
|
Future<ListResolverDnssecConfigsResult> |
listResolverDnssecConfigsAsync(ListResolverDnssecConfigsRequest listResolverDnssecConfigsRequest,
AsyncHandler<ListResolverDnssecConfigsRequest,ListResolverDnssecConfigsResult> asyncHandler)
Lists the configurations for DNSSEC validation that are associated with the current Amazon Web Services account.
|
Future<ListResolverEndpointIpAddressesResult> |
listResolverEndpointIpAddressesAsync(ListResolverEndpointIpAddressesRequest listResolverEndpointIpAddressesRequest)
Gets the IP addresses for a specified Resolver endpoint.
|
Future<ListResolverEndpointIpAddressesResult> |
listResolverEndpointIpAddressesAsync(ListResolverEndpointIpAddressesRequest listResolverEndpointIpAddressesRequest,
AsyncHandler<ListResolverEndpointIpAddressesRequest,ListResolverEndpointIpAddressesResult> asyncHandler)
Gets the IP addresses for a specified Resolver endpoint.
|
Future<ListResolverEndpointsResult> |
listResolverEndpointsAsync(ListResolverEndpointsRequest listResolverEndpointsRequest)
Lists all the Resolver endpoints that were created using the current Amazon Web Services account.
|
Future<ListResolverEndpointsResult> |
listResolverEndpointsAsync(ListResolverEndpointsRequest listResolverEndpointsRequest,
AsyncHandler<ListResolverEndpointsRequest,ListResolverEndpointsResult> asyncHandler)
Lists all the Resolver endpoints that were created using the current Amazon Web Services account.
|
Future<ListResolverQueryLogConfigAssociationsResult> |
listResolverQueryLogConfigAssociationsAsync(ListResolverQueryLogConfigAssociationsRequest listResolverQueryLogConfigAssociationsRequest)
Lists information about associations between Amazon VPCs and query logging configurations.
|
Future<ListResolverQueryLogConfigAssociationsResult> |
listResolverQueryLogConfigAssociationsAsync(ListResolverQueryLogConfigAssociationsRequest listResolverQueryLogConfigAssociationsRequest,
AsyncHandler<ListResolverQueryLogConfigAssociationsRequest,ListResolverQueryLogConfigAssociationsResult> asyncHandler)
Lists information about associations between Amazon VPCs and query logging configurations.
|
Future<ListResolverQueryLogConfigsResult> |
listResolverQueryLogConfigsAsync(ListResolverQueryLogConfigsRequest listResolverQueryLogConfigsRequest)
Lists information about the specified query logging configurations.
|
Future<ListResolverQueryLogConfigsResult> |
listResolverQueryLogConfigsAsync(ListResolverQueryLogConfigsRequest listResolverQueryLogConfigsRequest,
AsyncHandler<ListResolverQueryLogConfigsRequest,ListResolverQueryLogConfigsResult> asyncHandler)
Lists information about the specified query logging configurations.
|
Future<ListResolverRuleAssociationsResult> |
listResolverRuleAssociationsAsync(ListResolverRuleAssociationsRequest listResolverRuleAssociationsRequest)
Lists the associations that were created between Resolver rules and VPCs using the current Amazon Web Services
account.
|
Future<ListResolverRuleAssociationsResult> |
listResolverRuleAssociationsAsync(ListResolverRuleAssociationsRequest listResolverRuleAssociationsRequest,
AsyncHandler<ListResolverRuleAssociationsRequest,ListResolverRuleAssociationsResult> asyncHandler)
Lists the associations that were created between Resolver rules and VPCs using the current Amazon Web Services
account.
|
Future<ListResolverRulesResult> |
listResolverRulesAsync(ListResolverRulesRequest listResolverRulesRequest)
Lists the Resolver rules that were created using the current Amazon Web Services account.
|
Future<ListResolverRulesResult> |
listResolverRulesAsync(ListResolverRulesRequest listResolverRulesRequest,
AsyncHandler<ListResolverRulesRequest,ListResolverRulesResult> asyncHandler)
Lists the Resolver rules that were created using the current Amazon Web Services account.
|
Future<ListTagsForResourceResult> |
listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest)
Lists the tags that you associated with the specified resource.
|
Future<ListTagsForResourceResult> |
listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
Lists the tags that you associated with the specified resource.
|
Future<PutFirewallRuleGroupPolicyResult> |
putFirewallRuleGroupPolicyAsync(PutFirewallRuleGroupPolicyRequest putFirewallRuleGroupPolicyRequest)
Attaches an Identity and Access Management (Amazon Web Services IAM) policy for sharing the rule group.
|
Future<PutFirewallRuleGroupPolicyResult> |
putFirewallRuleGroupPolicyAsync(PutFirewallRuleGroupPolicyRequest putFirewallRuleGroupPolicyRequest,
AsyncHandler<PutFirewallRuleGroupPolicyRequest,PutFirewallRuleGroupPolicyResult> asyncHandler)
Attaches an Identity and Access Management (Amazon Web Services IAM) policy for sharing the rule group.
|
Future<PutResolverQueryLogConfigPolicyResult> |
putResolverQueryLogConfigPolicyAsync(PutResolverQueryLogConfigPolicyRequest putResolverQueryLogConfigPolicyRequest)
Specifies an Amazon Web Services account that you want to share a query logging configuration with, the query
logging configuration that you want to share, and the operations that you want the account to be able to perform
on the configuration.
|
Future<PutResolverQueryLogConfigPolicyResult> |
putResolverQueryLogConfigPolicyAsync(PutResolverQueryLogConfigPolicyRequest putResolverQueryLogConfigPolicyRequest,
AsyncHandler<PutResolverQueryLogConfigPolicyRequest,PutResolverQueryLogConfigPolicyResult> asyncHandler)
Specifies an Amazon Web Services account that you want to share a query logging configuration with, the query
logging configuration that you want to share, and the operations that you want the account to be able to perform
on the configuration.
|
Future<PutResolverRulePolicyResult> |
putResolverRulePolicyAsync(PutResolverRulePolicyRequest putResolverRulePolicyRequest)
Specifies an Amazon Web Services rule that you want to share with another account, the account that you want to
share the rule with, and the operations that you want the account to be able to perform on the rule.
|
Future<PutResolverRulePolicyResult> |
putResolverRulePolicyAsync(PutResolverRulePolicyRequest putResolverRulePolicyRequest,
AsyncHandler<PutResolverRulePolicyRequest,PutResolverRulePolicyResult> asyncHandler)
Specifies an Amazon Web Services rule that you want to share with another account, the account that you want to
share the rule with, and the operations that you want the account to be able to perform on the rule.
|
Future<TagResourceResult> |
tagResourceAsync(TagResourceRequest tagResourceRequest)
Adds one or more tags to a specified resource.
|
Future<TagResourceResult> |
tagResourceAsync(TagResourceRequest tagResourceRequest,
AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
Adds one or more tags to a specified resource.
|
Future<UntagResourceResult> |
untagResourceAsync(UntagResourceRequest untagResourceRequest)
Removes one or more tags from a specified resource.
|
Future<UntagResourceResult> |
untagResourceAsync(UntagResourceRequest untagResourceRequest,
AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
Removes one or more tags from a specified resource.
|
Future<UpdateFirewallConfigResult> |
updateFirewallConfigAsync(UpdateFirewallConfigRequest updateFirewallConfigRequest)
Updates the configuration of the firewall behavior provided by DNS Firewall for a single VPC from Amazon Virtual
Private Cloud (Amazon VPC).
|
Future<UpdateFirewallConfigResult> |
updateFirewallConfigAsync(UpdateFirewallConfigRequest updateFirewallConfigRequest,
AsyncHandler<UpdateFirewallConfigRequest,UpdateFirewallConfigResult> asyncHandler)
Updates the configuration of the firewall behavior provided by DNS Firewall for a single VPC from Amazon Virtual
Private Cloud (Amazon VPC).
|
Future<UpdateFirewallDomainsResult> |
updateFirewallDomainsAsync(UpdateFirewallDomainsRequest updateFirewallDomainsRequest)
Updates the firewall domain list from an array of domain specifications.
|
Future<UpdateFirewallDomainsResult> |
updateFirewallDomainsAsync(UpdateFirewallDomainsRequest updateFirewallDomainsRequest,
AsyncHandler<UpdateFirewallDomainsRequest,UpdateFirewallDomainsResult> asyncHandler)
Updates the firewall domain list from an array of domain specifications.
|
Future<UpdateFirewallRuleResult> |
updateFirewallRuleAsync(UpdateFirewallRuleRequest updateFirewallRuleRequest)
Updates the specified firewall rule.
|
Future<UpdateFirewallRuleResult> |
updateFirewallRuleAsync(UpdateFirewallRuleRequest updateFirewallRuleRequest,
AsyncHandler<UpdateFirewallRuleRequest,UpdateFirewallRuleResult> asyncHandler)
Updates the specified firewall rule.
|
Future<UpdateFirewallRuleGroupAssociationResult> |
updateFirewallRuleGroupAssociationAsync(UpdateFirewallRuleGroupAssociationRequest updateFirewallRuleGroupAssociationRequest)
Changes the association of a FirewallRuleGroup with a VPC.
|
Future<UpdateFirewallRuleGroupAssociationResult> |
updateFirewallRuleGroupAssociationAsync(UpdateFirewallRuleGroupAssociationRequest updateFirewallRuleGroupAssociationRequest,
AsyncHandler<UpdateFirewallRuleGroupAssociationRequest,UpdateFirewallRuleGroupAssociationResult> asyncHandler)
Changes the association of a FirewallRuleGroup with a VPC.
|
Future<UpdateOutpostResolverResult> |
updateOutpostResolverAsync(UpdateOutpostResolverRequest updateOutpostResolverRequest)
You can use
UpdateOutpostResolver to update the instance count, type, or name of a Resolver on an
Outpost. |
Future<UpdateOutpostResolverResult> |
updateOutpostResolverAsync(UpdateOutpostResolverRequest updateOutpostResolverRequest,
AsyncHandler<UpdateOutpostResolverRequest,UpdateOutpostResolverResult> asyncHandler)
You can use
UpdateOutpostResolver to update the instance count, type, or name of a Resolver on an
Outpost. |
Future<UpdateResolverConfigResult> |
updateResolverConfigAsync(UpdateResolverConfigRequest updateResolverConfigRequest)
Updates the behavior configuration of Route 53 Resolver behavior for a single VPC from Amazon Virtual Private
Cloud.
|
Future<UpdateResolverConfigResult> |
updateResolverConfigAsync(UpdateResolverConfigRequest updateResolverConfigRequest,
AsyncHandler<UpdateResolverConfigRequest,UpdateResolverConfigResult> asyncHandler)
Updates the behavior configuration of Route 53 Resolver behavior for a single VPC from Amazon Virtual Private
Cloud.
|
Future<UpdateResolverDnssecConfigResult> |
updateResolverDnssecConfigAsync(UpdateResolverDnssecConfigRequest updateResolverDnssecConfigRequest)
Updates an existing DNSSEC validation configuration.
|
Future<UpdateResolverDnssecConfigResult> |
updateResolverDnssecConfigAsync(UpdateResolverDnssecConfigRequest updateResolverDnssecConfigRequest,
AsyncHandler<UpdateResolverDnssecConfigRequest,UpdateResolverDnssecConfigResult> asyncHandler)
Updates an existing DNSSEC validation configuration.
|
Future<UpdateResolverEndpointResult> |
updateResolverEndpointAsync(UpdateResolverEndpointRequest updateResolverEndpointRequest)
Updates the name, or endpoint type for an inbound or an outbound Resolver endpoint.
|
Future<UpdateResolverEndpointResult> |
updateResolverEndpointAsync(UpdateResolverEndpointRequest updateResolverEndpointRequest,
AsyncHandler<UpdateResolverEndpointRequest,UpdateResolverEndpointResult> asyncHandler)
Updates the name, or endpoint type for an inbound or an outbound Resolver endpoint.
|
Future<UpdateResolverRuleResult> |
updateResolverRuleAsync(UpdateResolverRuleRequest updateResolverRuleRequest)
Updates settings for a specified Resolver rule.
|
Future<UpdateResolverRuleResult> |
updateResolverRuleAsync(UpdateResolverRuleRequest updateResolverRuleRequest,
AsyncHandler<UpdateResolverRuleRequest,UpdateResolverRuleResult> asyncHandler)
Updates settings for a specified Resolver rule.
|
associateFirewallRuleGroup, associateResolverEndpointIpAddress, associateResolverQueryLogConfig, associateResolverRule, createFirewallDomainList, createFirewallRule, createFirewallRuleGroup, createOutpostResolver, createResolverEndpoint, createResolverQueryLogConfig, createResolverRule, deleteFirewallDomainList, deleteFirewallRule, deleteFirewallRuleGroup, deleteOutpostResolver, deleteResolverEndpoint, deleteResolverQueryLogConfig, deleteResolverRule, disassociateFirewallRuleGroup, disassociateResolverEndpointIpAddress, disassociateResolverQueryLogConfig, disassociateResolverRule, getCachedResponseMetadata, getFirewallConfig, getFirewallDomainList, getFirewallRuleGroup, getFirewallRuleGroupAssociation, getFirewallRuleGroupPolicy, getOutpostResolver, getResolverConfig, getResolverDnssecConfig, getResolverEndpoint, getResolverQueryLogConfig, getResolverQueryLogConfigAssociation, getResolverQueryLogConfigPolicy, getResolverRule, getResolverRuleAssociation, getResolverRulePolicy, importFirewallDomains, listFirewallConfigs, listFirewallDomainLists, listFirewallDomains, listFirewallRuleGroupAssociations, listFirewallRuleGroups, listFirewallRules, listOutpostResolvers, listResolverConfigs, listResolverDnssecConfigs, listResolverEndpointIpAddresses, listResolverEndpoints, listResolverQueryLogConfigAssociations, listResolverQueryLogConfigs, listResolverRuleAssociations, listResolverRules, listTagsForResource, putFirewallRuleGroupPolicy, putResolverQueryLogConfigPolicy, putResolverRulePolicy, shutdown, tagResource, untagResource, updateFirewallConfig, updateFirewallDomains, updateFirewallRule, updateFirewallRuleGroupAssociation, updateOutpostResolver, updateResolverConfig, updateResolverDnssecConfig, updateResolverEndpoint, updateResolverRule
Future<AssociateFirewallRuleGroupResult> associateFirewallRuleGroupAsync(AssociateFirewallRuleGroupRequest associateFirewallRuleGroupRequest)
Associates a FirewallRuleGroup with a VPC, to provide DNS filtering for the VPC.
associateFirewallRuleGroupRequest
- Future<AssociateFirewallRuleGroupResult> associateFirewallRuleGroupAsync(AssociateFirewallRuleGroupRequest associateFirewallRuleGroupRequest, AsyncHandler<AssociateFirewallRuleGroupRequest,AssociateFirewallRuleGroupResult> asyncHandler)
Associates a FirewallRuleGroup with a VPC, to provide DNS filtering for the VPC.
associateFirewallRuleGroupRequest
- 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.Future<AssociateResolverEndpointIpAddressResult> associateResolverEndpointIpAddressAsync(AssociateResolverEndpointIpAddressRequest associateResolverEndpointIpAddressRequest)
Adds IP addresses to an inbound or an outbound Resolver endpoint. If you want to add more than one IP address,
submit one AssociateResolverEndpointIpAddress
request for each IP address.
To remove an IP address from an endpoint, see DisassociateResolverEndpointIpAddress.
associateResolverEndpointIpAddressRequest
- Future<AssociateResolverEndpointIpAddressResult> associateResolverEndpointIpAddressAsync(AssociateResolverEndpointIpAddressRequest associateResolverEndpointIpAddressRequest, AsyncHandler<AssociateResolverEndpointIpAddressRequest,AssociateResolverEndpointIpAddressResult> asyncHandler)
Adds IP addresses to an inbound or an outbound Resolver endpoint. If you want to add more than one IP address,
submit one AssociateResolverEndpointIpAddress
request for each IP address.
To remove an IP address from an endpoint, see DisassociateResolverEndpointIpAddress.
associateResolverEndpointIpAddressRequest
- 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.Future<AssociateResolverQueryLogConfigResult> associateResolverQueryLogConfigAsync(AssociateResolverQueryLogConfigRequest associateResolverQueryLogConfigRequest)
Associates an Amazon VPC with a specified query logging configuration. Route 53 Resolver logs DNS queries that
originate in all of the Amazon VPCs that are associated with a specified query logging configuration. To
associate more than one VPC with a configuration, submit one AssociateResolverQueryLogConfig
request
for each VPC.
The VPCs that you associate with a query logging configuration must be in the same Region as the configuration.
To remove a VPC from a query logging configuration, see DisassociateResolverQueryLogConfig.
associateResolverQueryLogConfigRequest
- Future<AssociateResolverQueryLogConfigResult> associateResolverQueryLogConfigAsync(AssociateResolverQueryLogConfigRequest associateResolverQueryLogConfigRequest, AsyncHandler<AssociateResolverQueryLogConfigRequest,AssociateResolverQueryLogConfigResult> asyncHandler)
Associates an Amazon VPC with a specified query logging configuration. Route 53 Resolver logs DNS queries that
originate in all of the Amazon VPCs that are associated with a specified query logging configuration. To
associate more than one VPC with a configuration, submit one AssociateResolverQueryLogConfig
request
for each VPC.
The VPCs that you associate with a query logging configuration must be in the same Region as the configuration.
To remove a VPC from a query logging configuration, see DisassociateResolverQueryLogConfig.
associateResolverQueryLogConfigRequest
- 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.Future<AssociateResolverRuleResult> associateResolverRuleAsync(AssociateResolverRuleRequest associateResolverRuleRequest)
Associates a Resolver rule with a VPC. When you associate a rule with a VPC, Resolver forwards all DNS queries for the domain name that is specified in the rule and that originate in the VPC. The queries are forwarded to the IP addresses for the DNS resolvers that are specified in the rule. For more information about rules, see CreateResolverRule.
associateResolverRuleRequest
- Future<AssociateResolverRuleResult> associateResolverRuleAsync(AssociateResolverRuleRequest associateResolverRuleRequest, AsyncHandler<AssociateResolverRuleRequest,AssociateResolverRuleResult> asyncHandler)
Associates a Resolver rule with a VPC. When you associate a rule with a VPC, Resolver forwards all DNS queries for the domain name that is specified in the rule and that originate in the VPC. The queries are forwarded to the IP addresses for the DNS resolvers that are specified in the rule. For more information about rules, see CreateResolverRule.
associateResolverRuleRequest
- 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.Future<CreateFirewallDomainListResult> createFirewallDomainListAsync(CreateFirewallDomainListRequest createFirewallDomainListRequest)
Creates an empty firewall domain list for use in DNS Firewall rules. You can populate the domains for the new list with a file, using ImportFirewallDomains, or with domain strings, using UpdateFirewallDomains.
createFirewallDomainListRequest
- Future<CreateFirewallDomainListResult> createFirewallDomainListAsync(CreateFirewallDomainListRequest createFirewallDomainListRequest, AsyncHandler<CreateFirewallDomainListRequest,CreateFirewallDomainListResult> asyncHandler)
Creates an empty firewall domain list for use in DNS Firewall rules. You can populate the domains for the new list with a file, using ImportFirewallDomains, or with domain strings, using UpdateFirewallDomains.
createFirewallDomainListRequest
- 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.Future<CreateFirewallRuleResult> createFirewallRuleAsync(CreateFirewallRuleRequest createFirewallRuleRequest)
Creates a single DNS Firewall rule in the specified rule group, using the specified domain list.
createFirewallRuleRequest
- Future<CreateFirewallRuleResult> createFirewallRuleAsync(CreateFirewallRuleRequest createFirewallRuleRequest, AsyncHandler<CreateFirewallRuleRequest,CreateFirewallRuleResult> asyncHandler)
Creates a single DNS Firewall rule in the specified rule group, using the specified domain list.
createFirewallRuleRequest
- 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.Future<CreateFirewallRuleGroupResult> createFirewallRuleGroupAsync(CreateFirewallRuleGroupRequest createFirewallRuleGroupRequest)
Creates an empty DNS Firewall rule group for filtering DNS network traffic in a VPC. You can add rules to the new rule group by calling CreateFirewallRule.
createFirewallRuleGroupRequest
- Future<CreateFirewallRuleGroupResult> createFirewallRuleGroupAsync(CreateFirewallRuleGroupRequest createFirewallRuleGroupRequest, AsyncHandler<CreateFirewallRuleGroupRequest,CreateFirewallRuleGroupResult> asyncHandler)
Creates an empty DNS Firewall rule group for filtering DNS network traffic in a VPC. You can add rules to the new rule group by calling CreateFirewallRule.
createFirewallRuleGroupRequest
- 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.Future<CreateOutpostResolverResult> createOutpostResolverAsync(CreateOutpostResolverRequest createOutpostResolverRequest)
Creates a Route 53 Resolver on an Outpost.
createOutpostResolverRequest
- Future<CreateOutpostResolverResult> createOutpostResolverAsync(CreateOutpostResolverRequest createOutpostResolverRequest, AsyncHandler<CreateOutpostResolverRequest,CreateOutpostResolverResult> asyncHandler)
Creates a Route 53 Resolver on an Outpost.
createOutpostResolverRequest
- 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.Future<CreateResolverEndpointResult> createResolverEndpointAsync(CreateResolverEndpointRequest createResolverEndpointRequest)
Creates a Resolver endpoint. There are two types of Resolver endpoints, inbound and outbound:
An inbound Resolver endpoint forwards DNS queries to the DNS service for a VPC from your network.
An outbound Resolver endpoint forwards DNS queries from the DNS service for a VPC to your network.
createResolverEndpointRequest
- Future<CreateResolverEndpointResult> createResolverEndpointAsync(CreateResolverEndpointRequest createResolverEndpointRequest, AsyncHandler<CreateResolverEndpointRequest,CreateResolverEndpointResult> asyncHandler)
Creates a Resolver endpoint. There are two types of Resolver endpoints, inbound and outbound:
An inbound Resolver endpoint forwards DNS queries to the DNS service for a VPC from your network.
An outbound Resolver endpoint forwards DNS queries from the DNS service for a VPC to your network.
createResolverEndpointRequest
- 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.Future<CreateResolverQueryLogConfigResult> createResolverQueryLogConfigAsync(CreateResolverQueryLogConfigRequest createResolverQueryLogConfigRequest)
Creates a Resolver query logging configuration, which defines where you want Resolver to save DNS query logs that originate in your VPCs. Resolver can log queries only for VPCs that are in the same Region as the query logging configuration.
To specify which VPCs you want to log queries for, you use AssociateResolverQueryLogConfig
. For more
information, see AssociateResolverQueryLogConfig.
You can optionally use Resource Access Manager (RAM) to share a query logging configuration with other Amazon Web Services accounts. The other accounts can then associate VPCs with the configuration. The query logs that Resolver creates for a configuration include all DNS queries that originate in all VPCs that are associated with the configuration.
createResolverQueryLogConfigRequest
- Future<CreateResolverQueryLogConfigResult> createResolverQueryLogConfigAsync(CreateResolverQueryLogConfigRequest createResolverQueryLogConfigRequest, AsyncHandler<CreateResolverQueryLogConfigRequest,CreateResolverQueryLogConfigResult> asyncHandler)
Creates a Resolver query logging configuration, which defines where you want Resolver to save DNS query logs that originate in your VPCs. Resolver can log queries only for VPCs that are in the same Region as the query logging configuration.
To specify which VPCs you want to log queries for, you use AssociateResolverQueryLogConfig
. For more
information, see AssociateResolverQueryLogConfig.
You can optionally use Resource Access Manager (RAM) to share a query logging configuration with other Amazon Web Services accounts. The other accounts can then associate VPCs with the configuration. The query logs that Resolver creates for a configuration include all DNS queries that originate in all VPCs that are associated with the configuration.
createResolverQueryLogConfigRequest
- 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.Future<CreateResolverRuleResult> createResolverRuleAsync(CreateResolverRuleRequest createResolverRuleRequest)
For DNS queries that originate in your VPCs, specifies which Resolver endpoint the queries pass through, one domain name that you want to forward to your network, and the IP addresses of the DNS resolvers in your network.
createResolverRuleRequest
- Future<CreateResolverRuleResult> createResolverRuleAsync(CreateResolverRuleRequest createResolverRuleRequest, AsyncHandler<CreateResolverRuleRequest,CreateResolverRuleResult> asyncHandler)
For DNS queries that originate in your VPCs, specifies which Resolver endpoint the queries pass through, one domain name that you want to forward to your network, and the IP addresses of the DNS resolvers in your network.
createResolverRuleRequest
- 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.Future<DeleteFirewallDomainListResult> deleteFirewallDomainListAsync(DeleteFirewallDomainListRequest deleteFirewallDomainListRequest)
Deletes the specified domain list.
deleteFirewallDomainListRequest
- Future<DeleteFirewallDomainListResult> deleteFirewallDomainListAsync(DeleteFirewallDomainListRequest deleteFirewallDomainListRequest, AsyncHandler<DeleteFirewallDomainListRequest,DeleteFirewallDomainListResult> asyncHandler)
Deletes the specified domain list.
deleteFirewallDomainListRequest
- 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.Future<DeleteFirewallRuleResult> deleteFirewallRuleAsync(DeleteFirewallRuleRequest deleteFirewallRuleRequest)
Deletes the specified firewall rule.
deleteFirewallRuleRequest
- Future<DeleteFirewallRuleResult> deleteFirewallRuleAsync(DeleteFirewallRuleRequest deleteFirewallRuleRequest, AsyncHandler<DeleteFirewallRuleRequest,DeleteFirewallRuleResult> asyncHandler)
Deletes the specified firewall rule.
deleteFirewallRuleRequest
- 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.Future<DeleteFirewallRuleGroupResult> deleteFirewallRuleGroupAsync(DeleteFirewallRuleGroupRequest deleteFirewallRuleGroupRequest)
Deletes the specified firewall rule group.
deleteFirewallRuleGroupRequest
- Future<DeleteFirewallRuleGroupResult> deleteFirewallRuleGroupAsync(DeleteFirewallRuleGroupRequest deleteFirewallRuleGroupRequest, AsyncHandler<DeleteFirewallRuleGroupRequest,DeleteFirewallRuleGroupResult> asyncHandler)
Deletes the specified firewall rule group.
deleteFirewallRuleGroupRequest
- 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.Future<DeleteOutpostResolverResult> deleteOutpostResolverAsync(DeleteOutpostResolverRequest deleteOutpostResolverRequest)
Deletes a Resolver on the Outpost.
deleteOutpostResolverRequest
- Future<DeleteOutpostResolverResult> deleteOutpostResolverAsync(DeleteOutpostResolverRequest deleteOutpostResolverRequest, AsyncHandler<DeleteOutpostResolverRequest,DeleteOutpostResolverResult> asyncHandler)
Deletes a Resolver on the Outpost.
deleteOutpostResolverRequest
- 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.Future<DeleteResolverEndpointResult> deleteResolverEndpointAsync(DeleteResolverEndpointRequest deleteResolverEndpointRequest)
Deletes a Resolver endpoint. The effect of deleting a Resolver endpoint depends on whether it's an inbound or an outbound Resolver endpoint:
Inbound: DNS queries from your network are no longer routed to the DNS service for the specified VPC.
Outbound: DNS queries from a VPC are no longer routed to your network.
deleteResolverEndpointRequest
- Future<DeleteResolverEndpointResult> deleteResolverEndpointAsync(DeleteResolverEndpointRequest deleteResolverEndpointRequest, AsyncHandler<DeleteResolverEndpointRequest,DeleteResolverEndpointResult> asyncHandler)
Deletes a Resolver endpoint. The effect of deleting a Resolver endpoint depends on whether it's an inbound or an outbound Resolver endpoint:
Inbound: DNS queries from your network are no longer routed to the DNS service for the specified VPC.
Outbound: DNS queries from a VPC are no longer routed to your network.
deleteResolverEndpointRequest
- 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.Future<DeleteResolverQueryLogConfigResult> deleteResolverQueryLogConfigAsync(DeleteResolverQueryLogConfigRequest deleteResolverQueryLogConfigRequest)
Deletes a query logging configuration. When you delete a configuration, Resolver stops logging DNS queries for all of the Amazon VPCs that are associated with the configuration. This also applies if the query logging configuration is shared with other Amazon Web Services accounts, and the other accounts have associated VPCs with the shared configuration.
Before you can delete a query logging configuration, you must first disassociate all VPCs from the configuration. See DisassociateResolverQueryLogConfig.
If you used Resource Access Manager (RAM) to share a query logging configuration with other accounts, you must stop sharing the configuration before you can delete a configuration. The accounts that you shared the configuration with can first disassociate VPCs that they associated with the configuration, but that's not necessary. If you stop sharing the configuration, those VPCs are automatically disassociated from the configuration.
deleteResolverQueryLogConfigRequest
- Future<DeleteResolverQueryLogConfigResult> deleteResolverQueryLogConfigAsync(DeleteResolverQueryLogConfigRequest deleteResolverQueryLogConfigRequest, AsyncHandler<DeleteResolverQueryLogConfigRequest,DeleteResolverQueryLogConfigResult> asyncHandler)
Deletes a query logging configuration. When you delete a configuration, Resolver stops logging DNS queries for all of the Amazon VPCs that are associated with the configuration. This also applies if the query logging configuration is shared with other Amazon Web Services accounts, and the other accounts have associated VPCs with the shared configuration.
Before you can delete a query logging configuration, you must first disassociate all VPCs from the configuration. See DisassociateResolverQueryLogConfig.
If you used Resource Access Manager (RAM) to share a query logging configuration with other accounts, you must stop sharing the configuration before you can delete a configuration. The accounts that you shared the configuration with can first disassociate VPCs that they associated with the configuration, but that's not necessary. If you stop sharing the configuration, those VPCs are automatically disassociated from the configuration.
deleteResolverQueryLogConfigRequest
- 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.Future<DeleteResolverRuleResult> deleteResolverRuleAsync(DeleteResolverRuleRequest deleteResolverRuleRequest)
Deletes a Resolver rule. Before you can delete a Resolver rule, you must disassociate it from all the VPCs that you associated the Resolver rule with. For more information, see DisassociateResolverRule.
deleteResolverRuleRequest
- Future<DeleteResolverRuleResult> deleteResolverRuleAsync(DeleteResolverRuleRequest deleteResolverRuleRequest, AsyncHandler<DeleteResolverRuleRequest,DeleteResolverRuleResult> asyncHandler)
Deletes a Resolver rule. Before you can delete a Resolver rule, you must disassociate it from all the VPCs that you associated the Resolver rule with. For more information, see DisassociateResolverRule.
deleteResolverRuleRequest
- 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.Future<DisassociateFirewallRuleGroupResult> disassociateFirewallRuleGroupAsync(DisassociateFirewallRuleGroupRequest disassociateFirewallRuleGroupRequest)
Disassociates a FirewallRuleGroup from a VPC, to remove DNS filtering from the VPC.
disassociateFirewallRuleGroupRequest
- Future<DisassociateFirewallRuleGroupResult> disassociateFirewallRuleGroupAsync(DisassociateFirewallRuleGroupRequest disassociateFirewallRuleGroupRequest, AsyncHandler<DisassociateFirewallRuleGroupRequest,DisassociateFirewallRuleGroupResult> asyncHandler)
Disassociates a FirewallRuleGroup from a VPC, to remove DNS filtering from the VPC.
disassociateFirewallRuleGroupRequest
- 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.Future<DisassociateResolverEndpointIpAddressResult> disassociateResolverEndpointIpAddressAsync(DisassociateResolverEndpointIpAddressRequest disassociateResolverEndpointIpAddressRequest)
Removes IP addresses from an inbound or an outbound Resolver endpoint. If you want to remove more than one IP
address, submit one DisassociateResolverEndpointIpAddress
request for each IP address.
To add an IP address to an endpoint, see AssociateResolverEndpointIpAddress.
disassociateResolverEndpointIpAddressRequest
- Future<DisassociateResolverEndpointIpAddressResult> disassociateResolverEndpointIpAddressAsync(DisassociateResolverEndpointIpAddressRequest disassociateResolverEndpointIpAddressRequest, AsyncHandler<DisassociateResolverEndpointIpAddressRequest,DisassociateResolverEndpointIpAddressResult> asyncHandler)
Removes IP addresses from an inbound or an outbound Resolver endpoint. If you want to remove more than one IP
address, submit one DisassociateResolverEndpointIpAddress
request for each IP address.
To add an IP address to an endpoint, see AssociateResolverEndpointIpAddress.
disassociateResolverEndpointIpAddressRequest
- 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.Future<DisassociateResolverQueryLogConfigResult> disassociateResolverQueryLogConfigAsync(DisassociateResolverQueryLogConfigRequest disassociateResolverQueryLogConfigRequest)
Disassociates a VPC from a query logging configuration.
Before you can delete a query logging configuration, you must first disassociate all VPCs from the configuration. If you used Resource Access Manager (RAM) to share a query logging configuration with other accounts, VPCs can be disassociated from the configuration in the following ways:
The accounts that you shared the configuration with can disassociate VPCs from the configuration.
You can stop sharing the configuration.
disassociateResolverQueryLogConfigRequest
- Future<DisassociateResolverQueryLogConfigResult> disassociateResolverQueryLogConfigAsync(DisassociateResolverQueryLogConfigRequest disassociateResolverQueryLogConfigRequest, AsyncHandler<DisassociateResolverQueryLogConfigRequest,DisassociateResolverQueryLogConfigResult> asyncHandler)
Disassociates a VPC from a query logging configuration.
Before you can delete a query logging configuration, you must first disassociate all VPCs from the configuration. If you used Resource Access Manager (RAM) to share a query logging configuration with other accounts, VPCs can be disassociated from the configuration in the following ways:
The accounts that you shared the configuration with can disassociate VPCs from the configuration.
You can stop sharing the configuration.
disassociateResolverQueryLogConfigRequest
- 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.Future<DisassociateResolverRuleResult> disassociateResolverRuleAsync(DisassociateResolverRuleRequest disassociateResolverRuleRequest)
Removes the association between a specified Resolver rule and a specified VPC.
If you disassociate a Resolver rule from a VPC, Resolver stops forwarding DNS queries for the domain name that you specified in the Resolver rule.
disassociateResolverRuleRequest
- Future<DisassociateResolverRuleResult> disassociateResolverRuleAsync(DisassociateResolverRuleRequest disassociateResolverRuleRequest, AsyncHandler<DisassociateResolverRuleRequest,DisassociateResolverRuleResult> asyncHandler)
Removes the association between a specified Resolver rule and a specified VPC.
If you disassociate a Resolver rule from a VPC, Resolver stops forwarding DNS queries for the domain name that you specified in the Resolver rule.
disassociateResolverRuleRequest
- 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.Future<GetFirewallConfigResult> getFirewallConfigAsync(GetFirewallConfigRequest getFirewallConfigRequest)
Retrieves the configuration of the firewall behavior provided by DNS Firewall for a single VPC from Amazon Virtual Private Cloud (Amazon VPC).
getFirewallConfigRequest
- Future<GetFirewallConfigResult> getFirewallConfigAsync(GetFirewallConfigRequest getFirewallConfigRequest, AsyncHandler<GetFirewallConfigRequest,GetFirewallConfigResult> asyncHandler)
Retrieves the configuration of the firewall behavior provided by DNS Firewall for a single VPC from Amazon Virtual Private Cloud (Amazon VPC).
getFirewallConfigRequest
- 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.Future<GetFirewallDomainListResult> getFirewallDomainListAsync(GetFirewallDomainListRequest getFirewallDomainListRequest)
Retrieves the specified firewall domain list.
getFirewallDomainListRequest
- Future<GetFirewallDomainListResult> getFirewallDomainListAsync(GetFirewallDomainListRequest getFirewallDomainListRequest, AsyncHandler<GetFirewallDomainListRequest,GetFirewallDomainListResult> asyncHandler)
Retrieves the specified firewall domain list.
getFirewallDomainListRequest
- 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.Future<GetFirewallRuleGroupResult> getFirewallRuleGroupAsync(GetFirewallRuleGroupRequest getFirewallRuleGroupRequest)
Retrieves the specified firewall rule group.
getFirewallRuleGroupRequest
- Future<GetFirewallRuleGroupResult> getFirewallRuleGroupAsync(GetFirewallRuleGroupRequest getFirewallRuleGroupRequest, AsyncHandler<GetFirewallRuleGroupRequest,GetFirewallRuleGroupResult> asyncHandler)
Retrieves the specified firewall rule group.
getFirewallRuleGroupRequest
- 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.Future<GetFirewallRuleGroupAssociationResult> getFirewallRuleGroupAssociationAsync(GetFirewallRuleGroupAssociationRequest getFirewallRuleGroupAssociationRequest)
Retrieves a firewall rule group association, which enables DNS filtering for a VPC with one rule group. A VPC can have more than one firewall rule group association, and a rule group can be associated with more than one VPC.
getFirewallRuleGroupAssociationRequest
- Future<GetFirewallRuleGroupAssociationResult> getFirewallRuleGroupAssociationAsync(GetFirewallRuleGroupAssociationRequest getFirewallRuleGroupAssociationRequest, AsyncHandler<GetFirewallRuleGroupAssociationRequest,GetFirewallRuleGroupAssociationResult> asyncHandler)
Retrieves a firewall rule group association, which enables DNS filtering for a VPC with one rule group. A VPC can have more than one firewall rule group association, and a rule group can be associated with more than one VPC.
getFirewallRuleGroupAssociationRequest
- 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.Future<GetFirewallRuleGroupPolicyResult> getFirewallRuleGroupPolicyAsync(GetFirewallRuleGroupPolicyRequest getFirewallRuleGroupPolicyRequest)
Returns the Identity and Access Management (Amazon Web Services IAM) policy for sharing the specified rule group. You can use the policy to share the rule group using Resource Access Manager (RAM).
getFirewallRuleGroupPolicyRequest
- Future<GetFirewallRuleGroupPolicyResult> getFirewallRuleGroupPolicyAsync(GetFirewallRuleGroupPolicyRequest getFirewallRuleGroupPolicyRequest, AsyncHandler<GetFirewallRuleGroupPolicyRequest,GetFirewallRuleGroupPolicyResult> asyncHandler)
Returns the Identity and Access Management (Amazon Web Services IAM) policy for sharing the specified rule group. You can use the policy to share the rule group using Resource Access Manager (RAM).
getFirewallRuleGroupPolicyRequest
- 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.Future<GetOutpostResolverResult> getOutpostResolverAsync(GetOutpostResolverRequest getOutpostResolverRequest)
Gets information about a specified Resolver on the Outpost, such as its instance count and type, name, and the current status of the Resolver.
getOutpostResolverRequest
- Future<GetOutpostResolverResult> getOutpostResolverAsync(GetOutpostResolverRequest getOutpostResolverRequest, AsyncHandler<GetOutpostResolverRequest,GetOutpostResolverResult> asyncHandler)
Gets information about a specified Resolver on the Outpost, such as its instance count and type, name, and the current status of the Resolver.
getOutpostResolverRequest
- 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.Future<GetResolverConfigResult> getResolverConfigAsync(GetResolverConfigRequest getResolverConfigRequest)
Retrieves the behavior configuration of Route 53 Resolver behavior for a single VPC from Amazon Virtual Private Cloud.
getResolverConfigRequest
- Future<GetResolverConfigResult> getResolverConfigAsync(GetResolverConfigRequest getResolverConfigRequest, AsyncHandler<GetResolverConfigRequest,GetResolverConfigResult> asyncHandler)
Retrieves the behavior configuration of Route 53 Resolver behavior for a single VPC from Amazon Virtual Private Cloud.
getResolverConfigRequest
- 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.Future<GetResolverDnssecConfigResult> getResolverDnssecConfigAsync(GetResolverDnssecConfigRequest getResolverDnssecConfigRequest)
Gets DNSSEC validation information for a specified resource.
getResolverDnssecConfigRequest
- Future<GetResolverDnssecConfigResult> getResolverDnssecConfigAsync(GetResolverDnssecConfigRequest getResolverDnssecConfigRequest, AsyncHandler<GetResolverDnssecConfigRequest,GetResolverDnssecConfigResult> asyncHandler)
Gets DNSSEC validation information for a specified resource.
getResolverDnssecConfigRequest
- 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.Future<GetResolverEndpointResult> getResolverEndpointAsync(GetResolverEndpointRequest getResolverEndpointRequest)
Gets information about a specified Resolver endpoint, such as whether it's an inbound or an outbound Resolver endpoint, and the current status of the endpoint.
getResolverEndpointRequest
- Future<GetResolverEndpointResult> getResolverEndpointAsync(GetResolverEndpointRequest getResolverEndpointRequest, AsyncHandler<GetResolverEndpointRequest,GetResolverEndpointResult> asyncHandler)
Gets information about a specified Resolver endpoint, such as whether it's an inbound or an outbound Resolver endpoint, and the current status of the endpoint.
getResolverEndpointRequest
- 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.Future<GetResolverQueryLogConfigResult> getResolverQueryLogConfigAsync(GetResolverQueryLogConfigRequest getResolverQueryLogConfigRequest)
Gets information about a specified Resolver query logging configuration, such as the number of VPCs that the configuration is logging queries for and the location that logs are sent to.
getResolverQueryLogConfigRequest
- Future<GetResolverQueryLogConfigResult> getResolverQueryLogConfigAsync(GetResolverQueryLogConfigRequest getResolverQueryLogConfigRequest, AsyncHandler<GetResolverQueryLogConfigRequest,GetResolverQueryLogConfigResult> asyncHandler)
Gets information about a specified Resolver query logging configuration, such as the number of VPCs that the configuration is logging queries for and the location that logs are sent to.
getResolverQueryLogConfigRequest
- 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.Future<GetResolverQueryLogConfigAssociationResult> getResolverQueryLogConfigAssociationAsync(GetResolverQueryLogConfigAssociationRequest getResolverQueryLogConfigAssociationRequest)
Gets information about a specified association between a Resolver query logging configuration and an Amazon VPC. When you associate a VPC with a query logging configuration, Resolver logs DNS queries that originate in that VPC.
getResolverQueryLogConfigAssociationRequest
- Future<GetResolverQueryLogConfigAssociationResult> getResolverQueryLogConfigAssociationAsync(GetResolverQueryLogConfigAssociationRequest getResolverQueryLogConfigAssociationRequest, AsyncHandler<GetResolverQueryLogConfigAssociationRequest,GetResolverQueryLogConfigAssociationResult> asyncHandler)
Gets information about a specified association between a Resolver query logging configuration and an Amazon VPC. When you associate a VPC with a query logging configuration, Resolver logs DNS queries that originate in that VPC.
getResolverQueryLogConfigAssociationRequest
- 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.Future<GetResolverQueryLogConfigPolicyResult> getResolverQueryLogConfigPolicyAsync(GetResolverQueryLogConfigPolicyRequest getResolverQueryLogConfigPolicyRequest)
Gets information about a query logging policy. A query logging policy specifies the Resolver query logging operations and resources that you want to allow another Amazon Web Services account to be able to use.
getResolverQueryLogConfigPolicyRequest
- Future<GetResolverQueryLogConfigPolicyResult> getResolverQueryLogConfigPolicyAsync(GetResolverQueryLogConfigPolicyRequest getResolverQueryLogConfigPolicyRequest, AsyncHandler<GetResolverQueryLogConfigPolicyRequest,GetResolverQueryLogConfigPolicyResult> asyncHandler)
Gets information about a query logging policy. A query logging policy specifies the Resolver query logging operations and resources that you want to allow another Amazon Web Services account to be able to use.
getResolverQueryLogConfigPolicyRequest
- 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.Future<GetResolverRuleResult> getResolverRuleAsync(GetResolverRuleRequest getResolverRuleRequest)
Gets information about a specified Resolver rule, such as the domain name that the rule forwards DNS queries for and the ID of the outbound Resolver endpoint that the rule is associated with.
getResolverRuleRequest
- Future<GetResolverRuleResult> getResolverRuleAsync(GetResolverRuleRequest getResolverRuleRequest, AsyncHandler<GetResolverRuleRequest,GetResolverRuleResult> asyncHandler)
Gets information about a specified Resolver rule, such as the domain name that the rule forwards DNS queries for and the ID of the outbound Resolver endpoint that the rule is associated with.
getResolverRuleRequest
- 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.Future<GetResolverRuleAssociationResult> getResolverRuleAssociationAsync(GetResolverRuleAssociationRequest getResolverRuleAssociationRequest)
Gets information about an association between a specified Resolver rule and a VPC. You associate a Resolver rule and a VPC using AssociateResolverRule.
getResolverRuleAssociationRequest
- Future<GetResolverRuleAssociationResult> getResolverRuleAssociationAsync(GetResolverRuleAssociationRequest getResolverRuleAssociationRequest, AsyncHandler<GetResolverRuleAssociationRequest,GetResolverRuleAssociationResult> asyncHandler)
Gets information about an association between a specified Resolver rule and a VPC. You associate a Resolver rule and a VPC using AssociateResolverRule.
getResolverRuleAssociationRequest
- 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.Future<GetResolverRulePolicyResult> getResolverRulePolicyAsync(GetResolverRulePolicyRequest getResolverRulePolicyRequest)
Gets information about the Resolver rule policy for a specified rule. A Resolver rule policy includes the rule that you want to share with another account, the account that you want to share the rule with, and the Resolver operations that you want to allow the account to use.
getResolverRulePolicyRequest
- Future<GetResolverRulePolicyResult> getResolverRulePolicyAsync(GetResolverRulePolicyRequest getResolverRulePolicyRequest, AsyncHandler<GetResolverRulePolicyRequest,GetResolverRulePolicyResult> asyncHandler)
Gets information about the Resolver rule policy for a specified rule. A Resolver rule policy includes the rule that you want to share with another account, the account that you want to share the rule with, and the Resolver operations that you want to allow the account to use.
getResolverRulePolicyRequest
- 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.Future<ImportFirewallDomainsResult> importFirewallDomainsAsync(ImportFirewallDomainsRequest importFirewallDomainsRequest)
Imports domain names from a file into a domain list, for use in a DNS firewall rule group.
Each domain specification in your domain list must satisfy the following requirements:
It can optionally start with *
(asterisk).
With the exception of the optional starting asterisk, it must only contain the following characters:
A-Z
, a-z
, 0-9
, -
(hyphen).
It must be from 1-255 characters in length.
importFirewallDomainsRequest
- Future<ImportFirewallDomainsResult> importFirewallDomainsAsync(ImportFirewallDomainsRequest importFirewallDomainsRequest, AsyncHandler<ImportFirewallDomainsRequest,ImportFirewallDomainsResult> asyncHandler)
Imports domain names from a file into a domain list, for use in a DNS firewall rule group.
Each domain specification in your domain list must satisfy the following requirements:
It can optionally start with *
(asterisk).
With the exception of the optional starting asterisk, it must only contain the following characters:
A-Z
, a-z
, 0-9
, -
(hyphen).
It must be from 1-255 characters in length.
importFirewallDomainsRequest
- 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.Future<ListFirewallConfigsResult> listFirewallConfigsAsync(ListFirewallConfigsRequest listFirewallConfigsRequest)
Retrieves the firewall configurations that you have defined. DNS Firewall uses the configurations to manage firewall behavior for your VPCs.
A single call might return only a partial list of the configurations. For information, see
MaxResults
.
listFirewallConfigsRequest
- Future<ListFirewallConfigsResult> listFirewallConfigsAsync(ListFirewallConfigsRequest listFirewallConfigsRequest, AsyncHandler<ListFirewallConfigsRequest,ListFirewallConfigsResult> asyncHandler)
Retrieves the firewall configurations that you have defined. DNS Firewall uses the configurations to manage firewall behavior for your VPCs.
A single call might return only a partial list of the configurations. For information, see
MaxResults
.
listFirewallConfigsRequest
- 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.Future<ListFirewallDomainListsResult> listFirewallDomainListsAsync(ListFirewallDomainListsRequest listFirewallDomainListsRequest)
Retrieves the firewall domain lists that you have defined. For each firewall domain list, you can retrieve the domains that are defined for a list by calling ListFirewallDomains.
A single call to this list operation might return only a partial list of the domain lists. For information, see
MaxResults
.
listFirewallDomainListsRequest
- Future<ListFirewallDomainListsResult> listFirewallDomainListsAsync(ListFirewallDomainListsRequest listFirewallDomainListsRequest, AsyncHandler<ListFirewallDomainListsRequest,ListFirewallDomainListsResult> asyncHandler)
Retrieves the firewall domain lists that you have defined. For each firewall domain list, you can retrieve the domains that are defined for a list by calling ListFirewallDomains.
A single call to this list operation might return only a partial list of the domain lists. For information, see
MaxResults
.
listFirewallDomainListsRequest
- 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.Future<ListFirewallDomainsResult> listFirewallDomainsAsync(ListFirewallDomainsRequest listFirewallDomainsRequest)
Retrieves the domains that you have defined for the specified firewall domain list.
A single call might return only a partial list of the domains. For information, see MaxResults
.
listFirewallDomainsRequest
- Future<ListFirewallDomainsResult> listFirewallDomainsAsync(ListFirewallDomainsRequest listFirewallDomainsRequest, AsyncHandler<ListFirewallDomainsRequest,ListFirewallDomainsResult> asyncHandler)
Retrieves the domains that you have defined for the specified firewall domain list.
A single call might return only a partial list of the domains. For information, see MaxResults
.
listFirewallDomainsRequest
- 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.Future<ListFirewallRuleGroupAssociationsResult> listFirewallRuleGroupAssociationsAsync(ListFirewallRuleGroupAssociationsRequest listFirewallRuleGroupAssociationsRequest)
Retrieves the firewall rule group associations that you have defined. Each association enables DNS filtering for a VPC with one rule group.
A single call might return only a partial list of the associations. For information, see MaxResults
.
listFirewallRuleGroupAssociationsRequest
- Future<ListFirewallRuleGroupAssociationsResult> listFirewallRuleGroupAssociationsAsync(ListFirewallRuleGroupAssociationsRequest listFirewallRuleGroupAssociationsRequest, AsyncHandler<ListFirewallRuleGroupAssociationsRequest,ListFirewallRuleGroupAssociationsResult> asyncHandler)
Retrieves the firewall rule group associations that you have defined. Each association enables DNS filtering for a VPC with one rule group.
A single call might return only a partial list of the associations. For information, see MaxResults
.
listFirewallRuleGroupAssociationsRequest
- 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.Future<ListFirewallRuleGroupsResult> listFirewallRuleGroupsAsync(ListFirewallRuleGroupsRequest listFirewallRuleGroupsRequest)
Retrieves the minimal high-level information for the rule groups that you have defined.
A single call might return only a partial list of the rule groups. For information, see MaxResults
.
listFirewallRuleGroupsRequest
- Future<ListFirewallRuleGroupsResult> listFirewallRuleGroupsAsync(ListFirewallRuleGroupsRequest listFirewallRuleGroupsRequest, AsyncHandler<ListFirewallRuleGroupsRequest,ListFirewallRuleGroupsResult> asyncHandler)
Retrieves the minimal high-level information for the rule groups that you have defined.
A single call might return only a partial list of the rule groups. For information, see MaxResults
.
listFirewallRuleGroupsRequest
- 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.Future<ListFirewallRulesResult> listFirewallRulesAsync(ListFirewallRulesRequest listFirewallRulesRequest)
Retrieves the firewall rules that you have defined for the specified firewall rule group. DNS Firewall uses the rules in a rule group to filter DNS network traffic for a VPC.
A single call might return only a partial list of the rules. For information, see MaxResults
.
listFirewallRulesRequest
- Future<ListFirewallRulesResult> listFirewallRulesAsync(ListFirewallRulesRequest listFirewallRulesRequest, AsyncHandler<ListFirewallRulesRequest,ListFirewallRulesResult> asyncHandler)
Retrieves the firewall rules that you have defined for the specified firewall rule group. DNS Firewall uses the rules in a rule group to filter DNS network traffic for a VPC.
A single call might return only a partial list of the rules. For information, see MaxResults
.
listFirewallRulesRequest
- 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.Future<ListOutpostResolversResult> listOutpostResolversAsync(ListOutpostResolversRequest listOutpostResolversRequest)
Lists all the Resolvers on Outposts that were created using the current Amazon Web Services account.
listOutpostResolversRequest
- Future<ListOutpostResolversResult> listOutpostResolversAsync(ListOutpostResolversRequest listOutpostResolversRequest, AsyncHandler<ListOutpostResolversRequest,ListOutpostResolversResult> asyncHandler)
Lists all the Resolvers on Outposts that were created using the current Amazon Web Services account.
listOutpostResolversRequest
- 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.Future<ListResolverConfigsResult> listResolverConfigsAsync(ListResolverConfigsRequest listResolverConfigsRequest)
Retrieves the Resolver configurations that you have defined. Route 53 Resolver uses the configurations to manage DNS resolution behavior for your VPCs.
listResolverConfigsRequest
- Future<ListResolverConfigsResult> listResolverConfigsAsync(ListResolverConfigsRequest listResolverConfigsRequest, AsyncHandler<ListResolverConfigsRequest,ListResolverConfigsResult> asyncHandler)
Retrieves the Resolver configurations that you have defined. Route 53 Resolver uses the configurations to manage DNS resolution behavior for your VPCs.
listResolverConfigsRequest
- 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.Future<ListResolverDnssecConfigsResult> listResolverDnssecConfigsAsync(ListResolverDnssecConfigsRequest listResolverDnssecConfigsRequest)
Lists the configurations for DNSSEC validation that are associated with the current Amazon Web Services account.
listResolverDnssecConfigsRequest
- Future<ListResolverDnssecConfigsResult> listResolverDnssecConfigsAsync(ListResolverDnssecConfigsRequest listResolverDnssecConfigsRequest, AsyncHandler<ListResolverDnssecConfigsRequest,ListResolverDnssecConfigsResult> asyncHandler)
Lists the configurations for DNSSEC validation that are associated with the current Amazon Web Services account.
listResolverDnssecConfigsRequest
- 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.Future<ListResolverEndpointIpAddressesResult> listResolverEndpointIpAddressesAsync(ListResolverEndpointIpAddressesRequest listResolverEndpointIpAddressesRequest)
Gets the IP addresses for a specified Resolver endpoint.
listResolverEndpointIpAddressesRequest
- Future<ListResolverEndpointIpAddressesResult> listResolverEndpointIpAddressesAsync(ListResolverEndpointIpAddressesRequest listResolverEndpointIpAddressesRequest, AsyncHandler<ListResolverEndpointIpAddressesRequest,ListResolverEndpointIpAddressesResult> asyncHandler)
Gets the IP addresses for a specified Resolver endpoint.
listResolverEndpointIpAddressesRequest
- 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.Future<ListResolverEndpointsResult> listResolverEndpointsAsync(ListResolverEndpointsRequest listResolverEndpointsRequest)
Lists all the Resolver endpoints that were created using the current Amazon Web Services account.
listResolverEndpointsRequest
- Future<ListResolverEndpointsResult> listResolverEndpointsAsync(ListResolverEndpointsRequest listResolverEndpointsRequest, AsyncHandler<ListResolverEndpointsRequest,ListResolverEndpointsResult> asyncHandler)
Lists all the Resolver endpoints that were created using the current Amazon Web Services account.
listResolverEndpointsRequest
- 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.Future<ListResolverQueryLogConfigAssociationsResult> listResolverQueryLogConfigAssociationsAsync(ListResolverQueryLogConfigAssociationsRequest listResolverQueryLogConfigAssociationsRequest)
Lists information about associations between Amazon VPCs and query logging configurations.
listResolverQueryLogConfigAssociationsRequest
- Future<ListResolverQueryLogConfigAssociationsResult> listResolverQueryLogConfigAssociationsAsync(ListResolverQueryLogConfigAssociationsRequest listResolverQueryLogConfigAssociationsRequest, AsyncHandler<ListResolverQueryLogConfigAssociationsRequest,ListResolverQueryLogConfigAssociationsResult> asyncHandler)
Lists information about associations between Amazon VPCs and query logging configurations.
listResolverQueryLogConfigAssociationsRequest
- 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.Future<ListResolverQueryLogConfigsResult> listResolverQueryLogConfigsAsync(ListResolverQueryLogConfigsRequest listResolverQueryLogConfigsRequest)
Lists information about the specified query logging configurations. Each configuration defines where you want Resolver to save DNS query logs and specifies the VPCs that you want to log queries for.
listResolverQueryLogConfigsRequest
- Future<ListResolverQueryLogConfigsResult> listResolverQueryLogConfigsAsync(ListResolverQueryLogConfigsRequest listResolverQueryLogConfigsRequest, AsyncHandler<ListResolverQueryLogConfigsRequest,ListResolverQueryLogConfigsResult> asyncHandler)
Lists information about the specified query logging configurations. Each configuration defines where you want Resolver to save DNS query logs and specifies the VPCs that you want to log queries for.
listResolverQueryLogConfigsRequest
- 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.Future<ListResolverRuleAssociationsResult> listResolverRuleAssociationsAsync(ListResolverRuleAssociationsRequest listResolverRuleAssociationsRequest)
Lists the associations that were created between Resolver rules and VPCs using the current Amazon Web Services account.
listResolverRuleAssociationsRequest
- Future<ListResolverRuleAssociationsResult> listResolverRuleAssociationsAsync(ListResolverRuleAssociationsRequest listResolverRuleAssociationsRequest, AsyncHandler<ListResolverRuleAssociationsRequest,ListResolverRuleAssociationsResult> asyncHandler)
Lists the associations that were created between Resolver rules and VPCs using the current Amazon Web Services account.
listResolverRuleAssociationsRequest
- 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.Future<ListResolverRulesResult> listResolverRulesAsync(ListResolverRulesRequest listResolverRulesRequest)
Lists the Resolver rules that were created using the current Amazon Web Services account.
listResolverRulesRequest
- Future<ListResolverRulesResult> listResolverRulesAsync(ListResolverRulesRequest listResolverRulesRequest, AsyncHandler<ListResolverRulesRequest,ListResolverRulesResult> asyncHandler)
Lists the Resolver rules that were created using the current Amazon Web Services account.
listResolverRulesRequest
- 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.Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest)
Lists the tags that you associated with the specified resource.
listTagsForResourceRequest
- Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
Lists the tags that you associated with the specified resource.
listTagsForResourceRequest
- 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.Future<PutFirewallRuleGroupPolicyResult> putFirewallRuleGroupPolicyAsync(PutFirewallRuleGroupPolicyRequest putFirewallRuleGroupPolicyRequest)
Attaches an Identity and Access Management (Amazon Web Services IAM) policy for sharing the rule group. You can use the policy to share the rule group using Resource Access Manager (RAM).
putFirewallRuleGroupPolicyRequest
- Future<PutFirewallRuleGroupPolicyResult> putFirewallRuleGroupPolicyAsync(PutFirewallRuleGroupPolicyRequest putFirewallRuleGroupPolicyRequest, AsyncHandler<PutFirewallRuleGroupPolicyRequest,PutFirewallRuleGroupPolicyResult> asyncHandler)
Attaches an Identity and Access Management (Amazon Web Services IAM) policy for sharing the rule group. You can use the policy to share the rule group using Resource Access Manager (RAM).
putFirewallRuleGroupPolicyRequest
- 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.Future<PutResolverQueryLogConfigPolicyResult> putResolverQueryLogConfigPolicyAsync(PutResolverQueryLogConfigPolicyRequest putResolverQueryLogConfigPolicyRequest)
Specifies an Amazon Web Services account that you want to share a query logging configuration with, the query logging configuration that you want to share, and the operations that you want the account to be able to perform on the configuration.
putResolverQueryLogConfigPolicyRequest
- Future<PutResolverQueryLogConfigPolicyResult> putResolverQueryLogConfigPolicyAsync(PutResolverQueryLogConfigPolicyRequest putResolverQueryLogConfigPolicyRequest, AsyncHandler<PutResolverQueryLogConfigPolicyRequest,PutResolverQueryLogConfigPolicyResult> asyncHandler)
Specifies an Amazon Web Services account that you want to share a query logging configuration with, the query logging configuration that you want to share, and the operations that you want the account to be able to perform on the configuration.
putResolverQueryLogConfigPolicyRequest
- 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.Future<PutResolverRulePolicyResult> putResolverRulePolicyAsync(PutResolverRulePolicyRequest putResolverRulePolicyRequest)
Specifies an Amazon Web Services rule that you want to share with another account, the account that you want to share the rule with, and the operations that you want the account to be able to perform on the rule.
putResolverRulePolicyRequest
- Future<PutResolverRulePolicyResult> putResolverRulePolicyAsync(PutResolverRulePolicyRequest putResolverRulePolicyRequest, AsyncHandler<PutResolverRulePolicyRequest,PutResolverRulePolicyResult> asyncHandler)
Specifies an Amazon Web Services rule that you want to share with another account, the account that you want to share the rule with, and the operations that you want the account to be able to perform on the rule.
putResolverRulePolicyRequest
- 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.Future<TagResourceResult> tagResourceAsync(TagResourceRequest tagResourceRequest)
Adds one or more tags to a specified resource.
tagResourceRequest
- Future<TagResourceResult> tagResourceAsync(TagResourceRequest tagResourceRequest, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
Adds one or more tags to a specified resource.
tagResourceRequest
- 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.Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest untagResourceRequest)
Removes one or more tags from a specified resource.
untagResourceRequest
- Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest untagResourceRequest, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
Removes one or more tags from a specified resource.
untagResourceRequest
- 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.Future<UpdateFirewallConfigResult> updateFirewallConfigAsync(UpdateFirewallConfigRequest updateFirewallConfigRequest)
Updates the configuration of the firewall behavior provided by DNS Firewall for a single VPC from Amazon Virtual Private Cloud (Amazon VPC).
updateFirewallConfigRequest
- Future<UpdateFirewallConfigResult> updateFirewallConfigAsync(UpdateFirewallConfigRequest updateFirewallConfigRequest, AsyncHandler<UpdateFirewallConfigRequest,UpdateFirewallConfigResult> asyncHandler)
Updates the configuration of the firewall behavior provided by DNS Firewall for a single VPC from Amazon Virtual Private Cloud (Amazon VPC).
updateFirewallConfigRequest
- 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.Future<UpdateFirewallDomainsResult> updateFirewallDomainsAsync(UpdateFirewallDomainsRequest updateFirewallDomainsRequest)
Updates the firewall domain list from an array of domain specifications.
updateFirewallDomainsRequest
- Future<UpdateFirewallDomainsResult> updateFirewallDomainsAsync(UpdateFirewallDomainsRequest updateFirewallDomainsRequest, AsyncHandler<UpdateFirewallDomainsRequest,UpdateFirewallDomainsResult> asyncHandler)
Updates the firewall domain list from an array of domain specifications.
updateFirewallDomainsRequest
- 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.Future<UpdateFirewallRuleResult> updateFirewallRuleAsync(UpdateFirewallRuleRequest updateFirewallRuleRequest)
Updates the specified firewall rule.
updateFirewallRuleRequest
- Future<UpdateFirewallRuleResult> updateFirewallRuleAsync(UpdateFirewallRuleRequest updateFirewallRuleRequest, AsyncHandler<UpdateFirewallRuleRequest,UpdateFirewallRuleResult> asyncHandler)
Updates the specified firewall rule.
updateFirewallRuleRequest
- 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.Future<UpdateFirewallRuleGroupAssociationResult> updateFirewallRuleGroupAssociationAsync(UpdateFirewallRuleGroupAssociationRequest updateFirewallRuleGroupAssociationRequest)
Changes the association of a FirewallRuleGroup with a VPC. The association enables DNS filtering for the VPC.
updateFirewallRuleGroupAssociationRequest
- Future<UpdateFirewallRuleGroupAssociationResult> updateFirewallRuleGroupAssociationAsync(UpdateFirewallRuleGroupAssociationRequest updateFirewallRuleGroupAssociationRequest, AsyncHandler<UpdateFirewallRuleGroupAssociationRequest,UpdateFirewallRuleGroupAssociationResult> asyncHandler)
Changes the association of a FirewallRuleGroup with a VPC. The association enables DNS filtering for the VPC.
updateFirewallRuleGroupAssociationRequest
- 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.Future<UpdateOutpostResolverResult> updateOutpostResolverAsync(UpdateOutpostResolverRequest updateOutpostResolverRequest)
You can use UpdateOutpostResolver
to update the instance count, type, or name of a Resolver on an
Outpost.
updateOutpostResolverRequest
- Future<UpdateOutpostResolverResult> updateOutpostResolverAsync(UpdateOutpostResolverRequest updateOutpostResolverRequest, AsyncHandler<UpdateOutpostResolverRequest,UpdateOutpostResolverResult> asyncHandler)
You can use UpdateOutpostResolver
to update the instance count, type, or name of a Resolver on an
Outpost.
updateOutpostResolverRequest
- 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.Future<UpdateResolverConfigResult> updateResolverConfigAsync(UpdateResolverConfigRequest updateResolverConfigRequest)
Updates the behavior configuration of Route 53 Resolver behavior for a single VPC from Amazon Virtual Private Cloud.
updateResolverConfigRequest
- Future<UpdateResolverConfigResult> updateResolverConfigAsync(UpdateResolverConfigRequest updateResolverConfigRequest, AsyncHandler<UpdateResolverConfigRequest,UpdateResolverConfigResult> asyncHandler)
Updates the behavior configuration of Route 53 Resolver behavior for a single VPC from Amazon Virtual Private Cloud.
updateResolverConfigRequest
- 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.Future<UpdateResolverDnssecConfigResult> updateResolverDnssecConfigAsync(UpdateResolverDnssecConfigRequest updateResolverDnssecConfigRequest)
Updates an existing DNSSEC validation configuration. If there is no existing DNSSEC validation configuration, one is created.
updateResolverDnssecConfigRequest
- Future<UpdateResolverDnssecConfigResult> updateResolverDnssecConfigAsync(UpdateResolverDnssecConfigRequest updateResolverDnssecConfigRequest, AsyncHandler<UpdateResolverDnssecConfigRequest,UpdateResolverDnssecConfigResult> asyncHandler)
Updates an existing DNSSEC validation configuration. If there is no existing DNSSEC validation configuration, one is created.
updateResolverDnssecConfigRequest
- 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.Future<UpdateResolverEndpointResult> updateResolverEndpointAsync(UpdateResolverEndpointRequest updateResolverEndpointRequest)
Updates the name, or endpoint type for an inbound or an outbound Resolver endpoint. You can only update between IPV4 and DUALSTACK, IPV6 endpoint type can't be updated to other type.
updateResolverEndpointRequest
- Future<UpdateResolverEndpointResult> updateResolverEndpointAsync(UpdateResolverEndpointRequest updateResolverEndpointRequest, AsyncHandler<UpdateResolverEndpointRequest,UpdateResolverEndpointResult> asyncHandler)
Updates the name, or endpoint type for an inbound or an outbound Resolver endpoint. You can only update between IPV4 and DUALSTACK, IPV6 endpoint type can't be updated to other type.
updateResolverEndpointRequest
- 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.Future<UpdateResolverRuleResult> updateResolverRuleAsync(UpdateResolverRuleRequest updateResolverRuleRequest)
Updates settings for a specified Resolver rule. ResolverRuleId
is required, and all other parameters
are optional. If you don't specify a parameter, it retains its current value.
updateResolverRuleRequest
- Future<UpdateResolverRuleResult> updateResolverRuleAsync(UpdateResolverRuleRequest updateResolverRuleRequest, AsyncHandler<UpdateResolverRuleRequest,UpdateResolverRuleResult> asyncHandler)
Updates settings for a specified Resolver rule. ResolverRuleId
is required, and all other parameters
are optional. If you don't specify a parameter, it retains its current value.
updateResolverRuleRequest
- 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.