| Package | Description |
|---|---|
| com.amazonaws.services.route53resolver |
Here's how you set up to query an Amazon Route 53 private hosted zone from your network:
|
| com.amazonaws.services.route53resolver.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateResolverEndpointResult> |
AmazonRoute53ResolverAsyncClient.createResolverEndpointAsync(CreateResolverEndpointRequest request,
AsyncHandler<CreateResolverEndpointRequest,CreateResolverEndpointResult> asyncHandler) |
Future<CreateResolverEndpointResult> |
AbstractAmazonRoute53ResolverAsync.createResolverEndpointAsync(CreateResolverEndpointRequest request,
AsyncHandler<CreateResolverEndpointRequest,CreateResolverEndpointResult> asyncHandler) |
Future<CreateResolverEndpointResult> |
AmazonRoute53ResolverAsync.createResolverEndpointAsync(CreateResolverEndpointRequest createResolverEndpointRequest,
AsyncHandler<CreateResolverEndpointRequest,CreateResolverEndpointResult> asyncHandler)
Creates a resolver endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
CreateResolverEndpointRequest |
CreateResolverEndpointRequest.clone() |
CreateResolverEndpointRequest |
CreateResolverEndpointRequest.withCreatorRequestId(String creatorRequestId)
A unique string that identifies the request and that allows failed requests to be retried without the risk of
executing the operation twice.
|
CreateResolverEndpointRequest |
CreateResolverEndpointRequest.withDirection(ResolverEndpointDirection direction)
Specify the applicable value:
|
CreateResolverEndpointRequest |
CreateResolverEndpointRequest.withDirection(String direction)
Specify the applicable value:
|
CreateResolverEndpointRequest |
CreateResolverEndpointRequest.withIpAddresses(Collection<IpAddressRequest> ipAddresses)
The subnets and IP addresses in your VPC that you want DNS queries to pass through on the way from your VPCs to
your network (for outbound endpoints) or on the way from your network to your VPCs (for inbound resolver
endpoints).
|
CreateResolverEndpointRequest |
CreateResolverEndpointRequest.withIpAddresses(IpAddressRequest... ipAddresses)
The subnets and IP addresses in your VPC that you want DNS queries to pass through on the way from your VPCs to
your network (for outbound endpoints) or on the way from your network to your VPCs (for inbound resolver
endpoints).
|
CreateResolverEndpointRequest |
CreateResolverEndpointRequest.withName(String name)
A friendly name that lets you easily find a configuration in the Resolver dashboard in the Route 53 console.
|
CreateResolverEndpointRequest |
CreateResolverEndpointRequest.withSecurityGroupIds(Collection<String> securityGroupIds)
The ID of one or more security groups that you want to use to control access to this VPC.
|
CreateResolverEndpointRequest |
CreateResolverEndpointRequest.withSecurityGroupIds(String... securityGroupIds)
The ID of one or more security groups that you want to use to control access to this VPC.
|
CreateResolverEndpointRequest |
CreateResolverEndpointRequest.withTags(Collection<Tag> tags)
A list of the tag keys and values that you want to associate with the endpoint.
|
CreateResolverEndpointRequest |
CreateResolverEndpointRequest.withTags(Tag... tags)
A list of the tag keys and values that you want to associate with the endpoint.
|
Copyright © 2019. All rights reserved.