@ThreadSafe @Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AmazonRoute53ResolverAsyncClient extends AmazonRoute53ResolverClient implements AmazonRoute53ResolverAsync
AsyncHandler
can be used to receive
notification when an asynchronous operation completes.
Here's how you set up to query an Amazon Route 53 private hosted zone from your network:
Connect your network to a VPC using AWS Direct Connect or a VPN.
Run the following AWS CLI command to create a Resolver endpoint:
create-resolver-endpoint --name [endpoint_name] --direction INBOUND --creator-request-id [unique_string] --security-group-ids [security_group_with_inbound_rules] --ip-addresses SubnetId=[subnet_id] SubnetId=[subnet_id_in_different_AZ]
Note the resolver endpoint ID that appears in the response. You'll use it in step 3.
Get the IP addresses for the Resolver endpoints:
get-resolver-endpoint --resolver-endpoint-id [resolver_endpoint_id]
In your network configuration, define the IP addresses that you got in step 3 as DNS servers.
You can now query instance names in your VPCs and the names of records in your private hosted zone.
You can also perform the following operations using the AWS CLI:
list-resolver-endpoints
: List all endpoints. The syntax includes options for pagination and filtering.
update-resolver-endpoints
: Add IP addresses to an endpoint or remove IP addresses from an endpoint.
To delete an endpoint, use the following AWS CLI command:
delete-resolver-endpoint --resolver-endpoint-id [resolver_endpoint_id]
LOGGING_AWS_REQUEST_METRIC
ENDPOINT_PREFIX
associateResolverEndpointIpAddress, associateResolverRule, builder, createResolverEndpoint, createResolverRule, deleteResolverEndpoint, deleteResolverRule, disassociateResolverEndpointIpAddress, disassociateResolverRule, getCachedResponseMetadata, getResolverEndpoint, getResolverRule, getResolverRuleAssociation, getResolverRulePolicy, listResolverEndpointIpAddresses, listResolverEndpoints, listResolverRuleAssociations, listResolverRules, listTagsForResource, putResolverRulePolicy, tagResource, untagResource, updateResolverEndpoint, updateResolverRule
addRequestHandler, addRequestHandler, configureRegion, getClientConfiguration, getEndpointPrefix, getMonitoringListeners, getRequestMetricsCollector, getServiceName, getSignerByURI, getSignerOverride, getSignerRegionOverride, getTimeOffset, makeImmutable, removeRequestHandler, removeRequestHandler, setEndpoint, setEndpoint, setRegion, setServiceNameIntern, setSignerRegionOverride, setTimeOffset, withEndpoint, withRegion, withRegion, withTimeOffset
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
associateResolverEndpointIpAddress, associateResolverRule, createResolverEndpoint, createResolverRule, deleteResolverEndpoint, deleteResolverRule, disassociateResolverEndpointIpAddress, disassociateResolverRule, getCachedResponseMetadata, getResolverEndpoint, getResolverRule, getResolverRuleAssociation, getResolverRulePolicy, listResolverEndpointIpAddresses, listResolverEndpoints, listResolverRuleAssociations, listResolverRules, listTagsForResource, putResolverRulePolicy, tagResource, untagResource, updateResolverEndpoint, updateResolverRule
public static AmazonRoute53ResolverAsyncClientBuilder asyncBuilder()
public ExecutorService getExecutorService()
public Future<AssociateResolverEndpointIpAddressResult> associateResolverEndpointIpAddressAsync(AssociateResolverEndpointIpAddressRequest request)
AmazonRoute53ResolverAsync
Adds IP addresses to an inbound or an outbound resolver endpoint. If you want to adding 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 adding 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<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 or another VPC.
An outbound resolver endpoint forwards DNS queries from the DNS service for a VPC to your network or another VPC.
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 or another VPC.
An outbound resolver endpoint forwards DNS queries from the DNS service for a VPC to your network or another VPC.
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<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 or another VPC 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 or to another VPC.
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 or another VPC 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 or to another VPC.
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<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 infomation, 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 infomation, 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<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<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<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 a resolver rule policy. A resolver rule policy specifies the Resolver operations and resources that you want to allow another AWS account to be able to use.
getResolverRulePolicyAsync
in interface AmazonRoute53ResolverAsync
public Future<GetResolverRulePolicyResult> getResolverRulePolicyAsync(GetResolverRulePolicyRequest request, AsyncHandler<GetResolverRulePolicyRequest,GetResolverRulePolicyResult> asyncHandler)
AmazonRoute53ResolverAsync
Gets information about a resolver rule policy. A resolver rule policy specifies the Resolver operations and resources that you want to allow another AWS account to be able 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<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<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<PutResolverRulePolicyResult> putResolverRulePolicyAsync(PutResolverRulePolicyRequest request)
AmazonRoute53ResolverAsync
Specifies the Resolver operations and resources that you want to allow another AWS account to be able to use.
putResolverRulePolicyAsync
in interface AmazonRoute53ResolverAsync
public Future<PutResolverRulePolicyResult> putResolverRulePolicyAsync(PutResolverRulePolicyRequest request, AsyncHandler<PutResolverRulePolicyRequest,PutResolverRulePolicyResult> asyncHandler)
AmazonRoute53ResolverAsync
Specifies the Resolver operations and resources that you want to allow another AWS account to be able to use.
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<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.public void shutdown()
getExecutorService().shutdown()
followed by getExecutorService().awaitTermination()
prior to
calling this method.shutdown
in interface AmazonRoute53Resolver
shutdown
in class AmazonWebServiceClient
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.