@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_METRICENDPOINT_PREFIXassociateResolverEndpointIpAddress, associateResolverRule, builder, createResolverEndpoint, createResolverRule, deleteResolverEndpoint, deleteResolverRule, disassociateResolverEndpointIpAddress, disassociateResolverRule, getCachedResponseMetadata, getResolverEndpoint, getResolverRule, getResolverRuleAssociation, getResolverRulePolicy, listResolverEndpointIpAddresses, listResolverEndpoints, listResolverRuleAssociations, listResolverRules, listTagsForResource, putResolverRulePolicy, tagResource, untagResource, updateResolverEndpoint, updateResolverRuleaddRequestHandler, addRequestHandler, configureRegion, getClientConfiguration, getEndpointPrefix, getMonitoringListeners, getRequestMetricsCollector, getServiceName, getSignerByURI, getSignerOverride, getSignerRegionOverride, getTimeOffset, makeImmutable, removeRequestHandler, removeRequestHandler, setEndpoint, setEndpoint, setRegion, setServiceNameIntern, setSignerRegionOverride, setTimeOffset, withEndpoint, withRegion, withRegion, withTimeOffsetequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitassociateResolverEndpointIpAddress, associateResolverRule, createResolverEndpoint, createResolverRule, deleteResolverEndpoint, deleteResolverRule, disassociateResolverEndpointIpAddress, disassociateResolverRule, getCachedResponseMetadata, getResolverEndpoint, getResolverRule, getResolverRuleAssociation, getResolverRulePolicy, listResolverEndpointIpAddresses, listResolverEndpoints, listResolverRuleAssociations, listResolverRules, listTagsForResource, putResolverRulePolicy, tagResource, untagResource, updateResolverEndpoint, updateResolverRulepublic 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 AmazonRoute53ResolverAsyncpublic 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 AmazonRoute53ResolverAsyncasyncHandler - 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)
AmazonRoute53ResolverAsyncAssociates 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 AmazonRoute53ResolverAsyncpublic Future<AssociateResolverRuleResult> associateResolverRuleAsync(AssociateResolverRuleRequest request, AsyncHandler<AssociateResolverRuleRequest,AssociateResolverRuleResult> asyncHandler)
AmazonRoute53ResolverAsyncAssociates 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 AmazonRoute53ResolverAsyncasyncHandler - 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)
AmazonRoute53ResolverAsyncCreates 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 AmazonRoute53ResolverAsyncpublic Future<CreateResolverEndpointResult> createResolverEndpointAsync(CreateResolverEndpointRequest request, AsyncHandler<CreateResolverEndpointRequest,CreateResolverEndpointResult> asyncHandler)
AmazonRoute53ResolverAsyncCreates 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 AmazonRoute53ResolverAsyncasyncHandler - 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)
AmazonRoute53ResolverAsyncFor 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 AmazonRoute53ResolverAsyncpublic Future<CreateResolverRuleResult> createResolverRuleAsync(CreateResolverRuleRequest request, AsyncHandler<CreateResolverRuleRequest,CreateResolverRuleResult> asyncHandler)
AmazonRoute53ResolverAsyncFor 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 AmazonRoute53ResolverAsyncasyncHandler - 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)
AmazonRoute53ResolverAsyncDeletes 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 AmazonRoute53ResolverAsyncpublic Future<DeleteResolverEndpointResult> deleteResolverEndpointAsync(DeleteResolverEndpointRequest request, AsyncHandler<DeleteResolverEndpointRequest,DeleteResolverEndpointResult> asyncHandler)
AmazonRoute53ResolverAsyncDeletes 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 AmazonRoute53ResolverAsyncasyncHandler - 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)
AmazonRoute53ResolverAsyncDeletes 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 AmazonRoute53ResolverAsyncpublic Future<DeleteResolverRuleResult> deleteResolverRuleAsync(DeleteResolverRuleRequest request, AsyncHandler<DeleteResolverRuleRequest,DeleteResolverRuleResult> asyncHandler)
AmazonRoute53ResolverAsyncDeletes 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 AmazonRoute53ResolverAsyncasyncHandler - 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 AmazonRoute53ResolverAsyncpublic 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 AmazonRoute53ResolverAsyncasyncHandler - 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)
AmazonRoute53ResolverAsyncRemoves 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 AmazonRoute53ResolverAsyncpublic Future<DisassociateResolverRuleResult> disassociateResolverRuleAsync(DisassociateResolverRuleRequest request, AsyncHandler<DisassociateResolverRuleRequest,DisassociateResolverRuleResult> asyncHandler)
AmazonRoute53ResolverAsyncRemoves 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 AmazonRoute53ResolverAsyncasyncHandler - 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)
AmazonRoute53ResolverAsyncGets 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 AmazonRoute53ResolverAsyncpublic Future<GetResolverEndpointResult> getResolverEndpointAsync(GetResolverEndpointRequest request, AsyncHandler<GetResolverEndpointRequest,GetResolverEndpointResult> asyncHandler)
AmazonRoute53ResolverAsyncGets 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 AmazonRoute53ResolverAsyncasyncHandler - 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)
AmazonRoute53ResolverAsyncGets 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 AmazonRoute53ResolverAsyncpublic Future<GetResolverRuleResult> getResolverRuleAsync(GetResolverRuleRequest request, AsyncHandler<GetResolverRuleRequest,GetResolverRuleResult> asyncHandler)
AmazonRoute53ResolverAsyncGets 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 AmazonRoute53ResolverAsyncasyncHandler - 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)
AmazonRoute53ResolverAsyncGets 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 AmazonRoute53ResolverAsyncpublic Future<GetResolverRuleAssociationResult> getResolverRuleAssociationAsync(GetResolverRuleAssociationRequest request, AsyncHandler<GetResolverRuleAssociationRequest,GetResolverRuleAssociationResult> asyncHandler)
AmazonRoute53ResolverAsyncGets 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 AmazonRoute53ResolverAsyncasyncHandler - 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)
AmazonRoute53ResolverAsyncGets 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 AmazonRoute53ResolverAsyncpublic Future<GetResolverRulePolicyResult> getResolverRulePolicyAsync(GetResolverRulePolicyRequest request, AsyncHandler<GetResolverRulePolicyRequest,GetResolverRulePolicyResult> asyncHandler)
AmazonRoute53ResolverAsyncGets 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 AmazonRoute53ResolverAsyncasyncHandler - 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)
AmazonRoute53ResolverAsyncGets the IP addresses for a specified resolver endpoint.
listResolverEndpointIpAddressesAsync in interface AmazonRoute53ResolverAsyncpublic Future<ListResolverEndpointIpAddressesResult> listResolverEndpointIpAddressesAsync(ListResolverEndpointIpAddressesRequest request, AsyncHandler<ListResolverEndpointIpAddressesRequest,ListResolverEndpointIpAddressesResult> asyncHandler)
AmazonRoute53ResolverAsyncGets the IP addresses for a specified resolver endpoint.
listResolverEndpointIpAddressesAsync in interface AmazonRoute53ResolverAsyncasyncHandler - 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)
AmazonRoute53ResolverAsyncLists all the resolver endpoints that were created using the current AWS account.
listResolverEndpointsAsync in interface AmazonRoute53ResolverAsyncpublic Future<ListResolverEndpointsResult> listResolverEndpointsAsync(ListResolverEndpointsRequest request, AsyncHandler<ListResolverEndpointsRequest,ListResolverEndpointsResult> asyncHandler)
AmazonRoute53ResolverAsyncLists all the resolver endpoints that were created using the current AWS account.
listResolverEndpointsAsync in interface AmazonRoute53ResolverAsyncasyncHandler - 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)
AmazonRoute53ResolverAsyncLists the associations that were created between resolver rules and VPCs using the current AWS account.
listResolverRuleAssociationsAsync in interface AmazonRoute53ResolverAsyncpublic Future<ListResolverRuleAssociationsResult> listResolverRuleAssociationsAsync(ListResolverRuleAssociationsRequest request, AsyncHandler<ListResolverRuleAssociationsRequest,ListResolverRuleAssociationsResult> asyncHandler)
AmazonRoute53ResolverAsyncLists the associations that were created between resolver rules and VPCs using the current AWS account.
listResolverRuleAssociationsAsync in interface AmazonRoute53ResolverAsyncasyncHandler - 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)
AmazonRoute53ResolverAsyncLists the resolver rules that were created using the current AWS account.
listResolverRulesAsync in interface AmazonRoute53ResolverAsyncpublic Future<ListResolverRulesResult> listResolverRulesAsync(ListResolverRulesRequest request, AsyncHandler<ListResolverRulesRequest,ListResolverRulesResult> asyncHandler)
AmazonRoute53ResolverAsyncLists the resolver rules that were created using the current AWS account.
listResolverRulesAsync in interface AmazonRoute53ResolverAsyncasyncHandler - 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)
AmazonRoute53ResolverAsyncLists the tags that you associated with the specified resource.
listTagsForResourceAsync in interface AmazonRoute53ResolverAsyncpublic Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
AmazonRoute53ResolverAsyncLists the tags that you associated with the specified resource.
listTagsForResourceAsync in interface AmazonRoute53ResolverAsyncasyncHandler - 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)
AmazonRoute53ResolverAsyncSpecifies the Resolver operations and resources that you want to allow another AWS account to be able to use.
putResolverRulePolicyAsync in interface AmazonRoute53ResolverAsyncpublic Future<PutResolverRulePolicyResult> putResolverRulePolicyAsync(PutResolverRulePolicyRequest request, AsyncHandler<PutResolverRulePolicyRequest,PutResolverRulePolicyResult> asyncHandler)
AmazonRoute53ResolverAsyncSpecifies the Resolver operations and resources that you want to allow another AWS account to be able to use.
putResolverRulePolicyAsync in interface AmazonRoute53ResolverAsyncasyncHandler - 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)
AmazonRoute53ResolverAsyncAdds one or more tags to a specified resource.
tagResourceAsync in interface AmazonRoute53ResolverAsyncpublic Future<TagResourceResult> tagResourceAsync(TagResourceRequest request, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
AmazonRoute53ResolverAsyncAdds one or more tags to a specified resource.
tagResourceAsync in interface AmazonRoute53ResolverAsyncasyncHandler - 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)
AmazonRoute53ResolverAsyncRemoves one or more tags from a specified resource.
untagResourceAsync in interface AmazonRoute53ResolverAsyncpublic Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
AmazonRoute53ResolverAsyncRemoves one or more tags from a specified resource.
untagResourceAsync in interface AmazonRoute53ResolverAsyncasyncHandler - 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)
AmazonRoute53ResolverAsyncUpdates the name of an inbound or an outbound resolver endpoint.
updateResolverEndpointAsync in interface AmazonRoute53ResolverAsyncpublic Future<UpdateResolverEndpointResult> updateResolverEndpointAsync(UpdateResolverEndpointRequest request, AsyncHandler<UpdateResolverEndpointRequest,UpdateResolverEndpointResult> asyncHandler)
AmazonRoute53ResolverAsyncUpdates the name of an inbound or an outbound resolver endpoint.
updateResolverEndpointAsync in interface AmazonRoute53ResolverAsyncasyncHandler - 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 AmazonRoute53ResolverAsyncpublic 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 AmazonRoute53ResolverAsyncasyncHandler - 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 AmazonRoute53Resolvershutdown in class AmazonWebServiceClientCopyright © 2013 Amazon Web Services, Inc. All Rights Reserved.