| Package | Description |
|---|---|
| com.amazonaws.services.route53resolver.model |
| Modifier and Type | Method and Description |
|---|---|
ResolverRule |
ResolverRule.clone() |
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 |
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 |
ResolverRule.withArn(String arn)
The ARN (Amazon Resource Name) for the Resolver rule specified by
Id. |
ResolverRule |
ResolverRule.withCreationTime(String creationTime)
The date and time that the Resolver rule was created, in Unix time format and Coordinated Universal Time (UTC).
|
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.withModificationTime(String modificationTime)
The date and time that the Resolver rule was last updated, in Unix time format and Coordinated Universal Time
(UTC).
|
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 Amazon Web Services 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)
When you want to forward DNS queries for specified domain name to resolvers on your network, specify
FORWARD. |
ResolverRule |
ResolverRule.withRuleType(String ruleType)
When you want to forward DNS queries for specified domain name to resolvers on your network, specify
FORWARD. |
ResolverRule |
ResolverRule.withShareStatus(ShareStatus shareStatus)
Whether the rule 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 rule 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 an outbound endpoint forwards DNS queries to.
|
ResolverRule |
ResolverRule.withTargetIps(TargetAddress... targetIps)
An array that contains the IP addresses and ports that an outbound endpoint forwards DNS queries to.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResolverRule> |
ListResolverRulesResult.getResolverRules()
The Resolver rules that were created using the current Amazon Web Services account and that match the specified
filters, if any.
|
| Modifier and Type | Method and Description |
|---|---|
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. |
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. |
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. |
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. |
ListResolverRulesResult |
ListResolverRulesResult.withResolverRules(ResolverRule... resolverRules)
The Resolver rules that were created using the current Amazon Web Services 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 Amazon Web Services account and that match the specified
filters, if any.
|
ListResolverRulesResult |
ListResolverRulesResult.withResolverRules(Collection<ResolverRule> resolverRules)
The Resolver rules that were created using the current Amazon Web Services account and that match the specified
filters, if any.
|
Copyright © 2022. All rights reserved.