| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AssociationSetDetails |
AssociationSetDetails.clone() |
AssociationSetDetails |
AssociationSetDetails.withAssociationState(AssociationStateDetails associationState)
The state of the association between a route table and a subnet or gateway.
|
AssociationSetDetails |
AssociationSetDetails.withGatewayId(String gatewayId)
The ID of the internet gateway or virtual private gateway.
|
AssociationSetDetails |
AssociationSetDetails.withMain(Boolean main)
Indicates whether this is the main route table.
|
AssociationSetDetails |
AssociationSetDetails.withRouteTableAssociationId(String routeTableAssociationId)
The ID of the association.
|
AssociationSetDetails |
AssociationSetDetails.withRouteTableId(String routeTableId)
The ID of the route table.
|
AssociationSetDetails |
AssociationSetDetails.withSubnetId(String subnetId)
The ID of the subnet.
|
| Modifier and Type | Method and Description |
|---|---|
List<AssociationSetDetails> |
AwsEc2RouteTableDetails.getAssociationSet()
The associations between a route table and one or more subnets or a gateway.
|
| Modifier and Type | Method and Description |
|---|---|
AwsEc2RouteTableDetails |
AwsEc2RouteTableDetails.withAssociationSet(AssociationSetDetails... associationSet)
The associations between a route table and one or more subnets or a gateway.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsEc2RouteTableDetails.setAssociationSet(Collection<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.
|
Copyright © 2024. All rights reserved.