| Package | Description |
|---|---|
| com.amazonaws.services.fms.model |
| Modifier and Type | Method and Description |
|---|---|
Route |
Route.clone() |
Route |
NetworkFirewallInvalidRouteConfigurationViolation.getViolatingRoute()
The route that's in violation.
|
Route |
Route.withDestination(String destination)
The destination of the route.
|
Route |
Route.withDestinationType(DestinationType destinationType)
The type of destination for the route.
|
Route |
Route.withDestinationType(String destinationType)
The type of destination for the route.
|
Route |
Route.withTarget(String target)
The route's target.
|
Route |
Route.withTargetType(String targetType)
The type of target for the route.
|
Route |
Route.withTargetType(TargetType targetType)
The type of target for the route.
|
| Modifier and Type | Method and Description |
|---|---|
List<Route> |
NetworkFirewallInternetTrafficNotInspectedViolation.getActualFirewallSubnetRoutes()
The actual firewall subnet routes.
|
List<Route> |
NetworkFirewallInvalidRouteConfigurationViolation.getActualFirewallSubnetRoutes()
The actual firewall subnet routes that are expected.
|
List<Route> |
NetworkFirewallInternetTrafficNotInspectedViolation.getActualInternetGatewayRoutes()
The actual internet gateway routes.
|
List<Route> |
NetworkFirewallInvalidRouteConfigurationViolation.getActualInternetGatewayRoutes()
The actual internet gateway routes.
|
List<Route> |
RouteHasOutOfScopeEndpointViolation.getFirewallSubnetRoutes()
The list of firewall subnet routes.
|
List<Route> |
RouteHasOutOfScopeEndpointViolation.getInternetGatewayRoutes()
The routes in the route table associated with the Internet Gateway.
|
List<Route> |
RouteHasOutOfScopeEndpointViolation.getViolatingRoutes()
The list of routes that violate the route table.
|
List<Route> |
NetworkFirewallUnexpectedFirewallRoutesViolation.getViolatingRoutes()
The routes that are in violation.
|
List<Route> |
NetworkFirewallBlackHoleRouteDetectedViolation.getViolatingRoutes()
Information about the route or routes that are in violation.
|
List<Route> |
NetworkFirewallUnexpectedGatewayRoutesViolation.getViolatingRoutes()
The routes that are in violation.
|
List<Route> |
NetworkFirewallInternetTrafficNotInspectedViolation.getViolatingRoutes()
The route or routes that are in violation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NetworkFirewallInvalidRouteConfigurationViolation.setViolatingRoute(Route violatingRoute)
The route that's in violation.
|
NetworkFirewallInternetTrafficNotInspectedViolation |
NetworkFirewallInternetTrafficNotInspectedViolation.withActualFirewallSubnetRoutes(Route... actualFirewallSubnetRoutes)
The actual firewall subnet routes.
|
NetworkFirewallInvalidRouteConfigurationViolation |
NetworkFirewallInvalidRouteConfigurationViolation.withActualFirewallSubnetRoutes(Route... actualFirewallSubnetRoutes)
The actual firewall subnet routes that are expected.
|
NetworkFirewallInternetTrafficNotInspectedViolation |
NetworkFirewallInternetTrafficNotInspectedViolation.withActualInternetGatewayRoutes(Route... actualInternetGatewayRoutes)
The actual internet gateway routes.
|
NetworkFirewallInvalidRouteConfigurationViolation |
NetworkFirewallInvalidRouteConfigurationViolation.withActualInternetGatewayRoutes(Route... actualInternetGatewayRoutes)
The actual internet gateway routes.
|
RouteHasOutOfScopeEndpointViolation |
RouteHasOutOfScopeEndpointViolation.withFirewallSubnetRoutes(Route... firewallSubnetRoutes)
The list of firewall subnet routes.
|
RouteHasOutOfScopeEndpointViolation |
RouteHasOutOfScopeEndpointViolation.withInternetGatewayRoutes(Route... internetGatewayRoutes)
The routes in the route table associated with the Internet Gateway.
|
NetworkFirewallInvalidRouteConfigurationViolation |
NetworkFirewallInvalidRouteConfigurationViolation.withViolatingRoute(Route violatingRoute)
The route that's in violation.
|
RouteHasOutOfScopeEndpointViolation |
RouteHasOutOfScopeEndpointViolation.withViolatingRoutes(Route... violatingRoutes)
The list of routes that violate the route table.
|
NetworkFirewallUnexpectedFirewallRoutesViolation |
NetworkFirewallUnexpectedFirewallRoutesViolation.withViolatingRoutes(Route... violatingRoutes)
The routes that are in violation.
|
NetworkFirewallBlackHoleRouteDetectedViolation |
NetworkFirewallBlackHoleRouteDetectedViolation.withViolatingRoutes(Route... violatingRoutes)
Information about the route or routes that are in violation.
|
NetworkFirewallUnexpectedGatewayRoutesViolation |
NetworkFirewallUnexpectedGatewayRoutesViolation.withViolatingRoutes(Route... violatingRoutes)
The routes that are in violation.
|
NetworkFirewallInternetTrafficNotInspectedViolation |
NetworkFirewallInternetTrafficNotInspectedViolation.withViolatingRoutes(Route... violatingRoutes)
The route or routes that are in violation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NetworkFirewallInternetTrafficNotInspectedViolation.setActualFirewallSubnetRoutes(Collection<Route> actualFirewallSubnetRoutes)
The actual firewall subnet routes.
|
void |
NetworkFirewallInvalidRouteConfigurationViolation.setActualFirewallSubnetRoutes(Collection<Route> actualFirewallSubnetRoutes)
The actual firewall subnet routes that are expected.
|
void |
NetworkFirewallInternetTrafficNotInspectedViolation.setActualInternetGatewayRoutes(Collection<Route> actualInternetGatewayRoutes)
The actual internet gateway routes.
|
void |
NetworkFirewallInvalidRouteConfigurationViolation.setActualInternetGatewayRoutes(Collection<Route> actualInternetGatewayRoutes)
The actual internet gateway routes.
|
void |
RouteHasOutOfScopeEndpointViolation.setFirewallSubnetRoutes(Collection<Route> firewallSubnetRoutes)
The list of firewall subnet routes.
|
void |
RouteHasOutOfScopeEndpointViolation.setInternetGatewayRoutes(Collection<Route> internetGatewayRoutes)
The routes in the route table associated with the Internet Gateway.
|
void |
RouteHasOutOfScopeEndpointViolation.setViolatingRoutes(Collection<Route> violatingRoutes)
The list of routes that violate the route table.
|
void |
NetworkFirewallUnexpectedFirewallRoutesViolation.setViolatingRoutes(Collection<Route> violatingRoutes)
The routes that are in violation.
|
void |
NetworkFirewallBlackHoleRouteDetectedViolation.setViolatingRoutes(Collection<Route> violatingRoutes)
Information about the route or routes that are in violation.
|
void |
NetworkFirewallUnexpectedGatewayRoutesViolation.setViolatingRoutes(Collection<Route> violatingRoutes)
The routes that are in violation.
|
void |
NetworkFirewallInternetTrafficNotInspectedViolation.setViolatingRoutes(Collection<Route> violatingRoutes)
The route or routes that are in violation.
|
NetworkFirewallInternetTrafficNotInspectedViolation |
NetworkFirewallInternetTrafficNotInspectedViolation.withActualFirewallSubnetRoutes(Collection<Route> actualFirewallSubnetRoutes)
The actual firewall subnet routes.
|
NetworkFirewallInvalidRouteConfigurationViolation |
NetworkFirewallInvalidRouteConfigurationViolation.withActualFirewallSubnetRoutes(Collection<Route> actualFirewallSubnetRoutes)
The actual firewall subnet routes that are expected.
|
NetworkFirewallInternetTrafficNotInspectedViolation |
NetworkFirewallInternetTrafficNotInspectedViolation.withActualInternetGatewayRoutes(Collection<Route> actualInternetGatewayRoutes)
The actual internet gateway routes.
|
NetworkFirewallInvalidRouteConfigurationViolation |
NetworkFirewallInvalidRouteConfigurationViolation.withActualInternetGatewayRoutes(Collection<Route> actualInternetGatewayRoutes)
The actual internet gateway routes.
|
RouteHasOutOfScopeEndpointViolation |
RouteHasOutOfScopeEndpointViolation.withFirewallSubnetRoutes(Collection<Route> firewallSubnetRoutes)
The list of firewall subnet routes.
|
RouteHasOutOfScopeEndpointViolation |
RouteHasOutOfScopeEndpointViolation.withInternetGatewayRoutes(Collection<Route> internetGatewayRoutes)
The routes in the route table associated with the Internet Gateway.
|
RouteHasOutOfScopeEndpointViolation |
RouteHasOutOfScopeEndpointViolation.withViolatingRoutes(Collection<Route> violatingRoutes)
The list of routes that violate the route table.
|
NetworkFirewallUnexpectedFirewallRoutesViolation |
NetworkFirewallUnexpectedFirewallRoutesViolation.withViolatingRoutes(Collection<Route> violatingRoutes)
The routes that are in violation.
|
NetworkFirewallBlackHoleRouteDetectedViolation |
NetworkFirewallBlackHoleRouteDetectedViolation.withViolatingRoutes(Collection<Route> violatingRoutes)
Information about the route or routes that are in violation.
|
NetworkFirewallUnexpectedGatewayRoutesViolation |
NetworkFirewallUnexpectedGatewayRoutesViolation.withViolatingRoutes(Collection<Route> violatingRoutes)
The routes that are in violation.
|
NetworkFirewallInternetTrafficNotInspectedViolation |
NetworkFirewallInternetTrafficNotInspectedViolation.withViolatingRoutes(Collection<Route> violatingRoutes)
The route or routes that are in violation.
|
Copyright © 2023. All rights reserved.