| 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 |
|---|---|
PutResolverRulePolicyResult |
AmazonRoute53ResolverClient.putResolverRulePolicy(PutResolverRulePolicyRequest request)
Specifies an AWS account that you want to share rules with, the Resolver rules that you want to share, and the
operations that you want the account to be able to perform on those rules.
|
PutResolverRulePolicyResult |
AmazonRoute53Resolver.putResolverRulePolicy(PutResolverRulePolicyRequest putResolverRulePolicyRequest)
Specifies an AWS account that you want to share rules with, the Resolver rules that you want to share, and the
operations that you want the account to be able to perform on those rules.
|
PutResolverRulePolicyResult |
AbstractAmazonRoute53Resolver.putResolverRulePolicy(PutResolverRulePolicyRequest request) |
Future<PutResolverRulePolicyResult> |
AmazonRoute53ResolverAsyncClient.putResolverRulePolicyAsync(PutResolverRulePolicyRequest request) |
Future<PutResolverRulePolicyResult> |
AmazonRoute53ResolverAsync.putResolverRulePolicyAsync(PutResolverRulePolicyRequest putResolverRulePolicyRequest)
Specifies an AWS account that you want to share rules with, the Resolver rules that you want to share, and the
operations that you want the account to be able to perform on those rules.
|
Future<PutResolverRulePolicyResult> |
AbstractAmazonRoute53ResolverAsync.putResolverRulePolicyAsync(PutResolverRulePolicyRequest request) |
Future<PutResolverRulePolicyResult> |
AmazonRoute53ResolverAsyncClient.putResolverRulePolicyAsync(PutResolverRulePolicyRequest request,
AsyncHandler<PutResolverRulePolicyRequest,PutResolverRulePolicyResult> asyncHandler) |
Future<PutResolverRulePolicyResult> |
AmazonRoute53ResolverAsync.putResolverRulePolicyAsync(PutResolverRulePolicyRequest putResolverRulePolicyRequest,
AsyncHandler<PutResolverRulePolicyRequest,PutResolverRulePolicyResult> asyncHandler)
Specifies an AWS account that you want to share rules with, the Resolver rules that you want to share, and the
operations that you want the account to be able to perform on those rules.
|
Future<PutResolverRulePolicyResult> |
AbstractAmazonRoute53ResolverAsync.putResolverRulePolicyAsync(PutResolverRulePolicyRequest request,
AsyncHandler<PutResolverRulePolicyRequest,PutResolverRulePolicyResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
PutResolverRulePolicyRequest |
PutResolverRulePolicyRequest.clone() |
PutResolverRulePolicyRequest |
PutResolverRulePolicyRequest.withArn(String arn)
The Amazon Resource Name (ARN) of the account that you want to share rules with.
|
PutResolverRulePolicyRequest |
PutResolverRulePolicyRequest.withResolverRulePolicy(String resolverRulePolicy)
An AWS Identity and Access Management policy statement that lists the rules that you want to share with another
AWS account and the operations that you want the account to be able to perform.
|
Copyright © 2020. All rights reserved.