| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsEc2VpnConnectionRoutesDetails |
AwsEc2VpnConnectionRoutesDetails.clone() |
AwsEc2VpnConnectionRoutesDetails |
AwsEc2VpnConnectionRoutesDetails.withDestinationCidrBlock(String destinationCidrBlock)
The CIDR block associated with the local subnet of the customer data center.
|
AwsEc2VpnConnectionRoutesDetails |
AwsEc2VpnConnectionRoutesDetails.withState(String state)
The current state of the static route.
|
| Modifier and Type | Method and Description |
|---|---|
List<AwsEc2VpnConnectionRoutesDetails> |
AwsEc2VpnConnectionDetails.getRoutes()
The static routes that are associated with the VPN connection.
|
| Modifier and Type | Method and Description |
|---|---|
AwsEc2VpnConnectionDetails |
AwsEc2VpnConnectionDetails.withRoutes(AwsEc2VpnConnectionRoutesDetails... routes)
The static routes that are associated with the VPN connection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsEc2VpnConnectionDetails.setRoutes(Collection<AwsEc2VpnConnectionRoutesDetails> routes)
The static routes that are associated with the VPN connection.
|
AwsEc2VpnConnectionDetails |
AwsEc2VpnConnectionDetails.withRoutes(Collection<AwsEc2VpnConnectionRoutesDetails> routes)
The static routes that are associated with the VPN connection.
|
Copyright © 2022. All rights reserved.