Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
VpnGateway |
VpnGateway.clone() |
VpnGateway |
CreateVpnGatewayResult.getVpnGateway()
Information about the virtual private gateway.
|
VpnGateway |
VpnGateway.withAvailabilityZone(String availabilityZone)
The Availability Zone where the virtual private gateway was created, if
applicable.
|
VpnGateway |
VpnGateway.withState(String state)
The current state of the virtual private gateway.
|
VpnGateway |
VpnGateway.withState(VpnState state)
The current state of the virtual private gateway.
|
VpnGateway |
VpnGateway.withTags(Collection<Tag> tags)
Any tags assigned to the virtual private gateway.
|
VpnGateway |
VpnGateway.withTags(Tag... tags)
Any tags assigned to the virtual private gateway.
|
VpnGateway |
VpnGateway.withType(GatewayType type)
The type of VPN connection the virtual private gateway supports.
|
VpnGateway |
VpnGateway.withType(String type)
The type of VPN connection the virtual private gateway supports.
|
VpnGateway |
VpnGateway.withVpcAttachments(Collection<VpcAttachment> vpcAttachments)
Any VPCs attached to the virtual private gateway.
|
VpnGateway |
VpnGateway.withVpcAttachments(VpcAttachment... vpcAttachments)
Any VPCs attached to the virtual private gateway.
|
VpnGateway |
VpnGateway.withVpnGatewayId(String vpnGatewayId)
The ID of the virtual private gateway.
|
Modifier and Type | Method and Description |
---|---|
List<VpnGateway> |
DescribeVpnGatewaysResult.getVpnGateways()
Information about one or more virtual private gateways.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateVpnGatewayResult.setVpnGateway(VpnGateway vpnGateway)
Information about the virtual private gateway.
|
CreateVpnGatewayResult |
CreateVpnGatewayResult.withVpnGateway(VpnGateway vpnGateway)
Information about the virtual private gateway.
|
DescribeVpnGatewaysResult |
DescribeVpnGatewaysResult.withVpnGateways(VpnGateway... vpnGateways)
Information about one or more virtual private gateways.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeVpnGatewaysResult.setVpnGateways(Collection<VpnGateway> vpnGateways)
Information about one or more virtual private gateways.
|
DescribeVpnGatewaysResult |
DescribeVpnGatewaysResult.withVpnGateways(Collection<VpnGateway> vpnGateways)
Information about one or more virtual private gateways.
|
Copyright © 2016. All rights reserved.