| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsEc2VpnConnectionDetails |
AwsEc2VpnConnectionDetails.clone() |
AwsEc2VpnConnectionDetails |
ResourceDetails.getAwsEc2VpnConnection()
Details about an Amazon EC2 VPN connection.
|
AwsEc2VpnConnectionDetails |
AwsEc2VpnConnectionDetails.withCategory(String category)
The category of the VPN connection.
|
AwsEc2VpnConnectionDetails |
AwsEc2VpnConnectionDetails.withCustomerGatewayConfiguration(String customerGatewayConfiguration)
The configuration information for the VPN connection's customer gateway, in the native XML format.
|
AwsEc2VpnConnectionDetails |
AwsEc2VpnConnectionDetails.withCustomerGatewayId(String customerGatewayId)
The identifier of the customer gateway that is at your end of the VPN connection.
|
AwsEc2VpnConnectionDetails |
AwsEc2VpnConnectionDetails.withOptions(AwsEc2VpnConnectionOptionsDetails options)
The VPN connection options.
|
AwsEc2VpnConnectionDetails |
AwsEc2VpnConnectionDetails.withRoutes(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.
|
AwsEc2VpnConnectionDetails |
AwsEc2VpnConnectionDetails.withState(String state)
The current state of the VPN connection.
|
AwsEc2VpnConnectionDetails |
AwsEc2VpnConnectionDetails.withTransitGatewayId(String transitGatewayId)
The identifier of the transit gateway that is associated with the VPN connection.
|
AwsEc2VpnConnectionDetails |
AwsEc2VpnConnectionDetails.withType(String type)
The type of VPN connection.
|
AwsEc2VpnConnectionDetails |
AwsEc2VpnConnectionDetails.withVgwTelemetry(AwsEc2VpnConnectionVgwTelemetryDetails... vgwTelemetry)
Information about the VPN tunnel.
|
AwsEc2VpnConnectionDetails |
AwsEc2VpnConnectionDetails.withVgwTelemetry(Collection<AwsEc2VpnConnectionVgwTelemetryDetails> vgwTelemetry)
Information about the VPN tunnel.
|
AwsEc2VpnConnectionDetails |
AwsEc2VpnConnectionDetails.withVpnConnectionId(String vpnConnectionId)
The identifier of the VPN connection.
|
AwsEc2VpnConnectionDetails |
AwsEc2VpnConnectionDetails.withVpnGatewayId(String vpnGatewayId)
The identifier of the virtual private gateway that is at the Amazon Web Services side of the VPN connection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceDetails.setAwsEc2VpnConnection(AwsEc2VpnConnectionDetails awsEc2VpnConnection)
Details about an Amazon EC2 VPN connection.
|
ResourceDetails |
ResourceDetails.withAwsEc2VpnConnection(AwsEc2VpnConnectionDetails awsEc2VpnConnection)
Details about an Amazon EC2 VPN connection.
|
Copyright © 2022. All rights reserved.