@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAmazonRoute53ResolverAsync extends AbstractAmazonRoute53Resolver implements AmazonRoute53ResolverAsync
AmazonRoute53ResolverAsync
. Convenient method forms pass through to the
corresponding overload that takes a request object and an AsyncHandler
, which throws an
UnsupportedOperationException
.ENDPOINT_PREFIX
associateResolverEndpointIpAddress, associateResolverQueryLogConfig, associateResolverRule, createResolverEndpoint, createResolverQueryLogConfig, createResolverRule, deleteResolverEndpoint, deleteResolverQueryLogConfig, deleteResolverRule, disassociateResolverEndpointIpAddress, disassociateResolverQueryLogConfig, disassociateResolverRule, getCachedResponseMetadata, getResolverDnssecConfig, getResolverEndpoint, getResolverQueryLogConfig, getResolverQueryLogConfigAssociation, getResolverQueryLogConfigPolicy, getResolverRule, getResolverRuleAssociation, getResolverRulePolicy, listResolverDnssecConfigs, listResolverEndpointIpAddresses, listResolverEndpoints, listResolverQueryLogConfigAssociations, listResolverQueryLogConfigs, listResolverRuleAssociations, listResolverRules, listTagsForResource, putResolverQueryLogConfigPolicy, putResolverRulePolicy, shutdown, tagResource, untagResource, updateResolverDnssecConfig, updateResolverEndpoint, updateResolverRule
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
associateResolverEndpointIpAddress, associateResolverQueryLogConfig, associateResolverRule, createResolverEndpoint, createResolverQueryLogConfig, createResolverRule, deleteResolverEndpoint, deleteResolverQueryLogConfig, deleteResolverRule, disassociateResolverEndpointIpAddress, disassociateResolverQueryLogConfig, disassociateResolverRule, getCachedResponseMetadata, getResolverDnssecConfig, getResolverEndpoint, getResolverQueryLogConfig, getResolverQueryLogConfigAssociation, getResolverQueryLogConfigPolicy, getResolverRule, getResolverRuleAssociation, getResolverRulePolicy, listResolverDnssecConfigs, listResolverEndpointIpAddresses, listResolverEndpoints, listResolverQueryLogConfigAssociations, listResolverQueryLogConfigs, listResolverRuleAssociations, listResolverRules, listTagsForResource, putResolverQueryLogConfigPolicy, putResolverRulePolicy, shutdown, tagResource, untagResource, updateResolverDnssecConfig, updateResolverEndpoint, updateResolverRule
public Future<AssociateResolverEndpointIpAddressResult> associateResolverEndpointIpAddressAsync(AssociateResolverEndpointIpAddressRequest request)
AmazonRoute53ResolverAsync
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.
associateResolverEndpointIpAddressAsync
in interface AmazonRoute53ResolverAsync
public Future<AssociateResolverEndpointIpAddressResult> associateResolverEndpointIpAddressAsync(AssociateResolverEndpointIpAddressRequest request, AsyncHandler<AssociateResolverEndpointIpAddressRequest,AssociateResolverEndpointIpAddressResult> asyncHandler)
AmazonRoute53ResolverAsync
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.
associateResolverEndpointIpAddressAsync
in interface AmazonRoute53ResolverAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<AssociateResolverQueryLogConfigResult> associateResolverQueryLogConfigAsync(AssociateResolverQueryLogConfigRequest request)
AmazonRoute53ResolverAsync
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.
associateResolverQueryLogConfigAsync
in interface AmazonRoute53ResolverAsync
public Future<AssociateResolverQueryLogConfigResult> associateResolverQueryLogConfigAsync(AssociateResolverQueryLogConfigRequest request, AsyncHandler<AssociateResolverQueryLogConfigRequest,AssociateResolverQueryLogConfigResult> asyncHandler)
AmazonRoute53ResolverAsync
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.
associateResolverQueryLogConfigAsync
in interface AmazonRoute53ResolverAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<AssociateResolverRuleResult> associateResolverRuleAsync(AssociateResolverRuleRequest request)
AmazonRoute53ResolverAsync
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.
associateResolverRuleAsync
in interface AmazonRoute53ResolverAsync
public Future<AssociateResolverRuleResult> associateResolverRuleAsync(AssociateResolverRuleRequest request, AsyncHandler<AssociateResolverRuleRequest,AssociateResolverRuleResult> asyncHandler)
AmazonRoute53ResolverAsync
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.
associateResolverRuleAsync
in interface AmazonRoute53ResolverAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateResolverEndpointResult> createResolverEndpointAsync(CreateResolverEndpointRequest request)
AmazonRoute53ResolverAsync
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.
createResolverEndpointAsync
in interface AmazonRoute53ResolverAsync
public Future<CreateResolverEndpointResult> createResolverEndpointAsync(CreateResolverEndpointRequest request, AsyncHandler<CreateResolverEndpointRequest,CreateResolverEndpointResult> asyncHandler)
AmazonRoute53ResolverAsync
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.
createResolverEndpointAsync
in interface AmazonRoute53ResolverAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateResolverQueryLogConfigResult> createResolverQueryLogConfigAsync(CreateResolverQueryLogConfigRequest request)
AmazonRoute53ResolverAsync
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 AWS Resource Access Manager (AWS RAM) to share a query logging configuration with other AWS 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.
createResolverQueryLogConfigAsync
in interface AmazonRoute53ResolverAsync
public Future<CreateResolverQueryLogConfigResult> createResolverQueryLogConfigAsync(CreateResolverQueryLogConfigRequest request, AsyncHandler<CreateResolverQueryLogConfigRequest,CreateResolverQueryLogConfigResult> asyncHandler)
AmazonRoute53ResolverAsync
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 AWS Resource Access Manager (AWS RAM) to share a query logging configuration with other AWS 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.
createResolverQueryLogConfigAsync
in interface AmazonRoute53ResolverAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateResolverRuleResult> createResolverRuleAsync(CreateResolverRuleRequest request)
AmazonRoute53ResolverAsync
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.
createResolverRuleAsync
in interface AmazonRoute53ResolverAsync
public Future<CreateResolverRuleResult> createResolverRuleAsync(CreateResolverRuleRequest request, AsyncHandler<CreateResolverRuleRequest,CreateResolverRuleResult> asyncHandler)
AmazonRoute53ResolverAsync
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.
createResolverRuleAsync
in interface AmazonRoute53ResolverAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteResolverEndpointResult> deleteResolverEndpointAsync(DeleteResolverEndpointRequest request)
AmazonRoute53ResolverAsync
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.
deleteResolverEndpointAsync
in interface AmazonRoute53ResolverAsync
public Future<DeleteResolverEndpointResult> deleteResolverEndpointAsync(DeleteResolverEndpointRequest request, AsyncHandler<DeleteResolverEndpointRequest,DeleteResolverEndpointResult> asyncHandler)
AmazonRoute53ResolverAsync
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.
deleteResolverEndpointAsync
in interface AmazonRoute53ResolverAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteResolverQueryLogConfigResult> deleteResolverQueryLogConfigAsync(DeleteResolverQueryLogConfigRequest request)
AmazonRoute53ResolverAsync
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 AWS 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.
deleteResolverQueryLogConfigAsync
in interface AmazonRoute53ResolverAsync
public Future<DeleteResolverQueryLogConfigResult> deleteResolverQueryLogConfigAsync(DeleteResolverQueryLogConfigRequest request, AsyncHandler<DeleteResolverQueryLogConfigRequest,DeleteResolverQueryLogConfigResult> asyncHandler)
AmazonRoute53ResolverAsync
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 AWS 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.
deleteResolverQueryLogConfigAsync
in interface AmazonRoute53ResolverAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteResolverRuleResult> deleteResolverRuleAsync(DeleteResolverRuleRequest request)
AmazonRoute53ResolverAsync
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.
deleteResolverRuleAsync
in interface AmazonRoute53ResolverAsync
public Future<DeleteResolverRuleResult> deleteResolverRuleAsync(DeleteResolverRuleRequest request, AsyncHandler<DeleteResolverRuleRequest,DeleteResolverRuleResult> asyncHandler)
AmazonRoute53ResolverAsync
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.
deleteResolverRuleAsync
in interface AmazonRoute53ResolverAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DisassociateResolverEndpointIpAddressResult> disassociateResolverEndpointIpAddressAsync(DisassociateResolverEndpointIpAddressRequest request)
AmazonRoute53ResolverAsync
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.
disassociateResolverEndpointIpAddressAsync
in interface AmazonRoute53ResolverAsync
public Future<DisassociateResolverEndpointIpAddressResult> disassociateResolverEndpointIpAddressAsync(DisassociateResolverEndpointIpAddressRequest request, AsyncHandler<DisassociateResolverEndpointIpAddressRequest,DisassociateResolverEndpointIpAddressResult> asyncHandler)
AmazonRoute53ResolverAsync
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.
disassociateResolverEndpointIpAddressAsync
in interface AmazonRoute53ResolverAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DisassociateResolverQueryLogConfigResult> disassociateResolverQueryLogConfigAsync(DisassociateResolverQueryLogConfigRequest request)
AmazonRoute53ResolverAsync
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.
disassociateResolverQueryLogConfigAsync
in interface AmazonRoute53ResolverAsync
public Future<DisassociateResolverQueryLogConfigResult> disassociateResolverQueryLogConfigAsync(DisassociateResolverQueryLogConfigRequest request, AsyncHandler<DisassociateResolverQueryLogConfigRequest,DisassociateResolverQueryLogConfigResult> asyncHandler)
AmazonRoute53ResolverAsync
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.
disassociateResolverQueryLogConfigAsync
in interface AmazonRoute53ResolverAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DisassociateResolverRuleResult> disassociateResolverRuleAsync(DisassociateResolverRuleRequest request)
AmazonRoute53ResolverAsync
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.
disassociateResolverRuleAsync
in interface AmazonRoute53ResolverAsync
public Future<DisassociateResolverRuleResult> disassociateResolverRuleAsync(DisassociateResolverRuleRequest request, AsyncHandler<DisassociateResolverRuleRequest,DisassociateResolverRuleResult> asyncHandler)
AmazonRoute53ResolverAsync
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.
disassociateResolverRuleAsync
in interface AmazonRoute53ResolverAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetResolverDnssecConfigResult> getResolverDnssecConfigAsync(GetResolverDnssecConfigRequest request)
AmazonRoute53ResolverAsync
Gets DNSSEC validation information for a specified resource.
getResolverDnssecConfigAsync
in interface AmazonRoute53ResolverAsync
public Future<GetResolverDnssecConfigResult> getResolverDnssecConfigAsync(GetResolverDnssecConfigRequest request, AsyncHandler<GetResolverDnssecConfigRequest,GetResolverDnssecConfigResult> asyncHandler)
AmazonRoute53ResolverAsync
Gets DNSSEC validation information for a specified resource.
getResolverDnssecConfigAsync
in interface AmazonRoute53ResolverAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetResolverEndpointResult> getResolverEndpointAsync(GetResolverEndpointRequest request)
AmazonRoute53ResolverAsync
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.
getResolverEndpointAsync
in interface AmazonRoute53ResolverAsync
public Future<GetResolverEndpointResult> getResolverEndpointAsync(GetResolverEndpointRequest request, AsyncHandler<GetResolverEndpointRequest,GetResolverEndpointResult> asyncHandler)
AmazonRoute53ResolverAsync
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.
getResolverEndpointAsync
in interface AmazonRoute53ResolverAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetResolverQueryLogConfigResult> getResolverQueryLogConfigAsync(GetResolverQueryLogConfigRequest request)
AmazonRoute53ResolverAsync
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.
getResolverQueryLogConfigAsync
in interface AmazonRoute53ResolverAsync
public Future<GetResolverQueryLogConfigResult> getResolverQueryLogConfigAsync(GetResolverQueryLogConfigRequest request, AsyncHandler<GetResolverQueryLogConfigRequest,GetResolverQueryLogConfigResult> asyncHandler)
AmazonRoute53ResolverAsync
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.
getResolverQueryLogConfigAsync
in interface AmazonRoute53ResolverAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetResolverQueryLogConfigAssociationResult> getResolverQueryLogConfigAssociationAsync(GetResolverQueryLogConfigAssociationRequest request)
AmazonRoute53ResolverAsync
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.
getResolverQueryLogConfigAssociationAsync
in interface AmazonRoute53ResolverAsync
public Future<GetResolverQueryLogConfigAssociationResult> getResolverQueryLogConfigAssociationAsync(GetResolverQueryLogConfigAssociationRequest request, AsyncHandler<GetResolverQueryLogConfigAssociationRequest,GetResolverQueryLogConfigAssociationResult> asyncHandler)
AmazonRoute53ResolverAsync
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.
getResolverQueryLogConfigAssociationAsync
in interface AmazonRoute53ResolverAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetResolverQueryLogConfigPolicyResult> getResolverQueryLogConfigPolicyAsync(GetResolverQueryLogConfigPolicyRequest request)
AmazonRoute53ResolverAsync
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 AWS account to be able to use.
getResolverQueryLogConfigPolicyAsync
in interface AmazonRoute53ResolverAsync
public Future<GetResolverQueryLogConfigPolicyResult> getResolverQueryLogConfigPolicyAsync(GetResolverQueryLogConfigPolicyRequest request, AsyncHandler<GetResolverQueryLogConfigPolicyRequest,GetResolverQueryLogConfigPolicyResult> asyncHandler)
AmazonRoute53ResolverAsync
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 AWS account to be able to use.
getResolverQueryLogConfigPolicyAsync
in interface AmazonRoute53ResolverAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetResolverRuleResult> getResolverRuleAsync(GetResolverRuleRequest request)
AmazonRoute53ResolverAsync
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.
getResolverRuleAsync
in interface AmazonRoute53ResolverAsync
public Future<GetResolverRuleResult> getResolverRuleAsync(GetResolverRuleRequest request, AsyncHandler<GetResolverRuleRequest,GetResolverRuleResult> asyncHandler)
AmazonRoute53ResolverAsync
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.
getResolverRuleAsync
in interface AmazonRoute53ResolverAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetResolverRuleAssociationResult> getResolverRuleAssociationAsync(GetResolverRuleAssociationRequest request)
AmazonRoute53ResolverAsync
Gets information about an association between a specified Resolver rule and a VPC. You associate a Resolver rule and a VPC using AssociateResolverRule.
getResolverRuleAssociationAsync
in interface AmazonRoute53ResolverAsync
public Future<GetResolverRuleAssociationResult> getResolverRuleAssociationAsync(GetResolverRuleAssociationRequest request, AsyncHandler<GetResolverRuleAssociationRequest,GetResolverRuleAssociationResult> asyncHandler)
AmazonRoute53ResolverAsync
Gets information about an association between a specified Resolver rule and a VPC. You associate a Resolver rule and a VPC using AssociateResolverRule.
getResolverRuleAssociationAsync
in interface AmazonRoute53ResolverAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetResolverRulePolicyResult> getResolverRulePolicyAsync(GetResolverRulePolicyRequest request)
AmazonRoute53ResolverAsync
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.
getResolverRulePolicyAsync
in interface AmazonRoute53ResolverAsync
public Future<GetResolverRulePolicyResult> getResolverRulePolicyAsync(GetResolverRulePolicyRequest request, AsyncHandler<GetResolverRulePolicyRequest,GetResolverRulePolicyResult> asyncHandler)
AmazonRoute53ResolverAsync
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.
getResolverRulePolicyAsync
in interface AmazonRoute53ResolverAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListResolverDnssecConfigsResult> listResolverDnssecConfigsAsync(ListResolverDnssecConfigsRequest request)
AmazonRoute53ResolverAsync
Lists the configurations for DNSSEC validation that are associated with the current AWS account.
listResolverDnssecConfigsAsync
in interface AmazonRoute53ResolverAsync
public Future<ListResolverDnssecConfigsResult> listResolverDnssecConfigsAsync(ListResolverDnssecConfigsRequest request, AsyncHandler<ListResolverDnssecConfigsRequest,ListResolverDnssecConfigsResult> asyncHandler)
AmazonRoute53ResolverAsync
Lists the configurations for DNSSEC validation that are associated with the current AWS account.
listResolverDnssecConfigsAsync
in interface AmazonRoute53ResolverAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListResolverEndpointIpAddressesResult> listResolverEndpointIpAddressesAsync(ListResolverEndpointIpAddressesRequest request)
AmazonRoute53ResolverAsync
Gets the IP addresses for a specified Resolver endpoint.
listResolverEndpointIpAddressesAsync
in interface AmazonRoute53ResolverAsync
public Future<ListResolverEndpointIpAddressesResult> listResolverEndpointIpAddressesAsync(ListResolverEndpointIpAddressesRequest request, AsyncHandler<ListResolverEndpointIpAddressesRequest,ListResolverEndpointIpAddressesResult> asyncHandler)
AmazonRoute53ResolverAsync
Gets the IP addresses for a specified Resolver endpoint.
listResolverEndpointIpAddressesAsync
in interface AmazonRoute53ResolverAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListResolverEndpointsResult> listResolverEndpointsAsync(ListResolverEndpointsRequest request)
AmazonRoute53ResolverAsync
Lists all the Resolver endpoints that were created using the current AWS account.
listResolverEndpointsAsync
in interface AmazonRoute53ResolverAsync
public Future<ListResolverEndpointsResult> listResolverEndpointsAsync(ListResolverEndpointsRequest request, AsyncHandler<ListResolverEndpointsRequest,ListResolverEndpointsResult> asyncHandler)
AmazonRoute53ResolverAsync
Lists all the Resolver endpoints that were created using the current AWS account.
listResolverEndpointsAsync
in interface AmazonRoute53ResolverAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListResolverQueryLogConfigAssociationsResult> listResolverQueryLogConfigAssociationsAsync(ListResolverQueryLogConfigAssociationsRequest request)
AmazonRoute53ResolverAsync
Lists information about associations between Amazon VPCs and query logging configurations.
listResolverQueryLogConfigAssociationsAsync
in interface AmazonRoute53ResolverAsync
public Future<ListResolverQueryLogConfigAssociationsResult> listResolverQueryLogConfigAssociationsAsync(ListResolverQueryLogConfigAssociationsRequest request, AsyncHandler<ListResolverQueryLogConfigAssociationsRequest,ListResolverQueryLogConfigAssociationsResult> asyncHandler)
AmazonRoute53ResolverAsync
Lists information about associations between Amazon VPCs and query logging configurations.
listResolverQueryLogConfigAssociationsAsync
in interface AmazonRoute53ResolverAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListResolverQueryLogConfigsResult> listResolverQueryLogConfigsAsync(ListResolverQueryLogConfigsRequest request)
AmazonRoute53ResolverAsync
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.
listResolverQueryLogConfigsAsync
in interface AmazonRoute53ResolverAsync
public Future<ListResolverQueryLogConfigsResult> listResolverQueryLogConfigsAsync(ListResolverQueryLogConfigsRequest request, AsyncHandler<ListResolverQueryLogConfigsRequest,ListResolverQueryLogConfigsResult> asyncHandler)
AmazonRoute53ResolverAsync
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.
listResolverQueryLogConfigsAsync
in interface AmazonRoute53ResolverAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListResolverRuleAssociationsResult> listResolverRuleAssociationsAsync(ListResolverRuleAssociationsRequest request)
AmazonRoute53ResolverAsync
Lists the associations that were created between Resolver rules and VPCs using the current AWS account.
listResolverRuleAssociationsAsync
in interface AmazonRoute53ResolverAsync
public Future<ListResolverRuleAssociationsResult> listResolverRuleAssociationsAsync(ListResolverRuleAssociationsRequest request, AsyncHandler<ListResolverRuleAssociationsRequest,ListResolverRuleAssociationsResult> asyncHandler)
AmazonRoute53ResolverAsync
Lists the associations that were created between Resolver rules and VPCs using the current AWS account.
listResolverRuleAssociationsAsync
in interface AmazonRoute53ResolverAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListResolverRulesResult> listResolverRulesAsync(ListResolverRulesRequest request)
AmazonRoute53ResolverAsync
Lists the Resolver rules that were created using the current AWS account.
listResolverRulesAsync
in interface AmazonRoute53ResolverAsync
public Future<ListResolverRulesResult> listResolverRulesAsync(ListResolverRulesRequest request, AsyncHandler<ListResolverRulesRequest,ListResolverRulesResult> asyncHandler)
AmazonRoute53ResolverAsync
Lists the Resolver rules that were created using the current AWS account.
listResolverRulesAsync
in interface AmazonRoute53ResolverAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request)
AmazonRoute53ResolverAsync
Lists the tags that you associated with the specified resource.
listTagsForResourceAsync
in interface AmazonRoute53ResolverAsync
public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
AmazonRoute53ResolverAsync
Lists the tags that you associated with the specified resource.
listTagsForResourceAsync
in interface AmazonRoute53ResolverAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<PutResolverQueryLogConfigPolicyResult> putResolverQueryLogConfigPolicyAsync(PutResolverQueryLogConfigPolicyRequest request)
AmazonRoute53ResolverAsync
Specifies an AWS 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.
putResolverQueryLogConfigPolicyAsync
in interface AmazonRoute53ResolverAsync
public Future<PutResolverQueryLogConfigPolicyResult> putResolverQueryLogConfigPolicyAsync(PutResolverQueryLogConfigPolicyRequest request, AsyncHandler<PutResolverQueryLogConfigPolicyRequest,PutResolverQueryLogConfigPolicyResult> asyncHandler)
AmazonRoute53ResolverAsync
Specifies an AWS 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.
putResolverQueryLogConfigPolicyAsync
in interface AmazonRoute53ResolverAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<PutResolverRulePolicyResult> putResolverRulePolicyAsync(PutResolverRulePolicyRequest request)
AmazonRoute53ResolverAsync
Specifies an AWS 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.
putResolverRulePolicyAsync
in interface AmazonRoute53ResolverAsync
public Future<PutResolverRulePolicyResult> putResolverRulePolicyAsync(PutResolverRulePolicyRequest request, AsyncHandler<PutResolverRulePolicyRequest,PutResolverRulePolicyResult> asyncHandler)
AmazonRoute53ResolverAsync
Specifies an AWS 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.
putResolverRulePolicyAsync
in interface AmazonRoute53ResolverAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request)
AmazonRoute53ResolverAsync
Adds one or more tags to a specified resource.
tagResourceAsync
in interface AmazonRoute53ResolverAsync
public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
AmazonRoute53ResolverAsync
Adds one or more tags to a specified resource.
tagResourceAsync
in interface AmazonRoute53ResolverAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request)
AmazonRoute53ResolverAsync
Removes one or more tags from a specified resource.
untagResourceAsync
in interface AmazonRoute53ResolverAsync
public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
AmazonRoute53ResolverAsync
Removes one or more tags from a specified resource.
untagResourceAsync
in interface AmazonRoute53ResolverAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateResolverDnssecConfigResult> updateResolverDnssecConfigAsync(UpdateResolverDnssecConfigRequest request)
AmazonRoute53ResolverAsync
Updates an existing DNSSEC validation configuration. If there is no existing DNSSEC validation configuration, one is created.
updateResolverDnssecConfigAsync
in interface AmazonRoute53ResolverAsync
public Future<UpdateResolverDnssecConfigResult> updateResolverDnssecConfigAsync(UpdateResolverDnssecConfigRequest request, AsyncHandler<UpdateResolverDnssecConfigRequest,UpdateResolverDnssecConfigResult> asyncHandler)
AmazonRoute53ResolverAsync
Updates an existing DNSSEC validation configuration. If there is no existing DNSSEC validation configuration, one is created.
updateResolverDnssecConfigAsync
in interface AmazonRoute53ResolverAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateResolverEndpointResult> updateResolverEndpointAsync(UpdateResolverEndpointRequest request)
AmazonRoute53ResolverAsync
Updates the name of an inbound or an outbound Resolver endpoint.
updateResolverEndpointAsync
in interface AmazonRoute53ResolverAsync
public Future<UpdateResolverEndpointResult> updateResolverEndpointAsync(UpdateResolverEndpointRequest request, AsyncHandler<UpdateResolverEndpointRequest,UpdateResolverEndpointResult> asyncHandler)
AmazonRoute53ResolverAsync
Updates the name of an inbound or an outbound Resolver endpoint.
updateResolverEndpointAsync
in interface AmazonRoute53ResolverAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateResolverRuleResult> updateResolverRuleAsync(UpdateResolverRuleRequest request)
AmazonRoute53ResolverAsync
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.
updateResolverRuleAsync
in interface AmazonRoute53ResolverAsync
public Future<UpdateResolverRuleResult> updateResolverRuleAsync(UpdateResolverRuleRequest request, AsyncHandler<UpdateResolverRuleRequest,UpdateResolverRuleResult> asyncHandler)
AmazonRoute53ResolverAsync
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.
updateResolverRuleAsync
in interface AmazonRoute53ResolverAsync
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.