| Package | Description |
|---|---|
| com.amazonaws.services.route53resolver.model |
| Modifier and Type | Method and Description |
|---|---|
ResolverRule |
ResolverRule.clone() |
ResolverRule |
DeleteResolverRuleResult.getResolverRule()
Information about the
DeleteResolverRule request, including the status of the request. |
ResolverRule |
CreateResolverRuleResult.getResolverRule()
Information about the
CreateResolverRule request, including the status of the request. |
ResolverRule |
UpdateResolverRuleResult.getResolverRule()
The response to an
UpdateResolverRule request. |
ResolverRule |
GetResolverRuleResult.getResolverRule()
Information about the resolver rule that you specified in a
GetResolverRule request. |
ResolverRule |
ResolverRule.withArn(String arn)
The ARN (Amazon Resource Name) for the resolver rule specified by
Id. |
ResolverRule |
ResolverRule.withCreatorRequestId(String creatorRequestId)
A unique string that you specified when you created the resolver rule.
|
ResolverRule |
ResolverRule.withDomainName(String domainName)
DNS queries for this domain name are forwarded to the IP addresses that are specified in
TargetIps. |
ResolverRule |
ResolverRule.withId(String id)
The ID that Resolver assigned to the resolver rule when you created it.
|
ResolverRule |
ResolverRule.withName(String name)
The name for the resolver rule, which you specified when you created the resolver rule.
|
ResolverRule |
ResolverRule.withOwnerId(String ownerId)
When a rule is shared with another AWS account, the account ID of the account that the rule is shared with.
|
ResolverRule |
ResolverRule.withResolverEndpointId(String resolverEndpointId)
The ID of the endpoint that the rule is associated with.
|
ResolverRule |
ResolverRule.withRuleType(RuleTypeOption ruleType)
This value is always
FORWARD. |
ResolverRule |
ResolverRule.withRuleType(String ruleType)
This value is always
FORWARD. |
ResolverRule |
ResolverRule.withShareStatus(ShareStatus shareStatus)
Whether the rules is shared and, if so, whether the current account is sharing the rule with another account, or
another account is sharing the rule with the current account.
|
ResolverRule |
ResolverRule.withShareStatus(String shareStatus)
Whether the rules is shared and, if so, whether the current account is sharing the rule with another account, or
another account is sharing the rule with the current account.
|
ResolverRule |
ResolverRule.withStatus(ResolverRuleStatus status)
A code that specifies the current status of the resolver rule.
|
ResolverRule |
ResolverRule.withStatus(String status)
A code that specifies the current status of the resolver rule.
|
ResolverRule |
ResolverRule.withStatusMessage(String statusMessage)
A detailed description of the status of a resolver rule.
|
ResolverRule |
ResolverRule.withTargetIps(Collection<TargetAddress> targetIps)
An array that contains the IP addresses and ports that you want to forward
|
ResolverRule |
ResolverRule.withTargetIps(TargetAddress... targetIps)
An array that contains the IP addresses and ports that you want to forward
|
| Modifier and Type | Method and Description |
|---|---|
List<ResolverRule> |
ListResolverRulesResult.getResolverRules()
The resolver rules that were created using the current AWS account and that match the specified filters, if any.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeleteResolverRuleResult.setResolverRule(ResolverRule resolverRule)
Information about the
DeleteResolverRule request, including the status of the request. |
void |
CreateResolverRuleResult.setResolverRule(ResolverRule resolverRule)
Information about the
CreateResolverRule request, including the status of the request. |
void |
UpdateResolverRuleResult.setResolverRule(ResolverRule resolverRule)
The response to an
UpdateResolverRule request. |
void |
GetResolverRuleResult.setResolverRule(ResolverRule resolverRule)
Information about the resolver rule that you specified in a
GetResolverRule request. |
DeleteResolverRuleResult |
DeleteResolverRuleResult.withResolverRule(ResolverRule resolverRule)
Information about the
DeleteResolverRule request, including the status of the request. |
CreateResolverRuleResult |
CreateResolverRuleResult.withResolverRule(ResolverRule resolverRule)
Information about the
CreateResolverRule request, including the status of the request. |
UpdateResolverRuleResult |
UpdateResolverRuleResult.withResolverRule(ResolverRule resolverRule)
The response to an
UpdateResolverRule request. |
GetResolverRuleResult |
GetResolverRuleResult.withResolverRule(ResolverRule resolverRule)
Information about the resolver rule that you specified in a
GetResolverRule request. |
ListResolverRulesResult |
ListResolverRulesResult.withResolverRules(ResolverRule... resolverRules)
The resolver rules that were created using the current AWS account and that match the specified filters, if any.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListResolverRulesResult.setResolverRules(Collection<ResolverRule> resolverRules)
The resolver rules that were created using the current AWS account and that match the specified filters, if any.
|
ListResolverRulesResult |
ListResolverRulesResult.withResolverRules(Collection<ResolverRule> resolverRules)
The resolver rules that were created using the current AWS account and that match the specified filters, if any.
|
Copyright © 2019. All rights reserved.