| Package | Description |
|---|---|
| com.amazonaws.services.route53resolver.model |
| Modifier and Type | Method and Description |
|---|---|
FirewallRuleGroup |
FirewallRuleGroup.clone() |
FirewallRuleGroup |
GetFirewallRuleGroupResult.getFirewallRuleGroup()
A collection of rules used to filter DNS network traffic.
|
FirewallRuleGroup |
DeleteFirewallRuleGroupResult.getFirewallRuleGroup()
A collection of rules used to filter DNS network traffic.
|
FirewallRuleGroup |
CreateFirewallRuleGroupResult.getFirewallRuleGroup()
A collection of rules used to filter DNS network traffic.
|
FirewallRuleGroup |
FirewallRuleGroup.withArn(String arn)
The ARN (Amazon Resource Name) of the rule group.
|
FirewallRuleGroup |
FirewallRuleGroup.withCreationTime(String creationTime)
The date and time that the rule group was created, in Unix time format and Coordinated Universal Time (UTC).
|
FirewallRuleGroup |
FirewallRuleGroup.withCreatorRequestId(String creatorRequestId)
A unique string defined by you to identify the request.
|
FirewallRuleGroup |
FirewallRuleGroup.withId(String id)
The ID of the rule group.
|
FirewallRuleGroup |
FirewallRuleGroup.withModificationTime(String modificationTime)
The date and time that the rule group was last modified, in Unix time format and Coordinated Universal Time
(UTC).
|
FirewallRuleGroup |
FirewallRuleGroup.withName(String name)
The name of the rule group.
|
FirewallRuleGroup |
FirewallRuleGroup.withOwnerId(String ownerId)
The Amazon Web Services account ID for the account that created the rule group.
|
FirewallRuleGroup |
FirewallRuleGroup.withRuleCount(Integer ruleCount)
The number of rules in the rule group.
|
FirewallRuleGroup |
FirewallRuleGroup.withShareStatus(ShareStatus shareStatus)
Whether the rule group is shared with other Amazon Web Services accounts, or was shared with the current account
by another Amazon Web Services account.
|
FirewallRuleGroup |
FirewallRuleGroup.withShareStatus(String shareStatus)
Whether the rule group is shared with other Amazon Web Services accounts, or was shared with the current account
by another Amazon Web Services account.
|
FirewallRuleGroup |
FirewallRuleGroup.withStatus(FirewallRuleGroupStatus status)
The status of the domain list.
|
FirewallRuleGroup |
FirewallRuleGroup.withStatus(String status)
The status of the domain list.
|
FirewallRuleGroup |
FirewallRuleGroup.withStatusMessage(String statusMessage)
Additional information about the status of the rule group, if available.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetFirewallRuleGroupResult.setFirewallRuleGroup(FirewallRuleGroup firewallRuleGroup)
A collection of rules used to filter DNS network traffic.
|
void |
DeleteFirewallRuleGroupResult.setFirewallRuleGroup(FirewallRuleGroup firewallRuleGroup)
A collection of rules used to filter DNS network traffic.
|
void |
CreateFirewallRuleGroupResult.setFirewallRuleGroup(FirewallRuleGroup firewallRuleGroup)
A collection of rules used to filter DNS network traffic.
|
GetFirewallRuleGroupResult |
GetFirewallRuleGroupResult.withFirewallRuleGroup(FirewallRuleGroup firewallRuleGroup)
A collection of rules used to filter DNS network traffic.
|
DeleteFirewallRuleGroupResult |
DeleteFirewallRuleGroupResult.withFirewallRuleGroup(FirewallRuleGroup firewallRuleGroup)
A collection of rules used to filter DNS network traffic.
|
CreateFirewallRuleGroupResult |
CreateFirewallRuleGroupResult.withFirewallRuleGroup(FirewallRuleGroup firewallRuleGroup)
A collection of rules used to filter DNS network traffic.
|
Copyright © 2022. All rights reserved.