@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AmazonRoute53ResolverAsync extends AmazonRoute53Resolver
AsyncHandler
can be used to receive
notification when an asynchronous operation completes.
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAmazonRoute53ResolverAsync
instead.
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]
ENDPOINT_PREFIX
Modifier and Type | Method and Description |
---|---|
Future<AssociateResolverEndpointIpAddressResult> |
associateResolverEndpointIpAddressAsync(AssociateResolverEndpointIpAddressRequest associateResolverEndpointIpAddressRequest)
Adds IP addresses to an inbound or an outbound resolver endpoint.
|
Future<AssociateResolverEndpointIpAddressResult> |
associateResolverEndpointIpAddressAsync(AssociateResolverEndpointIpAddressRequest associateResolverEndpointIpAddressRequest,
AsyncHandler<AssociateResolverEndpointIpAddressRequest,AssociateResolverEndpointIpAddressResult> asyncHandler)
Adds IP addresses to an inbound or an outbound resolver endpoint.
|
Future<AssociateResolverRuleResult> |
associateResolverRuleAsync(AssociateResolverRuleRequest associateResolverRuleRequest)
Associates a resolver rule with a VPC.
|
Future<AssociateResolverRuleResult> |
associateResolverRuleAsync(AssociateResolverRuleRequest associateResolverRuleRequest,
AsyncHandler<AssociateResolverRuleRequest,AssociateResolverRuleResult> asyncHandler)
Associates a resolver rule with a VPC.
|
Future<CreateResolverEndpointResult> |
createResolverEndpointAsync(CreateResolverEndpointRequest createResolverEndpointRequest)
Creates a resolver endpoint.
|
Future<CreateResolverEndpointResult> |
createResolverEndpointAsync(CreateResolverEndpointRequest createResolverEndpointRequest,
AsyncHandler<CreateResolverEndpointRequest,CreateResolverEndpointResult> asyncHandler)
Creates a resolver endpoint.
|
Future<CreateResolverRuleResult> |
createResolverRuleAsync(CreateResolverRuleRequest createResolverRuleRequest)
For DNS queries that originate in your VPCs, specifies which resolver endpoint the queries pass through, one
domain name that you want to forward to your network, and the IP addresses of the DNS resolvers in your network.
|
Future<CreateResolverRuleResult> |
createResolverRuleAsync(CreateResolverRuleRequest createResolverRuleRequest,
AsyncHandler<CreateResolverRuleRequest,CreateResolverRuleResult> asyncHandler)
For DNS queries that originate in your VPCs, specifies which resolver endpoint the queries pass through, one
domain name that you want to forward to your network, and the IP addresses of the DNS resolvers in your network.
|
Future<DeleteResolverEndpointResult> |
deleteResolverEndpointAsync(DeleteResolverEndpointRequest deleteResolverEndpointRequest)
Deletes a resolver endpoint.
|
Future<DeleteResolverEndpointResult> |
deleteResolverEndpointAsync(DeleteResolverEndpointRequest deleteResolverEndpointRequest,
AsyncHandler<DeleteResolverEndpointRequest,DeleteResolverEndpointResult> asyncHandler)
Deletes a resolver endpoint.
|
Future<DeleteResolverRuleResult> |
deleteResolverRuleAsync(DeleteResolverRuleRequest deleteResolverRuleRequest)
Deletes a resolver rule.
|
Future<DeleteResolverRuleResult> |
deleteResolverRuleAsync(DeleteResolverRuleRequest deleteResolverRuleRequest,
AsyncHandler<DeleteResolverRuleRequest,DeleteResolverRuleResult> asyncHandler)
Deletes a resolver rule.
|
Future<DisassociateResolverEndpointIpAddressResult> |
disassociateResolverEndpointIpAddressAsync(DisassociateResolverEndpointIpAddressRequest disassociateResolverEndpointIpAddressRequest)
Removes IP addresses from an inbound or an outbound resolver endpoint.
|
Future<DisassociateResolverEndpointIpAddressResult> |
disassociateResolverEndpointIpAddressAsync(DisassociateResolverEndpointIpAddressRequest disassociateResolverEndpointIpAddressRequest,
AsyncHandler<DisassociateResolverEndpointIpAddressRequest,DisassociateResolverEndpointIpAddressResult> asyncHandler)
Removes IP addresses from an inbound or an outbound resolver endpoint.
|
Future<DisassociateResolverRuleResult> |
disassociateResolverRuleAsync(DisassociateResolverRuleRequest disassociateResolverRuleRequest)
Removes the association between a specified resolver rule and a specified VPC.
|
Future<DisassociateResolverRuleResult> |
disassociateResolverRuleAsync(DisassociateResolverRuleRequest disassociateResolverRuleRequest,
AsyncHandler<DisassociateResolverRuleRequest,DisassociateResolverRuleResult> asyncHandler)
Removes the association between a specified resolver rule and a specified VPC.
|
Future<GetResolverEndpointResult> |
getResolverEndpointAsync(GetResolverEndpointRequest getResolverEndpointRequest)
Gets information about a specified resolver endpoint, such as whether it's an inbound or an outbound resolver
endpoint, and the current status of the endpoint.
|
Future<GetResolverEndpointResult> |
getResolverEndpointAsync(GetResolverEndpointRequest getResolverEndpointRequest,
AsyncHandler<GetResolverEndpointRequest,GetResolverEndpointResult> asyncHandler)
Gets information about a specified resolver endpoint, such as whether it's an inbound or an outbound resolver
endpoint, and the current status of the endpoint.
|
Future<GetResolverRuleAssociationResult> |
getResolverRuleAssociationAsync(GetResolverRuleAssociationRequest getResolverRuleAssociationRequest)
Gets information about an association between a specified resolver rule and a VPC.
|
Future<GetResolverRuleAssociationResult> |
getResolverRuleAssociationAsync(GetResolverRuleAssociationRequest getResolverRuleAssociationRequest,
AsyncHandler<GetResolverRuleAssociationRequest,GetResolverRuleAssociationResult> asyncHandler)
Gets information about an association between a specified resolver rule and a VPC.
|
Future<GetResolverRuleResult> |
getResolverRuleAsync(GetResolverRuleRequest getResolverRuleRequest)
Gets information about a specified resolver rule, such as the domain name that the rule forwards DNS queries for
and the ID of the outbound resolver endpoint that the rule is associated with.
|
Future<GetResolverRuleResult> |
getResolverRuleAsync(GetResolverRuleRequest getResolverRuleRequest,
AsyncHandler<GetResolverRuleRequest,GetResolverRuleResult> asyncHandler)
Gets information about a specified resolver rule, such as the domain name that the rule forwards DNS queries for
and the ID of the outbound resolver endpoint that the rule is associated with.
|
Future<GetResolverRulePolicyResult> |
getResolverRulePolicyAsync(GetResolverRulePolicyRequest getResolverRulePolicyRequest)
Gets information about a resolver rule policy.
|
Future<GetResolverRulePolicyResult> |
getResolverRulePolicyAsync(GetResolverRulePolicyRequest getResolverRulePolicyRequest,
AsyncHandler<GetResolverRulePolicyRequest,GetResolverRulePolicyResult> asyncHandler)
Gets information about a resolver rule policy.
|
Future<ListResolverEndpointIpAddressesResult> |
listResolverEndpointIpAddressesAsync(ListResolverEndpointIpAddressesRequest listResolverEndpointIpAddressesRequest)
Gets the IP addresses for a specified resolver endpoint.
|
Future<ListResolverEndpointIpAddressesResult> |
listResolverEndpointIpAddressesAsync(ListResolverEndpointIpAddressesRequest listResolverEndpointIpAddressesRequest,
AsyncHandler<ListResolverEndpointIpAddressesRequest,ListResolverEndpointIpAddressesResult> asyncHandler)
Gets the IP addresses for a specified resolver endpoint.
|
Future<ListResolverEndpointsResult> |
listResolverEndpointsAsync(ListResolverEndpointsRequest listResolverEndpointsRequest)
Lists all the resolver endpoints that were created using the current AWS account.
|
Future<ListResolverEndpointsResult> |
listResolverEndpointsAsync(ListResolverEndpointsRequest listResolverEndpointsRequest,
AsyncHandler<ListResolverEndpointsRequest,ListResolverEndpointsResult> asyncHandler)
Lists all the resolver endpoints that were created using the current AWS account.
|
Future<ListResolverRuleAssociationsResult> |
listResolverRuleAssociationsAsync(ListResolverRuleAssociationsRequest listResolverRuleAssociationsRequest)
Lists the associations that were created between resolver rules and VPCs using the current AWS account.
|
Future<ListResolverRuleAssociationsResult> |
listResolverRuleAssociationsAsync(ListResolverRuleAssociationsRequest listResolverRuleAssociationsRequest,
AsyncHandler<ListResolverRuleAssociationsRequest,ListResolverRuleAssociationsResult> asyncHandler)
Lists the associations that were created between resolver rules and VPCs using the current AWS account.
|
Future<ListResolverRulesResult> |
listResolverRulesAsync(ListResolverRulesRequest listResolverRulesRequest)
Lists the resolver rules that were created using the current AWS account.
|
Future<ListResolverRulesResult> |
listResolverRulesAsync(ListResolverRulesRequest listResolverRulesRequest,
AsyncHandler<ListResolverRulesRequest,ListResolverRulesResult> asyncHandler)
Lists the resolver rules that were created using the current AWS account.
|
Future<ListTagsForResourceResult> |
listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest)
Lists the tags that you associated with the specified resource.
|
Future<ListTagsForResourceResult> |
listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
Lists the tags that you associated with the specified resource.
|
Future<PutResolverRulePolicyResult> |
putResolverRulePolicyAsync(PutResolverRulePolicyRequest putResolverRulePolicyRequest)
Specifies the Resolver operations and resources that you want to allow another AWS account to be able to use.
|
Future<PutResolverRulePolicyResult> |
putResolverRulePolicyAsync(PutResolverRulePolicyRequest putResolverRulePolicyRequest,
AsyncHandler<PutResolverRulePolicyRequest,PutResolverRulePolicyResult> asyncHandler)
Specifies the Resolver operations and resources that you want to allow another AWS account to be able to use.
|
Future<TagResourceResult> |
tagResourceAsync(TagResourceRequest tagResourceRequest)
Adds one or more tags to a specified resource.
|
Future<TagResourceResult> |
tagResourceAsync(TagResourceRequest tagResourceRequest,
AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
Adds one or more tags to a specified resource.
|
Future<UntagResourceResult> |
untagResourceAsync(UntagResourceRequest untagResourceRequest)
Removes one or more tags from a specified resource.
|
Future<UntagResourceResult> |
untagResourceAsync(UntagResourceRequest untagResourceRequest,
AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
Removes one or more tags from a specified resource.
|
Future<UpdateResolverEndpointResult> |
updateResolverEndpointAsync(UpdateResolverEndpointRequest updateResolverEndpointRequest)
Updates the name of an inbound or an outbound resolver endpoint.
|
Future<UpdateResolverEndpointResult> |
updateResolverEndpointAsync(UpdateResolverEndpointRequest updateResolverEndpointRequest,
AsyncHandler<UpdateResolverEndpointRequest,UpdateResolverEndpointResult> asyncHandler)
Updates the name of an inbound or an outbound resolver endpoint.
|
Future<UpdateResolverRuleResult> |
updateResolverRuleAsync(UpdateResolverRuleRequest updateResolverRuleRequest)
Updates settings for a specified resolver rule.
|
Future<UpdateResolverRuleResult> |
updateResolverRuleAsync(UpdateResolverRuleRequest updateResolverRuleRequest,
AsyncHandler<UpdateResolverRuleRequest,UpdateResolverRuleResult> asyncHandler)
Updates settings for a specified resolver rule.
|
associateResolverEndpointIpAddress, associateResolverRule, createResolverEndpoint, createResolverRule, deleteResolverEndpoint, deleteResolverRule, disassociateResolverEndpointIpAddress, disassociateResolverRule, getCachedResponseMetadata, getResolverEndpoint, getResolverRule, getResolverRuleAssociation, getResolverRulePolicy, listResolverEndpointIpAddresses, listResolverEndpoints, listResolverRuleAssociations, listResolverRules, listTagsForResource, putResolverRulePolicy, shutdown, tagResource, untagResource, updateResolverEndpoint, updateResolverRule
Future<AssociateResolverEndpointIpAddressResult> associateResolverEndpointIpAddressAsync(AssociateResolverEndpointIpAddressRequest associateResolverEndpointIpAddressRequest)
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.
associateResolverEndpointIpAddressRequest
- Future<AssociateResolverEndpointIpAddressResult> associateResolverEndpointIpAddressAsync(AssociateResolverEndpointIpAddressRequest associateResolverEndpointIpAddressRequest, AsyncHandler<AssociateResolverEndpointIpAddressRequest,AssociateResolverEndpointIpAddressResult> asyncHandler)
Adds IP addresses to an inbound or an outbound resolver endpoint. If you want to adding more than one IP address,
submit one AssociateResolverEndpointIpAddress
request for each IP address.
To remove an IP address from an endpoint, see DisassociateResolverEndpointIpAddress.
associateResolverEndpointIpAddressRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<AssociateResolverRuleResult> associateResolverRuleAsync(AssociateResolverRuleRequest associateResolverRuleRequest)
Associates a resolver rule with a VPC. When you associate a rule with a VPC, Resolver forwards all DNS queries for the domain name that is specified in the rule and that originate in the VPC. The queries are forwarded to the IP addresses for the DNS resolvers that are specified in the rule. For more information about rules, see CreateResolverRule.
associateResolverRuleRequest
- Future<AssociateResolverRuleResult> associateResolverRuleAsync(AssociateResolverRuleRequest associateResolverRuleRequest, AsyncHandler<AssociateResolverRuleRequest,AssociateResolverRuleResult> asyncHandler)
Associates a resolver rule with a VPC. When you associate a rule with a VPC, Resolver forwards all DNS queries for the domain name that is specified in the rule and that originate in the VPC. The queries are forwarded to the IP addresses for the DNS resolvers that are specified in the rule. For more information about rules, see CreateResolverRule.
associateResolverRuleRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<CreateResolverEndpointResult> createResolverEndpointAsync(CreateResolverEndpointRequest createResolverEndpointRequest)
Creates a resolver endpoint. There are two types of resolver endpoints, inbound and outbound:
An inbound resolver endpoint forwards DNS queries to the DNS service for a VPC from your network or another VPC.
An outbound resolver endpoint forwards DNS queries from the DNS service for a VPC to your network or another VPC.
createResolverEndpointRequest
- Future<CreateResolverEndpointResult> createResolverEndpointAsync(CreateResolverEndpointRequest createResolverEndpointRequest, AsyncHandler<CreateResolverEndpointRequest,CreateResolverEndpointResult> asyncHandler)
Creates a resolver endpoint. There are two types of resolver endpoints, inbound and outbound:
An inbound resolver endpoint forwards DNS queries to the DNS service for a VPC from your network or another VPC.
An outbound resolver endpoint forwards DNS queries from the DNS service for a VPC to your network or another VPC.
createResolverEndpointRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<CreateResolverRuleResult> createResolverRuleAsync(CreateResolverRuleRequest createResolverRuleRequest)
For DNS queries that originate in your VPCs, specifies which resolver endpoint the queries pass through, one domain name that you want to forward to your network, and the IP addresses of the DNS resolvers in your network.
createResolverRuleRequest
- Future<CreateResolverRuleResult> createResolverRuleAsync(CreateResolverRuleRequest createResolverRuleRequest, AsyncHandler<CreateResolverRuleRequest,CreateResolverRuleResult> asyncHandler)
For DNS queries that originate in your VPCs, specifies which resolver endpoint the queries pass through, one domain name that you want to forward to your network, and the IP addresses of the DNS resolvers in your network.
createResolverRuleRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeleteResolverEndpointResult> deleteResolverEndpointAsync(DeleteResolverEndpointRequest deleteResolverEndpointRequest)
Deletes a resolver endpoint. The effect of deleting a resolver endpoint depends on whether it's an inbound or an outbound resolver endpoint:
Inbound: DNS queries from your network 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.
deleteResolverEndpointRequest
- Future<DeleteResolverEndpointResult> deleteResolverEndpointAsync(DeleteResolverEndpointRequest deleteResolverEndpointRequest, AsyncHandler<DeleteResolverEndpointRequest,DeleteResolverEndpointResult> asyncHandler)
Deletes a resolver endpoint. The effect of deleting a resolver endpoint depends on whether it's an inbound or an outbound resolver endpoint:
Inbound: DNS queries from your network 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.
deleteResolverEndpointRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeleteResolverRuleResult> deleteResolverRuleAsync(DeleteResolverRuleRequest deleteResolverRuleRequest)
Deletes a resolver rule. Before you can delete a resolver rule, you must disassociate it from all the VPCs that you associated the resolver rule with. For more infomation, see DisassociateResolverRule.
deleteResolverRuleRequest
- Future<DeleteResolverRuleResult> deleteResolverRuleAsync(DeleteResolverRuleRequest deleteResolverRuleRequest, AsyncHandler<DeleteResolverRuleRequest,DeleteResolverRuleResult> asyncHandler)
Deletes a resolver rule. Before you can delete a resolver rule, you must disassociate it from all the VPCs that you associated the resolver rule with. For more infomation, see DisassociateResolverRule.
deleteResolverRuleRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DisassociateResolverEndpointIpAddressResult> disassociateResolverEndpointIpAddressAsync(DisassociateResolverEndpointIpAddressRequest disassociateResolverEndpointIpAddressRequest)
Removes IP addresses from an inbound or an outbound resolver endpoint. If you want to remove more than one IP
address, submit one DisassociateResolverEndpointIpAddress
request for each IP address.
To add an IP address to an endpoint, see AssociateResolverEndpointIpAddress.
disassociateResolverEndpointIpAddressRequest
- Future<DisassociateResolverEndpointIpAddressResult> disassociateResolverEndpointIpAddressAsync(DisassociateResolverEndpointIpAddressRequest disassociateResolverEndpointIpAddressRequest, AsyncHandler<DisassociateResolverEndpointIpAddressRequest,DisassociateResolverEndpointIpAddressResult> asyncHandler)
Removes IP addresses from an inbound or an outbound resolver endpoint. If you want to remove more than one IP
address, submit one DisassociateResolverEndpointIpAddress
request for each IP address.
To add an IP address to an endpoint, see AssociateResolverEndpointIpAddress.
disassociateResolverEndpointIpAddressRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DisassociateResolverRuleResult> disassociateResolverRuleAsync(DisassociateResolverRuleRequest disassociateResolverRuleRequest)
Removes the association between a specified resolver rule and a specified VPC.
If you disassociate a resolver rule from a VPC, Resolver stops forwarding DNS queries for the domain name that you specified in the resolver rule.
disassociateResolverRuleRequest
- Future<DisassociateResolverRuleResult> disassociateResolverRuleAsync(DisassociateResolverRuleRequest disassociateResolverRuleRequest, AsyncHandler<DisassociateResolverRuleRequest,DisassociateResolverRuleResult> asyncHandler)
Removes the association between a specified resolver rule and a specified VPC.
If you disassociate a resolver rule from a VPC, Resolver stops forwarding DNS queries for the domain name that you specified in the resolver rule.
disassociateResolverRuleRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetResolverEndpointResult> getResolverEndpointAsync(GetResolverEndpointRequest getResolverEndpointRequest)
Gets information about a specified resolver endpoint, such as whether it's an inbound or an outbound resolver endpoint, and the current status of the endpoint.
getResolverEndpointRequest
- Future<GetResolverEndpointResult> getResolverEndpointAsync(GetResolverEndpointRequest getResolverEndpointRequest, AsyncHandler<GetResolverEndpointRequest,GetResolverEndpointResult> asyncHandler)
Gets information about a specified resolver endpoint, such as whether it's an inbound or an outbound resolver endpoint, and the current status of the endpoint.
getResolverEndpointRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetResolverRuleResult> getResolverRuleAsync(GetResolverRuleRequest getResolverRuleRequest)
Gets information about a specified resolver rule, such as the domain name that the rule forwards DNS queries for and the ID of the outbound resolver endpoint that the rule is associated with.
getResolverRuleRequest
- Future<GetResolverRuleResult> getResolverRuleAsync(GetResolverRuleRequest getResolverRuleRequest, AsyncHandler<GetResolverRuleRequest,GetResolverRuleResult> asyncHandler)
Gets information about a specified resolver rule, such as the domain name that the rule forwards DNS queries for and the ID of the outbound resolver endpoint that the rule is associated with.
getResolverRuleRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetResolverRuleAssociationResult> getResolverRuleAssociationAsync(GetResolverRuleAssociationRequest getResolverRuleAssociationRequest)
Gets information about an association between a specified resolver rule and a VPC. You associate a resolver rule and a VPC using AssociateResolverRule.
getResolverRuleAssociationRequest
- Future<GetResolverRuleAssociationResult> getResolverRuleAssociationAsync(GetResolverRuleAssociationRequest getResolverRuleAssociationRequest, AsyncHandler<GetResolverRuleAssociationRequest,GetResolverRuleAssociationResult> asyncHandler)
Gets information about an association between a specified resolver rule and a VPC. You associate a resolver rule and a VPC using AssociateResolverRule.
getResolverRuleAssociationRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetResolverRulePolicyResult> getResolverRulePolicyAsync(GetResolverRulePolicyRequest getResolverRulePolicyRequest)
Gets information about 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.
getResolverRulePolicyRequest
- Future<GetResolverRulePolicyResult> getResolverRulePolicyAsync(GetResolverRulePolicyRequest getResolverRulePolicyRequest, AsyncHandler<GetResolverRulePolicyRequest,GetResolverRulePolicyResult> asyncHandler)
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.
getResolverRulePolicyRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListResolverEndpointIpAddressesResult> listResolverEndpointIpAddressesAsync(ListResolverEndpointIpAddressesRequest listResolverEndpointIpAddressesRequest)
Gets the IP addresses for a specified resolver endpoint.
listResolverEndpointIpAddressesRequest
- Future<ListResolverEndpointIpAddressesResult> listResolverEndpointIpAddressesAsync(ListResolverEndpointIpAddressesRequest listResolverEndpointIpAddressesRequest, AsyncHandler<ListResolverEndpointIpAddressesRequest,ListResolverEndpointIpAddressesResult> asyncHandler)
Gets the IP addresses for a specified resolver endpoint.
listResolverEndpointIpAddressesRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListResolverEndpointsResult> listResolverEndpointsAsync(ListResolverEndpointsRequest listResolverEndpointsRequest)
Lists all the resolver endpoints that were created using the current AWS account.
listResolverEndpointsRequest
- Future<ListResolverEndpointsResult> listResolverEndpointsAsync(ListResolverEndpointsRequest listResolverEndpointsRequest, AsyncHandler<ListResolverEndpointsRequest,ListResolverEndpointsResult> asyncHandler)
Lists all the resolver endpoints that were created using the current AWS account.
listResolverEndpointsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListResolverRuleAssociationsResult> listResolverRuleAssociationsAsync(ListResolverRuleAssociationsRequest listResolverRuleAssociationsRequest)
Lists the associations that were created between resolver rules and VPCs using the current AWS account.
listResolverRuleAssociationsRequest
- Future<ListResolverRuleAssociationsResult> listResolverRuleAssociationsAsync(ListResolverRuleAssociationsRequest listResolverRuleAssociationsRequest, AsyncHandler<ListResolverRuleAssociationsRequest,ListResolverRuleAssociationsResult> asyncHandler)
Lists the associations that were created between resolver rules and VPCs using the current AWS account.
listResolverRuleAssociationsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListResolverRulesResult> listResolverRulesAsync(ListResolverRulesRequest listResolverRulesRequest)
Lists the resolver rules that were created using the current AWS account.
listResolverRulesRequest
- Future<ListResolverRulesResult> listResolverRulesAsync(ListResolverRulesRequest listResolverRulesRequest, AsyncHandler<ListResolverRulesRequest,ListResolverRulesResult> asyncHandler)
Lists the resolver rules that were created using the current AWS account.
listResolverRulesRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest)
Lists the tags that you associated with the specified resource.
listTagsForResourceRequest
- Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
Lists the tags that you associated with the specified resource.
listTagsForResourceRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<PutResolverRulePolicyResult> putResolverRulePolicyAsync(PutResolverRulePolicyRequest putResolverRulePolicyRequest)
Specifies the Resolver operations and resources that you want to allow another AWS account to be able to use.
putResolverRulePolicyRequest
- Future<PutResolverRulePolicyResult> putResolverRulePolicyAsync(PutResolverRulePolicyRequest putResolverRulePolicyRequest, AsyncHandler<PutResolverRulePolicyRequest,PutResolverRulePolicyResult> asyncHandler)
Specifies the Resolver operations and resources that you want to allow another AWS account to be able to use.
putResolverRulePolicyRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<TagResourceResult> tagResourceAsync(TagResourceRequest tagResourceRequest)
Adds one or more tags to a specified resource.
tagResourceRequest
- Future<TagResourceResult> tagResourceAsync(TagResourceRequest tagResourceRequest, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
Adds one or more tags to a specified resource.
tagResourceRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest untagResourceRequest)
Removes one or more tags from a specified resource.
untagResourceRequest
- Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest untagResourceRequest, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
Removes one or more tags from a specified resource.
untagResourceRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<UpdateResolverEndpointResult> updateResolverEndpointAsync(UpdateResolverEndpointRequest updateResolverEndpointRequest)
Updates the name of an inbound or an outbound resolver endpoint.
updateResolverEndpointRequest
- Future<UpdateResolverEndpointResult> updateResolverEndpointAsync(UpdateResolverEndpointRequest updateResolverEndpointRequest, AsyncHandler<UpdateResolverEndpointRequest,UpdateResolverEndpointResult> asyncHandler)
Updates the name of an inbound or an outbound resolver endpoint.
updateResolverEndpointRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<UpdateResolverRuleResult> updateResolverRuleAsync(UpdateResolverRuleRequest updateResolverRuleRequest)
Updates settings for a specified resolver rule. ResolverRuleId
is required, and all other parameters
are optional. If you don't specify a parameter, it retains its current value.
updateResolverRuleRequest
- Future<UpdateResolverRuleResult> updateResolverRuleAsync(UpdateResolverRuleRequest updateResolverRuleRequest, AsyncHandler<UpdateResolverRuleRequest,UpdateResolverRuleResult> asyncHandler)
Updates settings for a specified resolver rule. ResolverRuleId
is required, and all other parameters
are optional. If you don't specify a parameter, it retains its current value.
updateResolverRuleRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.