| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53resolver |
When you create a VPC using Amazon VPC, you automatically get DNS resolution within the VPC from Route 53 Resolver.
|
| software.amazon.awssdk.services.route53resolver.model |
| Modifier and Type | Method and Description |
|---|---|
default PutResolverQueryLogConfigPolicyResponse |
Route53ResolverClient.putResolverQueryLogConfigPolicy(Consumer<PutResolverQueryLogConfigPolicyRequest.Builder> 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.
|
default CompletableFuture<PutResolverQueryLogConfigPolicyResponse> |
Route53ResolverAsyncClient.putResolverQueryLogConfigPolicy(Consumer<PutResolverQueryLogConfigPolicyRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
PutResolverQueryLogConfigPolicyRequest.Builder |
PutResolverQueryLogConfigPolicyRequest.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the account that you want to share rules with.
|
static PutResolverQueryLogConfigPolicyRequest.Builder |
PutResolverQueryLogConfigPolicyRequest.builder() |
PutResolverQueryLogConfigPolicyRequest.Builder |
PutResolverQueryLogConfigPolicyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutResolverQueryLogConfigPolicyRequest.Builder |
PutResolverQueryLogConfigPolicyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PutResolverQueryLogConfigPolicyRequest.Builder |
PutResolverQueryLogConfigPolicyRequest.Builder.resolverQueryLogConfigPolicy(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.
|
PutResolverQueryLogConfigPolicyRequest.Builder |
PutResolverQueryLogConfigPolicyRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PutResolverQueryLogConfigPolicyRequest.Builder> |
PutResolverQueryLogConfigPolicyRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.