| Package | Description |
|---|---|
| com.amazonaws.services.fms.model |
| Modifier and Type | Method and Description |
|---|---|
ExpectedRoute |
ExpectedRoute.clone() |
ExpectedRoute |
ExpectedRoute.withAllowedTargets(Collection<String> allowedTargets)
Information about the allowed targets.
|
ExpectedRoute |
ExpectedRoute.withAllowedTargets(String... allowedTargets)
Information about the allowed targets.
|
ExpectedRoute |
ExpectedRoute.withContributingSubnets(Collection<String> contributingSubnets)
Information about the contributing subnets.
|
ExpectedRoute |
ExpectedRoute.withContributingSubnets(String... contributingSubnets)
Information about the contributing subnets.
|
ExpectedRoute |
ExpectedRoute.withIpV4Cidr(String ipV4Cidr)
Information about the IPv4 CIDR block.
|
ExpectedRoute |
ExpectedRoute.withIpV6Cidr(String ipV6Cidr)
Information about the IPv6 CIDR block.
|
ExpectedRoute |
ExpectedRoute.withPrefixListId(String prefixListId)
Information about the ID of the prefix list for the route.
|
ExpectedRoute |
ExpectedRoute.withRouteTableId(String routeTableId)
Information about the route table ID.
|
| Modifier and Type | Method and Description |
|---|---|
List<ExpectedRoute> |
NetworkFirewallInternetTrafficNotInspectedViolation.getExpectedFirewallSubnetRoutes()
The firewall subnet routes that are expected.
|
List<ExpectedRoute> |
NetworkFirewallInvalidRouteConfigurationViolation.getExpectedFirewallSubnetRoutes()
The firewall subnet routes that are expected.
|
List<ExpectedRoute> |
NetworkFirewallInternetTrafficNotInspectedViolation.getExpectedInternetGatewayRoutes()
The internet gateway routes that are expected.
|
List<ExpectedRoute> |
NetworkFirewallInvalidRouteConfigurationViolation.getExpectedInternetGatewayRoutes()
The expected routes for the internet gateway.
|
List<ExpectedRoute> |
NetworkFirewallMissingExpectedRoutesViolation.getExpectedRoutes()
The expected routes.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkFirewallInternetTrafficNotInspectedViolation |
NetworkFirewallInternetTrafficNotInspectedViolation.withExpectedFirewallSubnetRoutes(ExpectedRoute... expectedFirewallSubnetRoutes)
The firewall subnet routes that are expected.
|
NetworkFirewallInvalidRouteConfigurationViolation |
NetworkFirewallInvalidRouteConfigurationViolation.withExpectedFirewallSubnetRoutes(ExpectedRoute... expectedFirewallSubnetRoutes)
The firewall subnet routes that are expected.
|
NetworkFirewallInternetTrafficNotInspectedViolation |
NetworkFirewallInternetTrafficNotInspectedViolation.withExpectedInternetGatewayRoutes(ExpectedRoute... expectedInternetGatewayRoutes)
The internet gateway routes that are expected.
|
NetworkFirewallInvalidRouteConfigurationViolation |
NetworkFirewallInvalidRouteConfigurationViolation.withExpectedInternetGatewayRoutes(ExpectedRoute... expectedInternetGatewayRoutes)
The expected routes for the internet gateway.
|
NetworkFirewallMissingExpectedRoutesViolation |
NetworkFirewallMissingExpectedRoutesViolation.withExpectedRoutes(ExpectedRoute... expectedRoutes)
The expected routes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NetworkFirewallInternetTrafficNotInspectedViolation.setExpectedFirewallSubnetRoutes(Collection<ExpectedRoute> expectedFirewallSubnetRoutes)
The firewall subnet routes that are expected.
|
void |
NetworkFirewallInvalidRouteConfigurationViolation.setExpectedFirewallSubnetRoutes(Collection<ExpectedRoute> expectedFirewallSubnetRoutes)
The firewall subnet routes that are expected.
|
void |
NetworkFirewallInternetTrafficNotInspectedViolation.setExpectedInternetGatewayRoutes(Collection<ExpectedRoute> expectedInternetGatewayRoutes)
The internet gateway routes that are expected.
|
void |
NetworkFirewallInvalidRouteConfigurationViolation.setExpectedInternetGatewayRoutes(Collection<ExpectedRoute> expectedInternetGatewayRoutes)
The expected routes for the internet gateway.
|
void |
NetworkFirewallMissingExpectedRoutesViolation.setExpectedRoutes(Collection<ExpectedRoute> expectedRoutes)
The expected routes.
|
NetworkFirewallInternetTrafficNotInspectedViolation |
NetworkFirewallInternetTrafficNotInspectedViolation.withExpectedFirewallSubnetRoutes(Collection<ExpectedRoute> expectedFirewallSubnetRoutes)
The firewall subnet routes that are expected.
|
NetworkFirewallInvalidRouteConfigurationViolation |
NetworkFirewallInvalidRouteConfigurationViolation.withExpectedFirewallSubnetRoutes(Collection<ExpectedRoute> expectedFirewallSubnetRoutes)
The firewall subnet routes that are expected.
|
NetworkFirewallInternetTrafficNotInspectedViolation |
NetworkFirewallInternetTrafficNotInspectedViolation.withExpectedInternetGatewayRoutes(Collection<ExpectedRoute> expectedInternetGatewayRoutes)
The internet gateway routes that are expected.
|
NetworkFirewallInvalidRouteConfigurationViolation |
NetworkFirewallInvalidRouteConfigurationViolation.withExpectedInternetGatewayRoutes(Collection<ExpectedRoute> expectedInternetGatewayRoutes)
The expected routes for the internet gateway.
|
NetworkFirewallMissingExpectedRoutesViolation |
NetworkFirewallMissingExpectedRoutesViolation.withExpectedRoutes(Collection<ExpectedRoute> expectedRoutes)
The expected routes.
|
Copyright © 2023. All rights reserved.