| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsEc2RouteTableDetails |
AwsEc2RouteTableDetails.clone() |
AwsEc2RouteTableDetails |
ResourceDetails.getAwsEc2RouteTable()
Provides details about a route table.
|
AwsEc2RouteTableDetails |
AwsEc2RouteTableDetails.withAssociationSet(AssociationSetDetails... associationSet)
The associations between a route table and one or more subnets or a gateway.
|
AwsEc2RouteTableDetails |
AwsEc2RouteTableDetails.withAssociationSet(Collection<AssociationSetDetails> associationSet)
The associations between a route table and one or more subnets or a gateway.
|
AwsEc2RouteTableDetails |
AwsEc2RouteTableDetails.withOwnerId(String ownerId)
The ID of the Amazon Web Services account that owns the route table.
|
AwsEc2RouteTableDetails |
AwsEc2RouteTableDetails.withPropagatingVgwSet(Collection<PropagatingVgwSetDetails> propagatingVgwSet)
Describes a virtual private gateway propagating route.
|
AwsEc2RouteTableDetails |
AwsEc2RouteTableDetails.withPropagatingVgwSet(PropagatingVgwSetDetails... propagatingVgwSet)
Describes a virtual private gateway propagating route.
|
AwsEc2RouteTableDetails |
AwsEc2RouteTableDetails.withRouteSet(Collection<RouteSetDetails> routeSet)
The routes in the route table.
|
AwsEc2RouteTableDetails |
AwsEc2RouteTableDetails.withRouteSet(RouteSetDetails... routeSet)
The routes in the route table.
|
AwsEc2RouteTableDetails |
AwsEc2RouteTableDetails.withRouteTableId(String routeTableId)
The ID of the route table.
|
AwsEc2RouteTableDetails |
AwsEc2RouteTableDetails.withVpcId(String vpcId)
The ID of the virtual private cloud (VPC).
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceDetails.setAwsEc2RouteTable(AwsEc2RouteTableDetails awsEc2RouteTable)
Provides details about a route table.
|
ResourceDetails |
ResourceDetails.withAwsEc2RouteTable(AwsEc2RouteTableDetails awsEc2RouteTable)
Provides details about a route table.
|
Copyright © 2024. All rights reserved.