@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAmazonRoute53Resolver extends Object implements AmazonRoute53Resolver
AmazonRoute53Resolver. Convenient method forms pass through to the corresponding
overload that takes a request object, which throws an UnsupportedOperationException.ENDPOINT_PREFIX| Modifier and Type | Method and Description |
|---|---|
AssociateResolverEndpointIpAddressResult |
associateResolverEndpointIpAddress(AssociateResolverEndpointIpAddressRequest request)
Adds IP addresses to an inbound or an outbound Resolver endpoint.
|
AssociateResolverQueryLogConfigResult |
associateResolverQueryLogConfig(AssociateResolverQueryLogConfigRequest request)
Associates an Amazon VPC with a specified query logging configuration.
|
AssociateResolverRuleResult |
associateResolverRule(AssociateResolverRuleRequest request)
Associates a Resolver rule with a VPC.
|
CreateResolverEndpointResult |
createResolverEndpoint(CreateResolverEndpointRequest request)
Creates a Resolver endpoint.
|
CreateResolverQueryLogConfigResult |
createResolverQueryLogConfig(CreateResolverQueryLogConfigRequest request)
Creates a Resolver query logging configuration, which defines where you want Resolver to save DNS query logs that
originate in your VPCs.
|
CreateResolverRuleResult |
createResolverRule(CreateResolverRuleRequest request)
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.
|
DeleteResolverEndpointResult |
deleteResolverEndpoint(DeleteResolverEndpointRequest request)
Deletes a Resolver endpoint.
|
DeleteResolverQueryLogConfigResult |
deleteResolverQueryLogConfig(DeleteResolverQueryLogConfigRequest request)
Deletes a query logging configuration.
|
DeleteResolverRuleResult |
deleteResolverRule(DeleteResolverRuleRequest request)
Deletes a Resolver rule.
|
DisassociateResolverEndpointIpAddressResult |
disassociateResolverEndpointIpAddress(DisassociateResolverEndpointIpAddressRequest request)
Removes IP addresses from an inbound or an outbound Resolver endpoint.
|
DisassociateResolverQueryLogConfigResult |
disassociateResolverQueryLogConfig(DisassociateResolverQueryLogConfigRequest request)
Disassociates a VPC from a query logging configuration.
|
DisassociateResolverRuleResult |
disassociateResolverRule(DisassociateResolverRuleRequest request)
Removes the association between a specified Resolver rule and a specified VPC.
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
|
GetResolverDnssecConfigResult |
getResolverDnssecConfig(GetResolverDnssecConfigRequest request)
Gets DNSSEC validation information for a specified resource.
|
GetResolverEndpointResult |
getResolverEndpoint(GetResolverEndpointRequest request)
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.
|
GetResolverQueryLogConfigResult |
getResolverQueryLogConfig(GetResolverQueryLogConfigRequest request)
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.
|
GetResolverQueryLogConfigAssociationResult |
getResolverQueryLogConfigAssociation(GetResolverQueryLogConfigAssociationRequest request)
Gets information about a specified association between a Resolver query logging configuration and an Amazon VPC.
|
GetResolverQueryLogConfigPolicyResult |
getResolverQueryLogConfigPolicy(GetResolverQueryLogConfigPolicyRequest request)
Gets information about a query logging policy.
|
GetResolverRuleResult |
getResolverRule(GetResolverRuleRequest request)
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.
|
GetResolverRuleAssociationResult |
getResolverRuleAssociation(GetResolverRuleAssociationRequest request)
Gets information about an association between a specified Resolver rule and a VPC.
|
GetResolverRulePolicyResult |
getResolverRulePolicy(GetResolverRulePolicyRequest request)
Gets information about the Resolver rule policy for a specified rule.
|
ListResolverDnssecConfigsResult |
listResolverDnssecConfigs(ListResolverDnssecConfigsRequest request)
Lists the configurations for DNSSEC validation that are associated with the current AWS account.
|
ListResolverEndpointIpAddressesResult |
listResolverEndpointIpAddresses(ListResolverEndpointIpAddressesRequest request)
Gets the IP addresses for a specified Resolver endpoint.
|
ListResolverEndpointsResult |
listResolverEndpoints(ListResolverEndpointsRequest request)
Lists all the Resolver endpoints that were created using the current AWS account.
|
ListResolverQueryLogConfigAssociationsResult |
listResolverQueryLogConfigAssociations(ListResolverQueryLogConfigAssociationsRequest request)
Lists information about associations between Amazon VPCs and query logging configurations.
|
ListResolverQueryLogConfigsResult |
listResolverQueryLogConfigs(ListResolverQueryLogConfigsRequest request)
Lists information about the specified query logging configurations.
|
ListResolverRuleAssociationsResult |
listResolverRuleAssociations(ListResolverRuleAssociationsRequest request)
Lists the associations that were created between Resolver rules and VPCs using the current AWS account.
|
ListResolverRulesResult |
listResolverRules(ListResolverRulesRequest request)
Lists the Resolver rules that were created using the current AWS account.
|
ListTagsForResourceResult |
listTagsForResource(ListTagsForResourceRequest request)
Lists the tags that you associated with the specified resource.
|
PutResolverQueryLogConfigPolicyResult |
putResolverQueryLogConfigPolicy(PutResolverQueryLogConfigPolicyRequest request)
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.
|
PutResolverRulePolicyResult |
putResolverRulePolicy(PutResolverRulePolicyRequest request)
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.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
TagResourceResult |
tagResource(TagResourceRequest request)
Adds one or more tags to a specified resource.
|
UntagResourceResult |
untagResource(UntagResourceRequest request)
Removes one or more tags from a specified resource.
|
UpdateResolverDnssecConfigResult |
updateResolverDnssecConfig(UpdateResolverDnssecConfigRequest request)
Updates an existing DNSSEC validation configuration.
|
UpdateResolverEndpointResult |
updateResolverEndpoint(UpdateResolverEndpointRequest request)
Updates the name of an inbound or an outbound Resolver endpoint.
|
UpdateResolverRuleResult |
updateResolverRule(UpdateResolverRuleRequest request)
Updates settings for a specified Resolver rule.
|
public AssociateResolverEndpointIpAddressResult associateResolverEndpointIpAddress(AssociateResolverEndpointIpAddressRequest request)
AmazonRoute53Resolver
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.
associateResolverEndpointIpAddress in interface AmazonRoute53Resolverpublic AssociateResolverQueryLogConfigResult associateResolverQueryLogConfig(AssociateResolverQueryLogConfigRequest request)
AmazonRoute53Resolver
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.
associateResolverQueryLogConfig in interface AmazonRoute53Resolverpublic AssociateResolverRuleResult associateResolverRule(AssociateResolverRuleRequest request)
AmazonRoute53ResolverAssociates 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.
associateResolverRule in interface AmazonRoute53Resolverpublic CreateResolverEndpointResult createResolverEndpoint(CreateResolverEndpointRequest request)
AmazonRoute53ResolverCreates 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.
createResolverEndpoint in interface AmazonRoute53Resolverpublic CreateResolverQueryLogConfigResult createResolverQueryLogConfig(CreateResolverQueryLogConfigRequest request)
AmazonRoute53ResolverCreates 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.
createResolverQueryLogConfig in interface AmazonRoute53Resolverpublic CreateResolverRuleResult createResolverRule(CreateResolverRuleRequest request)
AmazonRoute53ResolverFor 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.
createResolverRule in interface AmazonRoute53Resolverpublic DeleteResolverEndpointResult deleteResolverEndpoint(DeleteResolverEndpointRequest request)
AmazonRoute53ResolverDeletes 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.
deleteResolverEndpoint in interface AmazonRoute53Resolverpublic DeleteResolverQueryLogConfigResult deleteResolverQueryLogConfig(DeleteResolverQueryLogConfigRequest request)
AmazonRoute53ResolverDeletes 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.
deleteResolverQueryLogConfig in interface AmazonRoute53Resolverpublic DeleteResolverRuleResult deleteResolverRule(DeleteResolverRuleRequest request)
AmazonRoute53ResolverDeletes 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.
deleteResolverRule in interface AmazonRoute53Resolverpublic DisassociateResolverEndpointIpAddressResult disassociateResolverEndpointIpAddress(DisassociateResolverEndpointIpAddressRequest request)
AmazonRoute53Resolver
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.
disassociateResolverEndpointIpAddress in interface AmazonRoute53Resolverpublic DisassociateResolverQueryLogConfigResult disassociateResolverQueryLogConfig(DisassociateResolverQueryLogConfigRequest request)
AmazonRoute53ResolverDisassociates 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.
disassociateResolverQueryLogConfig in interface AmazonRoute53Resolverpublic DisassociateResolverRuleResult disassociateResolverRule(DisassociateResolverRuleRequest request)
AmazonRoute53ResolverRemoves 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.
disassociateResolverRule in interface AmazonRoute53Resolverpublic GetResolverDnssecConfigResult getResolverDnssecConfig(GetResolverDnssecConfigRequest request)
AmazonRoute53ResolverGets DNSSEC validation information for a specified resource.
getResolverDnssecConfig in interface AmazonRoute53Resolverpublic GetResolverEndpointResult getResolverEndpoint(GetResolverEndpointRequest request)
AmazonRoute53ResolverGets 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.
getResolverEndpoint in interface AmazonRoute53Resolverpublic GetResolverQueryLogConfigResult getResolverQueryLogConfig(GetResolverQueryLogConfigRequest request)
AmazonRoute53ResolverGets 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.
getResolverQueryLogConfig in interface AmazonRoute53Resolverpublic GetResolverQueryLogConfigAssociationResult getResolverQueryLogConfigAssociation(GetResolverQueryLogConfigAssociationRequest request)
AmazonRoute53ResolverGets 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.
getResolverQueryLogConfigAssociation in interface AmazonRoute53Resolverpublic GetResolverQueryLogConfigPolicyResult getResolverQueryLogConfigPolicy(GetResolverQueryLogConfigPolicyRequest request)
AmazonRoute53ResolverGets 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.
getResolverQueryLogConfigPolicy in interface AmazonRoute53Resolverpublic GetResolverRuleResult getResolverRule(GetResolverRuleRequest request)
AmazonRoute53ResolverGets 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.
getResolverRule in interface AmazonRoute53Resolverpublic GetResolverRuleAssociationResult getResolverRuleAssociation(GetResolverRuleAssociationRequest request)
AmazonRoute53ResolverGets information about an association between a specified Resolver rule and a VPC. You associate a Resolver rule and a VPC using AssociateResolverRule.
getResolverRuleAssociation in interface AmazonRoute53Resolverpublic GetResolverRulePolicyResult getResolverRulePolicy(GetResolverRulePolicyRequest request)
AmazonRoute53ResolverGets 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.
getResolverRulePolicy in interface AmazonRoute53Resolverpublic ListResolverDnssecConfigsResult listResolverDnssecConfigs(ListResolverDnssecConfigsRequest request)
AmazonRoute53ResolverLists the configurations for DNSSEC validation that are associated with the current AWS account.
listResolverDnssecConfigs in interface AmazonRoute53Resolverpublic ListResolverEndpointIpAddressesResult listResolverEndpointIpAddresses(ListResolverEndpointIpAddressesRequest request)
AmazonRoute53ResolverGets the IP addresses for a specified Resolver endpoint.
listResolverEndpointIpAddresses in interface AmazonRoute53Resolverpublic ListResolverEndpointsResult listResolverEndpoints(ListResolverEndpointsRequest request)
AmazonRoute53ResolverLists all the Resolver endpoints that were created using the current AWS account.
listResolverEndpoints in interface AmazonRoute53Resolverpublic ListResolverQueryLogConfigAssociationsResult listResolverQueryLogConfigAssociations(ListResolverQueryLogConfigAssociationsRequest request)
AmazonRoute53ResolverLists information about associations between Amazon VPCs and query logging configurations.
listResolverQueryLogConfigAssociations in interface AmazonRoute53Resolverpublic ListResolverQueryLogConfigsResult listResolverQueryLogConfigs(ListResolverQueryLogConfigsRequest request)
AmazonRoute53ResolverLists 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.
listResolverQueryLogConfigs in interface AmazonRoute53Resolverpublic ListResolverRuleAssociationsResult listResolverRuleAssociations(ListResolverRuleAssociationsRequest request)
AmazonRoute53ResolverLists the associations that were created between Resolver rules and VPCs using the current AWS account.
listResolverRuleAssociations in interface AmazonRoute53Resolverpublic ListResolverRulesResult listResolverRules(ListResolverRulesRequest request)
AmazonRoute53ResolverLists the Resolver rules that were created using the current AWS account.
listResolverRules in interface AmazonRoute53Resolverpublic ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest request)
AmazonRoute53ResolverLists the tags that you associated with the specified resource.
listTagsForResource in interface AmazonRoute53Resolverpublic PutResolverQueryLogConfigPolicyResult putResolverQueryLogConfigPolicy(PutResolverQueryLogConfigPolicyRequest request)
AmazonRoute53ResolverSpecifies 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.
putResolverQueryLogConfigPolicy in interface AmazonRoute53Resolverpublic PutResolverRulePolicyResult putResolverRulePolicy(PutResolverRulePolicyRequest request)
AmazonRoute53ResolverSpecifies 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.
putResolverRulePolicy in interface AmazonRoute53Resolverpublic TagResourceResult tagResource(TagResourceRequest request)
AmazonRoute53ResolverAdds one or more tags to a specified resource.
tagResource in interface AmazonRoute53Resolverpublic UntagResourceResult untagResource(UntagResourceRequest request)
AmazonRoute53ResolverRemoves one or more tags from a specified resource.
untagResource in interface AmazonRoute53Resolverpublic UpdateResolverDnssecConfigResult updateResolverDnssecConfig(UpdateResolverDnssecConfigRequest request)
AmazonRoute53ResolverUpdates an existing DNSSEC validation configuration. If there is no existing DNSSEC validation configuration, one is created.
updateResolverDnssecConfig in interface AmazonRoute53Resolverpublic UpdateResolverEndpointResult updateResolverEndpoint(UpdateResolverEndpointRequest request)
AmazonRoute53ResolverUpdates the name of an inbound or an outbound Resolver endpoint.
updateResolverEndpoint in interface AmazonRoute53Resolverpublic UpdateResolverRuleResult updateResolverRule(UpdateResolverRuleRequest request)
AmazonRoute53Resolver
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.
updateResolverRule in interface AmazonRoute53Resolverpublic void shutdown()
AmazonRoute53Resolvershutdown in interface AmazonRoute53Resolverpublic ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AmazonRoute53ResolverResponse metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
getCachedResponseMetadata in interface AmazonRoute53Resolverrequest - The originally executed request.