| 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<CreateOutpostResolverResult> |
AmazonRoute53ResolverAsyncClient.createOutpostResolverAsync(CreateOutpostResolverRequest request,
AsyncHandler<CreateOutpostResolverRequest,CreateOutpostResolverResult> asyncHandler) |
Future<CreateOutpostResolverResult> |
AmazonRoute53ResolverAsync.createOutpostResolverAsync(CreateOutpostResolverRequest createOutpostResolverRequest,
AsyncHandler<CreateOutpostResolverRequest,CreateOutpostResolverResult> asyncHandler)
Creates a Route 53 Resolver on an Outpost.
|
Future<CreateOutpostResolverResult> |
AbstractAmazonRoute53ResolverAsync.createOutpostResolverAsync(CreateOutpostResolverRequest request,
AsyncHandler<CreateOutpostResolverRequest,CreateOutpostResolverResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateOutpostResolverRequest |
CreateOutpostResolverRequest.clone() |
CreateOutpostResolverRequest |
CreateOutpostResolverRequest.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.
|
CreateOutpostResolverRequest |
CreateOutpostResolverRequest.withInstanceCount(Integer instanceCount)
Number of Amazon EC2 instances for the Resolver on Outpost.
|
CreateOutpostResolverRequest |
CreateOutpostResolverRequest.withName(String name)
A friendly name that lets you easily find a configuration in the Resolver dashboard in the Route 53 console.
|
CreateOutpostResolverRequest |
CreateOutpostResolverRequest.withOutpostArn(String outpostArn)
The Amazon Resource Name (ARN) of the Outpost.
|
CreateOutpostResolverRequest |
CreateOutpostResolverRequest.withPreferredInstanceType(String preferredInstanceType)
The Amazon EC2 instance type.
|
CreateOutpostResolverRequest |
CreateOutpostResolverRequest.withTags(Collection<Tag> tags)
A string that helps identify the Route 53 Resolvers on Outpost.
|
CreateOutpostResolverRequest |
CreateOutpostResolverRequest.withTags(Tag... tags)
A string that helps identify the Route 53 Resolvers on Outpost.
|
Copyright © 2025. All rights reserved.