| Package | Description |
|---|---|
| com.amazonaws.services.route53resolver.model |
| Modifier and Type | Method and Description |
|---|---|
FirewallRuleGroupAssociation |
FirewallRuleGroupAssociation.clone() |
FirewallRuleGroupAssociation |
UpdateFirewallRuleGroupAssociationResult.getFirewallRuleGroupAssociation()
The association that you just updated.
|
FirewallRuleGroupAssociation |
GetFirewallRuleGroupAssociationResult.getFirewallRuleGroupAssociation()
The association that you requested.
|
FirewallRuleGroupAssociation |
AssociateFirewallRuleGroupResult.getFirewallRuleGroupAssociation()
The association that you just created.
|
FirewallRuleGroupAssociation |
DisassociateFirewallRuleGroupResult.getFirewallRuleGroupAssociation()
The firewall rule group association that you just removed.
|
FirewallRuleGroupAssociation |
FirewallRuleGroupAssociation.withArn(String arn)
The Amazon Resource Name (ARN) of the firewall rule group association.
|
FirewallRuleGroupAssociation |
FirewallRuleGroupAssociation.withCreationTime(String creationTime)
The date and time that the association was created, in Unix time format and Coordinated Universal Time (UTC).
|
FirewallRuleGroupAssociation |
FirewallRuleGroupAssociation.withCreatorRequestId(String creatorRequestId)
A unique string defined by you to identify the request.
|
FirewallRuleGroupAssociation |
FirewallRuleGroupAssociation.withFirewallRuleGroupId(String firewallRuleGroupId)
The unique identifier of the firewall rule group.
|
FirewallRuleGroupAssociation |
FirewallRuleGroupAssociation.withId(String id)
The identifier for the association.
|
FirewallRuleGroupAssociation |
FirewallRuleGroupAssociation.withManagedOwnerName(String managedOwnerName)
The owner of the association, used only for associations that are not managed by you.
|
FirewallRuleGroupAssociation |
FirewallRuleGroupAssociation.withModificationTime(String modificationTime)
The date and time that the association was last modified, in Unix time format and Coordinated Universal Time
(UTC).
|
FirewallRuleGroupAssociation |
FirewallRuleGroupAssociation.withMutationProtection(MutationProtectionStatus mutationProtection)
If enabled, this setting disallows modification or removal of the association, to help prevent against
accidentally altering DNS firewall protections.
|
FirewallRuleGroupAssociation |
FirewallRuleGroupAssociation.withMutationProtection(String mutationProtection)
If enabled, this setting disallows modification or removal of the association, to help prevent against
accidentally altering DNS firewall protections.
|
FirewallRuleGroupAssociation |
FirewallRuleGroupAssociation.withName(String name)
The name of the association.
|
FirewallRuleGroupAssociation |
FirewallRuleGroupAssociation.withPriority(Integer priority)
The setting that determines the processing order of the rule group among the rule groups that are associated with
a single VPC.
|
FirewallRuleGroupAssociation |
FirewallRuleGroupAssociation.withStatus(FirewallRuleGroupAssociationStatus status)
The current status of the association.
|
FirewallRuleGroupAssociation |
FirewallRuleGroupAssociation.withStatus(String status)
The current status of the association.
|
FirewallRuleGroupAssociation |
FirewallRuleGroupAssociation.withStatusMessage(String statusMessage)
Additional information about the status of the response, if available.
|
FirewallRuleGroupAssociation |
FirewallRuleGroupAssociation.withVpcId(String vpcId)
The unique identifier of the VPC that is associated with the rule group.
|
| Modifier and Type | Method and Description |
|---|---|
List<FirewallRuleGroupAssociation> |
ListFirewallRuleGroupAssociationsResult.getFirewallRuleGroupAssociations()
A list of your firewall rule group associations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateFirewallRuleGroupAssociationResult.setFirewallRuleGroupAssociation(FirewallRuleGroupAssociation firewallRuleGroupAssociation)
The association that you just updated.
|
void |
GetFirewallRuleGroupAssociationResult.setFirewallRuleGroupAssociation(FirewallRuleGroupAssociation firewallRuleGroupAssociation)
The association that you requested.
|
void |
AssociateFirewallRuleGroupResult.setFirewallRuleGroupAssociation(FirewallRuleGroupAssociation firewallRuleGroupAssociation)
The association that you just created.
|
void |
DisassociateFirewallRuleGroupResult.setFirewallRuleGroupAssociation(FirewallRuleGroupAssociation firewallRuleGroupAssociation)
The firewall rule group association that you just removed.
|
UpdateFirewallRuleGroupAssociationResult |
UpdateFirewallRuleGroupAssociationResult.withFirewallRuleGroupAssociation(FirewallRuleGroupAssociation firewallRuleGroupAssociation)
The association that you just updated.
|
GetFirewallRuleGroupAssociationResult |
GetFirewallRuleGroupAssociationResult.withFirewallRuleGroupAssociation(FirewallRuleGroupAssociation firewallRuleGroupAssociation)
The association that you requested.
|
AssociateFirewallRuleGroupResult |
AssociateFirewallRuleGroupResult.withFirewallRuleGroupAssociation(FirewallRuleGroupAssociation firewallRuleGroupAssociation)
The association that you just created.
|
DisassociateFirewallRuleGroupResult |
DisassociateFirewallRuleGroupResult.withFirewallRuleGroupAssociation(FirewallRuleGroupAssociation firewallRuleGroupAssociation)
The firewall rule group association that you just removed.
|
ListFirewallRuleGroupAssociationsResult |
ListFirewallRuleGroupAssociationsResult.withFirewallRuleGroupAssociations(FirewallRuleGroupAssociation... firewallRuleGroupAssociations)
A list of your firewall rule group associations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListFirewallRuleGroupAssociationsResult.setFirewallRuleGroupAssociations(Collection<FirewallRuleGroupAssociation> firewallRuleGroupAssociations)
A list of your firewall rule group associations.
|
ListFirewallRuleGroupAssociationsResult |
ListFirewallRuleGroupAssociationsResult.withFirewallRuleGroupAssociations(Collection<FirewallRuleGroupAssociation> firewallRuleGroupAssociations)
A list of your firewall rule group associations.
|
Copyright © 2024. All rights reserved.