@Generated(value="software.amazon.awssdk:codegen") public interface Route53ResolverAsyncClient extends SdkClient
builder()
method.
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]
Modifier and Type | Field and Description |
---|---|
static String |
SERVICE_NAME |
Modifier and Type | Method and Description |
---|---|
default CompletableFuture<AssociateResolverEndpointIpAddressResponse> |
associateResolverEndpointIpAddress(AssociateResolverEndpointIpAddressRequest associateResolverEndpointIpAddressRequest)
Adds IP addresses to an inbound or an outbound resolver endpoint.
|
default CompletableFuture<AssociateResolverEndpointIpAddressResponse> |
associateResolverEndpointIpAddress(Consumer<AssociateResolverEndpointIpAddressRequest.Builder> associateResolverEndpointIpAddressRequest)
Adds IP addresses to an inbound or an outbound resolver endpoint.
|
default CompletableFuture<AssociateResolverRuleResponse> |
associateResolverRule(AssociateResolverRuleRequest associateResolverRuleRequest)
Associates a resolver rule with a VPC.
|
default CompletableFuture<AssociateResolverRuleResponse> |
associateResolverRule(Consumer<AssociateResolverRuleRequest.Builder> associateResolverRuleRequest)
Associates a resolver rule with a VPC.
|
static Route53ResolverAsyncClientBuilder |
builder()
Create a builder that can be used to configure and create a
Route53ResolverAsyncClient . |
static Route53ResolverAsyncClient |
create()
Create a
Route53ResolverAsyncClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider . |
default CompletableFuture<CreateResolverEndpointResponse> |
createResolverEndpoint(Consumer<CreateResolverEndpointRequest.Builder> createResolverEndpointRequest)
Creates a resolver endpoint.
|
default CompletableFuture<CreateResolverEndpointResponse> |
createResolverEndpoint(CreateResolverEndpointRequest createResolverEndpointRequest)
Creates a resolver endpoint.
|
default CompletableFuture<CreateResolverRuleResponse> |
createResolverRule(Consumer<CreateResolverRuleRequest.Builder> 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.
|
default CompletableFuture<CreateResolverRuleResponse> |
createResolverRule(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.
|
default CompletableFuture<DeleteResolverEndpointResponse> |
deleteResolverEndpoint(Consumer<DeleteResolverEndpointRequest.Builder> deleteResolverEndpointRequest)
Deletes a resolver endpoint.
|
default CompletableFuture<DeleteResolverEndpointResponse> |
deleteResolverEndpoint(DeleteResolverEndpointRequest deleteResolverEndpointRequest)
Deletes a resolver endpoint.
|
default CompletableFuture<DeleteResolverRuleResponse> |
deleteResolverRule(Consumer<DeleteResolverRuleRequest.Builder> deleteResolverRuleRequest)
Deletes a resolver rule.
|
default CompletableFuture<DeleteResolverRuleResponse> |
deleteResolverRule(DeleteResolverRuleRequest deleteResolverRuleRequest)
Deletes a resolver rule.
|
default CompletableFuture<DisassociateResolverEndpointIpAddressResponse> |
disassociateResolverEndpointIpAddress(Consumer<DisassociateResolverEndpointIpAddressRequest.Builder> disassociateResolverEndpointIpAddressRequest)
Removes IP addresses from an inbound or an outbound resolver endpoint.
|
default CompletableFuture<DisassociateResolverEndpointIpAddressResponse> |
disassociateResolverEndpointIpAddress(DisassociateResolverEndpointIpAddressRequest disassociateResolverEndpointIpAddressRequest)
Removes IP addresses from an inbound or an outbound resolver endpoint.
|
default CompletableFuture<DisassociateResolverRuleResponse> |
disassociateResolverRule(Consumer<DisassociateResolverRuleRequest.Builder> disassociateResolverRuleRequest)
Removes the association between a specified resolver rule and a specified VPC.
|
default CompletableFuture<DisassociateResolverRuleResponse> |
disassociateResolverRule(DisassociateResolverRuleRequest disassociateResolverRuleRequest)
Removes the association between a specified resolver rule and a specified VPC.
|
default CompletableFuture<GetResolverEndpointResponse> |
getResolverEndpoint(Consumer<GetResolverEndpointRequest.Builder> 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.
|
default CompletableFuture<GetResolverEndpointResponse> |
getResolverEndpoint(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.
|
default CompletableFuture<GetResolverRuleResponse> |
getResolverRule(Consumer<GetResolverRuleRequest.Builder> 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.
|
default CompletableFuture<GetResolverRuleResponse> |
getResolverRule(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.
|
default CompletableFuture<GetResolverRuleAssociationResponse> |
getResolverRuleAssociation(Consumer<GetResolverRuleAssociationRequest.Builder> getResolverRuleAssociationRequest)
Gets information about an association between a specified resolver rule and a VPC.
|
default CompletableFuture<GetResolverRuleAssociationResponse> |
getResolverRuleAssociation(GetResolverRuleAssociationRequest getResolverRuleAssociationRequest)
Gets information about an association between a specified resolver rule and a VPC.
|
default CompletableFuture<GetResolverRulePolicyResponse> |
getResolverRulePolicy(Consumer<GetResolverRulePolicyRequest.Builder> getResolverRulePolicyRequest)
Gets information about a resolver rule policy.
|
default CompletableFuture<GetResolverRulePolicyResponse> |
getResolverRulePolicy(GetResolverRulePolicyRequest getResolverRulePolicyRequest)
Gets information about a resolver rule policy.
|
default CompletableFuture<ListResolverEndpointIpAddressesResponse> |
listResolverEndpointIpAddresses(Consumer<ListResolverEndpointIpAddressesRequest.Builder> listResolverEndpointIpAddressesRequest)
Gets the IP addresses for a specified resolver endpoint.
|
default CompletableFuture<ListResolverEndpointIpAddressesResponse> |
listResolverEndpointIpAddresses(ListResolverEndpointIpAddressesRequest listResolverEndpointIpAddressesRequest)
Gets the IP addresses for a specified resolver endpoint.
|
default ListResolverEndpointIpAddressesPublisher |
listResolverEndpointIpAddressesPaginator(Consumer<ListResolverEndpointIpAddressesRequest.Builder> listResolverEndpointIpAddressesRequest)
Gets the IP addresses for a specified resolver endpoint.
|
default ListResolverEndpointIpAddressesPublisher |
listResolverEndpointIpAddressesPaginator(ListResolverEndpointIpAddressesRequest listResolverEndpointIpAddressesRequest)
Gets the IP addresses for a specified resolver endpoint.
|
default CompletableFuture<ListResolverEndpointsResponse> |
listResolverEndpoints(Consumer<ListResolverEndpointsRequest.Builder> listResolverEndpointsRequest)
Lists all the resolver endpoints that were created using the current AWS account.
|
default CompletableFuture<ListResolverEndpointsResponse> |
listResolverEndpoints(ListResolverEndpointsRequest listResolverEndpointsRequest)
Lists all the resolver endpoints that were created using the current AWS account.
|
default ListResolverEndpointsPublisher |
listResolverEndpointsPaginator(Consumer<ListResolverEndpointsRequest.Builder> listResolverEndpointsRequest)
Lists all the resolver endpoints that were created using the current AWS account.
|
default ListResolverEndpointsPublisher |
listResolverEndpointsPaginator(ListResolverEndpointsRequest listResolverEndpointsRequest)
Lists all the resolver endpoints that were created using the current AWS account.
|
default CompletableFuture<ListResolverRuleAssociationsResponse> |
listResolverRuleAssociations(Consumer<ListResolverRuleAssociationsRequest.Builder> listResolverRuleAssociationsRequest)
Lists the associations that were created between resolver rules and VPCs using the current AWS account.
|
default CompletableFuture<ListResolverRuleAssociationsResponse> |
listResolverRuleAssociations(ListResolverRuleAssociationsRequest listResolverRuleAssociationsRequest)
Lists the associations that were created between resolver rules and VPCs using the current AWS account.
|
default ListResolverRuleAssociationsPublisher |
listResolverRuleAssociationsPaginator(Consumer<ListResolverRuleAssociationsRequest.Builder> listResolverRuleAssociationsRequest)
Lists the associations that were created between resolver rules and VPCs using the current AWS account.
|
default ListResolverRuleAssociationsPublisher |
listResolverRuleAssociationsPaginator(ListResolverRuleAssociationsRequest listResolverRuleAssociationsRequest)
Lists the associations that were created between resolver rules and VPCs using the current AWS account.
|
default CompletableFuture<ListResolverRulesResponse> |
listResolverRules(Consumer<ListResolverRulesRequest.Builder> listResolverRulesRequest)
Lists the resolver rules that were created using the current AWS account.
|
default CompletableFuture<ListResolverRulesResponse> |
listResolverRules(ListResolverRulesRequest listResolverRulesRequest)
Lists the resolver rules that were created using the current AWS account.
|
default ListResolverRulesPublisher |
listResolverRulesPaginator(Consumer<ListResolverRulesRequest.Builder> listResolverRulesRequest)
Lists the resolver rules that were created using the current AWS account.
|
default ListResolverRulesPublisher |
listResolverRulesPaginator(ListResolverRulesRequest listResolverRulesRequest)
Lists the resolver rules that were created using the current AWS account.
|
default CompletableFuture<ListTagsForResourceResponse> |
listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Lists the tags that you associated with the specified resource.
|
default CompletableFuture<ListTagsForResourceResponse> |
listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Lists the tags that you associated with the specified resource.
|
default CompletableFuture<PutResolverRulePolicyResponse> |
putResolverRulePolicy(Consumer<PutResolverRulePolicyRequest.Builder> putResolverRulePolicyRequest)
Specifies the Resolver operations and resources that you want to allow another AWS account to be able to use.
|
default CompletableFuture<PutResolverRulePolicyResponse> |
putResolverRulePolicy(PutResolverRulePolicyRequest putResolverRulePolicyRequest)
Specifies the Resolver operations and resources that you want to allow another AWS account to be able to use.
|
default CompletableFuture<TagResourceResponse> |
tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Adds one or more tags to a specified resource.
|
default CompletableFuture<TagResourceResponse> |
tagResource(TagResourceRequest tagResourceRequest)
Adds one or more tags to a specified resource.
|
default CompletableFuture<UntagResourceResponse> |
untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes one or more tags from a specified resource.
|
default CompletableFuture<UntagResourceResponse> |
untagResource(UntagResourceRequest untagResourceRequest)
Removes one or more tags from a specified resource.
|
default CompletableFuture<UpdateResolverEndpointResponse> |
updateResolverEndpoint(Consumer<UpdateResolverEndpointRequest.Builder> updateResolverEndpointRequest)
Updates the name of an inbound or an outbound resolver endpoint.
|
default CompletableFuture<UpdateResolverEndpointResponse> |
updateResolverEndpoint(UpdateResolverEndpointRequest updateResolverEndpointRequest)
Updates the name of an inbound or an outbound resolver endpoint.
|
default CompletableFuture<UpdateResolverRuleResponse> |
updateResolverRule(Consumer<UpdateResolverRuleRequest.Builder> updateResolverRuleRequest)
Updates settings for a specified resolver rule.
|
default CompletableFuture<UpdateResolverRuleResponse> |
updateResolverRule(UpdateResolverRuleRequest updateResolverRuleRequest)
Updates settings for a specified resolver rule.
|
serviceName
close
static final String SERVICE_NAME
static Route53ResolverAsyncClient create()
Route53ResolverAsyncClient
with the region loaded from the
DefaultAwsRegionProviderChain
and credentials loaded from the
DefaultCredentialsProvider
.static Route53ResolverAsyncClientBuilder builder()
Route53ResolverAsyncClient
.default CompletableFuture<AssociateResolverEndpointIpAddressResponse> associateResolverEndpointIpAddress(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
- default CompletableFuture<AssociateResolverEndpointIpAddressResponse> associateResolverEndpointIpAddress(Consumer<AssociateResolverEndpointIpAddressRequest.Builder> 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.
This is a convenience which creates an instance of the AssociateResolverEndpointIpAddressRequest.Builder
avoiding the need to create one manually via AssociateResolverEndpointIpAddressRequest.builder()
associateResolverEndpointIpAddressRequest
- A Consumer
that will call methods on AssociateResolverEndpointIpAddressRequest.Builder
to
create a request.default CompletableFuture<AssociateResolverRuleResponse> associateResolverRule(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
- default CompletableFuture<AssociateResolverRuleResponse> associateResolverRule(Consumer<AssociateResolverRuleRequest.Builder> 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.
This is a convenience which creates an instance of the AssociateResolverRuleRequest.Builder
avoiding the
need to create one manually via AssociateResolverRuleRequest.builder()
associateResolverRuleRequest
- A Consumer
that will call methods on AssociateResolverRuleRequest.Builder
to create a
request.default CompletableFuture<CreateResolverEndpointResponse> createResolverEndpoint(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
- default CompletableFuture<CreateResolverEndpointResponse> createResolverEndpoint(Consumer<CreateResolverEndpointRequest.Builder> 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.
This is a convenience which creates an instance of the CreateResolverEndpointRequest.Builder
avoiding the
need to create one manually via CreateResolverEndpointRequest.builder()
createResolverEndpointRequest
- A Consumer
that will call methods on CreateResolverEndpointRequest.Builder
to create a
request.default CompletableFuture<CreateResolverRuleResponse> createResolverRule(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
- default CompletableFuture<CreateResolverRuleResponse> createResolverRule(Consumer<CreateResolverRuleRequest.Builder> 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.
This is a convenience which creates an instance of the CreateResolverRuleRequest.Builder
avoiding the
need to create one manually via CreateResolverRuleRequest.builder()
createResolverRuleRequest
- A Consumer
that will call methods on CreateResolverRuleRequest.Builder
to create a
request.default CompletableFuture<DeleteResolverEndpointResponse> deleteResolverEndpoint(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
- default CompletableFuture<DeleteResolverEndpointResponse> deleteResolverEndpoint(Consumer<DeleteResolverEndpointRequest.Builder> 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.
This is a convenience which creates an instance of the DeleteResolverEndpointRequest.Builder
avoiding the
need to create one manually via DeleteResolverEndpointRequest.builder()
deleteResolverEndpointRequest
- A Consumer
that will call methods on DeleteResolverEndpointRequest.Builder
to create a
request.default CompletableFuture<DeleteResolverRuleResponse> deleteResolverRule(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
- default CompletableFuture<DeleteResolverRuleResponse> deleteResolverRule(Consumer<DeleteResolverRuleRequest.Builder> 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.
This is a convenience which creates an instance of the DeleteResolverRuleRequest.Builder
avoiding the
need to create one manually via DeleteResolverRuleRequest.builder()
deleteResolverRuleRequest
- A Consumer
that will call methods on DeleteResolverRuleRequest.Builder
to create a
request.default CompletableFuture<DisassociateResolverEndpointIpAddressResponse> disassociateResolverEndpointIpAddress(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
- default CompletableFuture<DisassociateResolverEndpointIpAddressResponse> disassociateResolverEndpointIpAddress(Consumer<DisassociateResolverEndpointIpAddressRequest.Builder> 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.
This is a convenience which creates an instance of the
DisassociateResolverEndpointIpAddressRequest.Builder
avoiding the need to create one manually via
DisassociateResolverEndpointIpAddressRequest.builder()
disassociateResolverEndpointIpAddressRequest
- A Consumer
that will call methods on DisassociateResolverEndpointIpAddressRequest.Builder
to create a request.default CompletableFuture<DisassociateResolverRuleResponse> disassociateResolverRule(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
- default CompletableFuture<DisassociateResolverRuleResponse> disassociateResolverRule(Consumer<DisassociateResolverRuleRequest.Builder> 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.
This is a convenience which creates an instance of the DisassociateResolverRuleRequest.Builder
avoiding
the need to create one manually via DisassociateResolverRuleRequest.builder()
disassociateResolverRuleRequest
- A Consumer
that will call methods on DisassociateResolverRuleRequest.Builder
to create a
request.default CompletableFuture<GetResolverEndpointResponse> getResolverEndpoint(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
- default CompletableFuture<GetResolverEndpointResponse> getResolverEndpoint(Consumer<GetResolverEndpointRequest.Builder> 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.
This is a convenience which creates an instance of the GetResolverEndpointRequest.Builder
avoiding the
need to create one manually via GetResolverEndpointRequest.builder()
getResolverEndpointRequest
- A Consumer
that will call methods on GetResolverEndpointRequest.Builder
to create a
request.default CompletableFuture<GetResolverRuleResponse> getResolverRule(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
- default CompletableFuture<GetResolverRuleResponse> getResolverRule(Consumer<GetResolverRuleRequest.Builder> 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.
This is a convenience which creates an instance of the GetResolverRuleRequest.Builder
avoiding the need
to create one manually via GetResolverRuleRequest.builder()
getResolverRuleRequest
- A Consumer
that will call methods on GetResolverRuleRequest.Builder
to create a request.default CompletableFuture<GetResolverRuleAssociationResponse> getResolverRuleAssociation(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
- default CompletableFuture<GetResolverRuleAssociationResponse> getResolverRuleAssociation(Consumer<GetResolverRuleAssociationRequest.Builder> getResolverRuleAssociationRequest)
Gets information about an association between a specified resolver rule and a VPC. You associate a resolver rule and a VPC using AssociateResolverRule.
This is a convenience which creates an instance of the GetResolverRuleAssociationRequest.Builder
avoiding
the need to create one manually via GetResolverRuleAssociationRequest.builder()
getResolverRuleAssociationRequest
- A Consumer
that will call methods on GetResolverRuleAssociationRequest.Builder
to create a
request.default CompletableFuture<GetResolverRulePolicyResponse> getResolverRulePolicy(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
- default CompletableFuture<GetResolverRulePolicyResponse> getResolverRulePolicy(Consumer<GetResolverRulePolicyRequest.Builder> 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.
This is a convenience which creates an instance of the GetResolverRulePolicyRequest.Builder
avoiding the
need to create one manually via GetResolverRulePolicyRequest.builder()
getResolverRulePolicyRequest
- A Consumer
that will call methods on GetResolverRulePolicyRequest.Builder
to create a
request.default CompletableFuture<ListResolverEndpointIpAddressesResponse> listResolverEndpointIpAddresses(ListResolverEndpointIpAddressesRequest listResolverEndpointIpAddressesRequest)
Gets the IP addresses for a specified resolver endpoint.
listResolverEndpointIpAddressesRequest
- NextToken
in a
List
request isn't valid.default CompletableFuture<ListResolverEndpointIpAddressesResponse> listResolverEndpointIpAddresses(Consumer<ListResolverEndpointIpAddressesRequest.Builder> listResolverEndpointIpAddressesRequest)
Gets the IP addresses for a specified resolver endpoint.
This is a convenience which creates an instance of the ListResolverEndpointIpAddressesRequest.Builder
avoiding the need to create one manually via ListResolverEndpointIpAddressesRequest.builder()
listResolverEndpointIpAddressesRequest
- A Consumer
that will call methods on ListResolverEndpointIpAddressesRequest.Builder
to
create a request.NextToken
in a
List
request isn't valid.default ListResolverEndpointIpAddressesPublisher listResolverEndpointIpAddressesPaginator(ListResolverEndpointIpAddressesRequest listResolverEndpointIpAddressesRequest)
Gets the IP addresses for a specified resolver endpoint.
This is a variant of
listResolverEndpointIpAddresses(software.amazon.awssdk.services.route53resolver.model.ListResolverEndpointIpAddressesRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe
method will result in a new Subscription
i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.route53resolver.paginators.ListResolverEndpointIpAddressesPublisher publisher = client.listResolverEndpointIpAddressesPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.route53resolver.paginators.ListResolverEndpointIpAddressesPublisher publisher = client.listResolverEndpointIpAddressesPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.route53resolver.model.ListResolverEndpointIpAddressesResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.route53resolver.model.ListResolverEndpointIpAddressesResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Note: If you prefer to have control on service calls, use the
listResolverEndpointIpAddresses(software.amazon.awssdk.services.route53resolver.model.ListResolverEndpointIpAddressesRequest)
operation.
listResolverEndpointIpAddressesRequest
- NextToken
in a
List
request isn't valid.default ListResolverEndpointIpAddressesPublisher listResolverEndpointIpAddressesPaginator(Consumer<ListResolverEndpointIpAddressesRequest.Builder> listResolverEndpointIpAddressesRequest)
Gets the IP addresses for a specified resolver endpoint.
This is a variant of
listResolverEndpointIpAddresses(software.amazon.awssdk.services.route53resolver.model.ListResolverEndpointIpAddressesRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe
method will result in a new Subscription
i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.route53resolver.paginators.ListResolverEndpointIpAddressesPublisher publisher = client.listResolverEndpointIpAddressesPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.route53resolver.paginators.ListResolverEndpointIpAddressesPublisher publisher = client.listResolverEndpointIpAddressesPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.route53resolver.model.ListResolverEndpointIpAddressesResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.route53resolver.model.ListResolverEndpointIpAddressesResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Note: If you prefer to have control on service calls, use the
listResolverEndpointIpAddresses(software.amazon.awssdk.services.route53resolver.model.ListResolverEndpointIpAddressesRequest)
operation.
This is a convenience which creates an instance of the ListResolverEndpointIpAddressesRequest.Builder
avoiding the need to create one manually via ListResolverEndpointIpAddressesRequest.builder()
listResolverEndpointIpAddressesRequest
- A Consumer
that will call methods on ListResolverEndpointIpAddressesRequest.Builder
to
create a request.NextToken
in a
List
request isn't valid.default CompletableFuture<ListResolverEndpointsResponse> listResolverEndpoints(ListResolverEndpointsRequest listResolverEndpointsRequest)
Lists all the resolver endpoints that were created using the current AWS account.
listResolverEndpointsRequest
- NextToken
in a
List
request isn't valid.default CompletableFuture<ListResolverEndpointsResponse> listResolverEndpoints(Consumer<ListResolverEndpointsRequest.Builder> listResolverEndpointsRequest)
Lists all the resolver endpoints that were created using the current AWS account.
This is a convenience which creates an instance of the ListResolverEndpointsRequest.Builder
avoiding the
need to create one manually via ListResolverEndpointsRequest.builder()
listResolverEndpointsRequest
- A Consumer
that will call methods on ListResolverEndpointsRequest.Builder
to create a
request.NextToken
in a
List
request isn't valid.default ListResolverEndpointsPublisher listResolverEndpointsPaginator(ListResolverEndpointsRequest listResolverEndpointsRequest)
Lists all the resolver endpoints that were created using the current AWS account.
This is a variant of
listResolverEndpoints(software.amazon.awssdk.services.route53resolver.model.ListResolverEndpointsRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe
method will result in a new Subscription
i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.route53resolver.paginators.ListResolverEndpointsPublisher publisher = client.listResolverEndpointsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.route53resolver.paginators.ListResolverEndpointsPublisher publisher = client.listResolverEndpointsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.route53resolver.model.ListResolverEndpointsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.route53resolver.model.ListResolverEndpointsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Note: If you prefer to have control on service calls, use the
listResolverEndpoints(software.amazon.awssdk.services.route53resolver.model.ListResolverEndpointsRequest)
operation.
listResolverEndpointsRequest
- NextToken
in a
List
request isn't valid.default ListResolverEndpointsPublisher listResolverEndpointsPaginator(Consumer<ListResolverEndpointsRequest.Builder> listResolverEndpointsRequest)
Lists all the resolver endpoints that were created using the current AWS account.
This is a variant of
listResolverEndpoints(software.amazon.awssdk.services.route53resolver.model.ListResolverEndpointsRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe
method will result in a new Subscription
i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.route53resolver.paginators.ListResolverEndpointsPublisher publisher = client.listResolverEndpointsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.route53resolver.paginators.ListResolverEndpointsPublisher publisher = client.listResolverEndpointsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.route53resolver.model.ListResolverEndpointsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.route53resolver.model.ListResolverEndpointsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Note: If you prefer to have control on service calls, use the
listResolverEndpoints(software.amazon.awssdk.services.route53resolver.model.ListResolverEndpointsRequest)
operation.
This is a convenience which creates an instance of the ListResolverEndpointsRequest.Builder
avoiding the
need to create one manually via ListResolverEndpointsRequest.builder()
listResolverEndpointsRequest
- A Consumer
that will call methods on ListResolverEndpointsRequest.Builder
to create a
request.NextToken
in a
List
request isn't valid.default CompletableFuture<ListResolverRuleAssociationsResponse> listResolverRuleAssociations(ListResolverRuleAssociationsRequest listResolverRuleAssociationsRequest)
Lists the associations that were created between resolver rules and VPCs using the current AWS account.
listResolverRuleAssociationsRequest
- NextToken
in a
List
request isn't valid.default CompletableFuture<ListResolverRuleAssociationsResponse> listResolverRuleAssociations(Consumer<ListResolverRuleAssociationsRequest.Builder> listResolverRuleAssociationsRequest)
Lists the associations that were created between resolver rules and VPCs using the current AWS account.
This is a convenience which creates an instance of the ListResolverRuleAssociationsRequest.Builder
avoiding the need to create one manually via ListResolverRuleAssociationsRequest.builder()
listResolverRuleAssociationsRequest
- A Consumer
that will call methods on ListResolverRuleAssociationsRequest.Builder
to create
a request.NextToken
in a
List
request isn't valid.default ListResolverRuleAssociationsPublisher listResolverRuleAssociationsPaginator(ListResolverRuleAssociationsRequest listResolverRuleAssociationsRequest)
Lists the associations that were created between resolver rules and VPCs using the current AWS account.
This is a variant of
listResolverRuleAssociations(software.amazon.awssdk.services.route53resolver.model.ListResolverRuleAssociationsRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe
method will result in a new Subscription
i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.route53resolver.paginators.ListResolverRuleAssociationsPublisher publisher = client.listResolverRuleAssociationsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.route53resolver.paginators.ListResolverRuleAssociationsPublisher publisher = client.listResolverRuleAssociationsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.route53resolver.model.ListResolverRuleAssociationsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.route53resolver.model.ListResolverRuleAssociationsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Note: If you prefer to have control on service calls, use the
listResolverRuleAssociations(software.amazon.awssdk.services.route53resolver.model.ListResolverRuleAssociationsRequest)
operation.
listResolverRuleAssociationsRequest
- NextToken
in a
List
request isn't valid.default ListResolverRuleAssociationsPublisher listResolverRuleAssociationsPaginator(Consumer<ListResolverRuleAssociationsRequest.Builder> listResolverRuleAssociationsRequest)
Lists the associations that were created between resolver rules and VPCs using the current AWS account.
This is a variant of
listResolverRuleAssociations(software.amazon.awssdk.services.route53resolver.model.ListResolverRuleAssociationsRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe
method will result in a new Subscription
i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.route53resolver.paginators.ListResolverRuleAssociationsPublisher publisher = client.listResolverRuleAssociationsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.route53resolver.paginators.ListResolverRuleAssociationsPublisher publisher = client.listResolverRuleAssociationsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.route53resolver.model.ListResolverRuleAssociationsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.route53resolver.model.ListResolverRuleAssociationsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Note: If you prefer to have control on service calls, use the
listResolverRuleAssociations(software.amazon.awssdk.services.route53resolver.model.ListResolverRuleAssociationsRequest)
operation.
This is a convenience which creates an instance of the ListResolverRuleAssociationsRequest.Builder
avoiding the need to create one manually via ListResolverRuleAssociationsRequest.builder()
listResolverRuleAssociationsRequest
- A Consumer
that will call methods on ListResolverRuleAssociationsRequest.Builder
to create
a request.NextToken
in a
List
request isn't valid.default CompletableFuture<ListResolverRulesResponse> listResolverRules(ListResolverRulesRequest listResolverRulesRequest)
Lists the resolver rules that were created using the current AWS account.
listResolverRulesRequest
- NextToken
in a
List
request isn't valid.default CompletableFuture<ListResolverRulesResponse> listResolverRules(Consumer<ListResolverRulesRequest.Builder> listResolverRulesRequest)
Lists the resolver rules that were created using the current AWS account.
This is a convenience which creates an instance of the ListResolverRulesRequest.Builder
avoiding the need
to create one manually via ListResolverRulesRequest.builder()
listResolverRulesRequest
- A Consumer
that will call methods on ListResolverRulesRequest.Builder
to create a request.NextToken
in a
List
request isn't valid.default ListResolverRulesPublisher listResolverRulesPaginator(ListResolverRulesRequest listResolverRulesRequest)
Lists the resolver rules that were created using the current AWS account.
This is a variant of
listResolverRules(software.amazon.awssdk.services.route53resolver.model.ListResolverRulesRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe
method will result in a new Subscription
i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.route53resolver.paginators.ListResolverRulesPublisher publisher = client.listResolverRulesPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.route53resolver.paginators.ListResolverRulesPublisher publisher = client.listResolverRulesPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.route53resolver.model.ListResolverRulesResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.route53resolver.model.ListResolverRulesResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Note: If you prefer to have control on service calls, use the
listResolverRules(software.amazon.awssdk.services.route53resolver.model.ListResolverRulesRequest)
operation.
listResolverRulesRequest
- NextToken
in a
List
request isn't valid.default ListResolverRulesPublisher listResolverRulesPaginator(Consumer<ListResolverRulesRequest.Builder> listResolverRulesRequest)
Lists the resolver rules that were created using the current AWS account.
This is a variant of
listResolverRules(software.amazon.awssdk.services.route53resolver.model.ListResolverRulesRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe
method will result in a new Subscription
i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.route53resolver.paginators.ListResolverRulesPublisher publisher = client.listResolverRulesPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.route53resolver.paginators.ListResolverRulesPublisher publisher = client.listResolverRulesPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.route53resolver.model.ListResolverRulesResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.route53resolver.model.ListResolverRulesResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Note: If you prefer to have control on service calls, use the
listResolverRules(software.amazon.awssdk.services.route53resolver.model.ListResolverRulesRequest)
operation.
This is a convenience which creates an instance of the ListResolverRulesRequest.Builder
avoiding the need
to create one manually via ListResolverRulesRequest.builder()
listResolverRulesRequest
- A Consumer
that will call methods on ListResolverRulesRequest.Builder
to create a request.NextToken
in a
List
request isn't valid.default CompletableFuture<ListTagsForResourceResponse> listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Lists the tags that you associated with the specified resource.
listTagsForResourceRequest
- NextToken
in a
List
request isn't valid.default CompletableFuture<ListTagsForResourceResponse> listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Lists the tags that you associated with the specified resource.
This is a convenience which creates an instance of the ListTagsForResourceRequest.Builder
avoiding the
need to create one manually via ListTagsForResourceRequest.builder()
listTagsForResourceRequest
- A Consumer
that will call methods on ListTagsForResourceRequest.Builder
to create a
request.NextToken
in a
List
request isn't valid.default CompletableFuture<PutResolverRulePolicyResponse> putResolverRulePolicy(PutResolverRulePolicyRequest putResolverRulePolicyRequest)
Specifies the Resolver operations and resources that you want to allow another AWS account to be able to use.
putResolverRulePolicyRequest
- default CompletableFuture<PutResolverRulePolicyResponse> putResolverRulePolicy(Consumer<PutResolverRulePolicyRequest.Builder> putResolverRulePolicyRequest)
Specifies the Resolver operations and resources that you want to allow another AWS account to be able to use.
This is a convenience which creates an instance of the PutResolverRulePolicyRequest.Builder
avoiding the
need to create one manually via PutResolverRulePolicyRequest.builder()
putResolverRulePolicyRequest
- A Consumer
that will call methods on PutResolverRulePolicyRequest.Builder
to create a
request.default CompletableFuture<TagResourceResponse> tagResource(TagResourceRequest tagResourceRequest)
Adds one or more tags to a specified resource.
tagResourceRequest
- default CompletableFuture<TagResourceResponse> tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Adds one or more tags to a specified resource.
This is a convenience which creates an instance of the TagResourceRequest.Builder
avoiding the need to
create one manually via TagResourceRequest.builder()
tagResourceRequest
- A Consumer
that will call methods on TagResourceRequest.Builder
to create a request.default CompletableFuture<UntagResourceResponse> untagResource(UntagResourceRequest untagResourceRequest)
Removes one or more tags from a specified resource.
untagResourceRequest
- default CompletableFuture<UntagResourceResponse> untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes one or more tags from a specified resource.
This is a convenience which creates an instance of the UntagResourceRequest.Builder
avoiding the need to
create one manually via UntagResourceRequest.builder()
untagResourceRequest
- A Consumer
that will call methods on UntagResourceRequest.Builder
to create a request.default CompletableFuture<UpdateResolverEndpointResponse> updateResolverEndpoint(UpdateResolverEndpointRequest updateResolverEndpointRequest)
Updates the name of an inbound or an outbound resolver endpoint.
updateResolverEndpointRequest
- default CompletableFuture<UpdateResolverEndpointResponse> updateResolverEndpoint(Consumer<UpdateResolverEndpointRequest.Builder> updateResolverEndpointRequest)
Updates the name of an inbound or an outbound resolver endpoint.
This is a convenience which creates an instance of the UpdateResolverEndpointRequest.Builder
avoiding the
need to create one manually via UpdateResolverEndpointRequest.builder()
updateResolverEndpointRequest
- A Consumer
that will call methods on UpdateResolverEndpointRequest.Builder
to create a
request.default CompletableFuture<UpdateResolverRuleResponse> updateResolverRule(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
- default CompletableFuture<UpdateResolverRuleResponse> updateResolverRule(Consumer<UpdateResolverRuleRequest.Builder> 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.
This is a convenience which creates an instance of the UpdateResolverRuleRequest.Builder
avoiding the
need to create one manually via UpdateResolverRuleRequest.builder()
updateResolverRuleRequest
- A Consumer
that will call methods on UpdateResolverRuleRequest.Builder
to create a
request.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.