| Package | Description |
|---|---|
| com.amazonaws.services.route53resolver |
When you create a VPC using Amazon VPC, you automatically get DNS resolution within the VPC from Route 53 Resolver.
|
| com.amazonaws.services.route53resolver.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateResolverEndpointResult> |
AmazonRoute53ResolverAsyncClient.createResolverEndpointAsync(CreateResolverEndpointRequest request,
AsyncHandler<CreateResolverEndpointRequest,CreateResolverEndpointResult> asyncHandler) |
Future<CreateResolverEndpointResult> |
AmazonRoute53ResolverAsync.createResolverEndpointAsync(CreateResolverEndpointRequest createResolverEndpointRequest,
AsyncHandler<CreateResolverEndpointRequest,CreateResolverEndpointResult> asyncHandler)
Creates a Resolver endpoint.
|
Future<CreateResolverEndpointResult> |
AbstractAmazonRoute53ResolverAsync.createResolverEndpointAsync(CreateResolverEndpointRequest request,
AsyncHandler<CreateResolverEndpointRequest,CreateResolverEndpointResult> asyncHandler) |
| 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
running 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 DNS queries originate from (for outbound endpoints) or that you
forward DNS queries to (for inbound endpoints).
|
CreateResolverEndpointRequest |
CreateResolverEndpointRequest.withIpAddresses(IpAddressRequest... ipAddresses)
The subnets and IP addresses in your VPC that DNS queries originate from (for outbound endpoints) or that you
forward DNS queries to (for inbound 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.withOutpostArn(String outpostArn)
The Amazon Resource Name (ARN) of the Outpost.
|
CreateResolverEndpointRequest |
CreateResolverEndpointRequest.withPreferredInstanceType(String preferredInstanceType)
The instance type.
|
CreateResolverEndpointRequest |
CreateResolverEndpointRequest.withProtocols(Collection<String> protocols)
The protocols you want to use for the endpoint.
|
CreateResolverEndpointRequest |
CreateResolverEndpointRequest.withProtocols(Protocol... protocols)
The protocols you want to use for the endpoint.
|
CreateResolverEndpointRequest |
CreateResolverEndpointRequest.withProtocols(String... protocols)
The protocols you want to use for the endpoint.
|
CreateResolverEndpointRequest |
CreateResolverEndpointRequest.withResolverEndpointType(ResolverEndpointType resolverEndpointType)
For the endpoint type you can choose either IPv4, IPv6, or dual-stack.
|
CreateResolverEndpointRequest |
CreateResolverEndpointRequest.withResolverEndpointType(String resolverEndpointType)
For the endpoint type you can choose either IPv4, IPv6, or dual-stack.
|
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 © 2025. All rights reserved.