| 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 |
|---|---|
PutResolverQueryLogConfigPolicyResult |
AbstractAmazonRoute53Resolver.putResolverQueryLogConfigPolicy(PutResolverQueryLogConfigPolicyRequest request) |
PutResolverQueryLogConfigPolicyResult |
AmazonRoute53ResolverClient.putResolverQueryLogConfigPolicy(PutResolverQueryLogConfigPolicyRequest request)
Specifies an AWS account that you want to share a query logging configuration with, the query logging
configuration that you want to share, and the operations that you want the account to be able to perform on the
configuration.
|
PutResolverQueryLogConfigPolicyResult |
AmazonRoute53Resolver.putResolverQueryLogConfigPolicy(PutResolverQueryLogConfigPolicyRequest putResolverQueryLogConfigPolicyRequest)
Specifies an AWS account that you want to share a query logging configuration with, the query logging
configuration that you want to share, and the operations that you want the account to be able to perform on the
configuration.
|
Future<PutResolverQueryLogConfigPolicyResult> |
AmazonRoute53ResolverAsync.putResolverQueryLogConfigPolicyAsync(PutResolverQueryLogConfigPolicyRequest putResolverQueryLogConfigPolicyRequest)
Specifies an AWS account that you want to share a query logging configuration with, the query logging
configuration that you want to share, and the operations that you want the account to be able to perform on the
configuration.
|
Future<PutResolverQueryLogConfigPolicyResult> |
AmazonRoute53ResolverAsyncClient.putResolverQueryLogConfigPolicyAsync(PutResolverQueryLogConfigPolicyRequest request) |
Future<PutResolverQueryLogConfigPolicyResult> |
AbstractAmazonRoute53ResolverAsync.putResolverQueryLogConfigPolicyAsync(PutResolverQueryLogConfigPolicyRequest request) |
Future<PutResolverQueryLogConfigPolicyResult> |
AmazonRoute53ResolverAsync.putResolverQueryLogConfigPolicyAsync(PutResolverQueryLogConfigPolicyRequest putResolverQueryLogConfigPolicyRequest,
AsyncHandler<PutResolverQueryLogConfigPolicyRequest,PutResolverQueryLogConfigPolicyResult> asyncHandler)
Specifies an AWS account that you want to share a query logging configuration with, the query logging
configuration that you want to share, and the operations that you want the account to be able to perform on the
configuration.
|
Future<PutResolverQueryLogConfigPolicyResult> |
AmazonRoute53ResolverAsyncClient.putResolverQueryLogConfigPolicyAsync(PutResolverQueryLogConfigPolicyRequest request,
AsyncHandler<PutResolverQueryLogConfigPolicyRequest,PutResolverQueryLogConfigPolicyResult> asyncHandler) |
Future<PutResolverQueryLogConfigPolicyResult> |
AbstractAmazonRoute53ResolverAsync.putResolverQueryLogConfigPolicyAsync(PutResolverQueryLogConfigPolicyRequest request,
AsyncHandler<PutResolverQueryLogConfigPolicyRequest,PutResolverQueryLogConfigPolicyResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
PutResolverQueryLogConfigPolicyRequest |
PutResolverQueryLogConfigPolicyRequest.clone() |
PutResolverQueryLogConfigPolicyRequest |
PutResolverQueryLogConfigPolicyRequest.withArn(String arn)
The Amazon Resource Name (ARN) of the account that you want to share rules with.
|
PutResolverQueryLogConfigPolicyRequest |
PutResolverQueryLogConfigPolicyRequest.withResolverQueryLogConfigPolicy(String resolverQueryLogConfigPolicy)
An AWS Identity and Access Management policy statement that lists the query logging configurations that you want
to share with another AWS account and the operations that you want the account to be able to perform.
|
Copyright © 2021. All rights reserved.