| 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<CreateFirewallDomainListResult> |
AbstractAmazonRoute53ResolverAsync.createFirewallDomainListAsync(CreateFirewallDomainListRequest request,
AsyncHandler<CreateFirewallDomainListRequest,CreateFirewallDomainListResult> asyncHandler) |
Future<CreateFirewallDomainListResult> |
AmazonRoute53ResolverAsync.createFirewallDomainListAsync(CreateFirewallDomainListRequest createFirewallDomainListRequest,
AsyncHandler<CreateFirewallDomainListRequest,CreateFirewallDomainListResult> asyncHandler)
Creates an empty firewall domain list for use in DNS Firewall rules.
|
Future<CreateFirewallDomainListResult> |
AmazonRoute53ResolverAsyncClient.createFirewallDomainListAsync(CreateFirewallDomainListRequest request,
AsyncHandler<CreateFirewallDomainListRequest,CreateFirewallDomainListResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateFirewallDomainListRequest |
CreateFirewallDomainListRequest.clone() |
CreateFirewallDomainListRequest |
CreateFirewallDomainListRequest.withCreatorRequestId(String creatorRequestId)
A unique string that identifies the request and that allows you to retry failed requests without the risk of
running the operation twice.
|
CreateFirewallDomainListRequest |
CreateFirewallDomainListRequest.withName(String name)
A name that lets you identify the domain list to manage and use it.
|
CreateFirewallDomainListRequest |
CreateFirewallDomainListRequest.withTags(Collection<Tag> tags)
A list of the tag keys and values that you want to associate with the domain list.
|
CreateFirewallDomainListRequest |
CreateFirewallDomainListRequest.withTags(Tag... tags)
A list of the tag keys and values that you want to associate with the domain list.
|
Copyright © 2024. All rights reserved.