Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
VpcAttachment |
VpcAttachment.clone() |
VpcAttachment |
AttachVpnGatewayResult.getVpcAttachment()
Information about the attachment.
|
VpcAttachment |
VpcAttachment.withState(AttachmentStatus state)
The current state of the attachment.
|
VpcAttachment |
VpcAttachment.withState(String state)
The current state of the attachment.
|
VpcAttachment |
VpcAttachment.withVpcId(String vpcId)
The ID of the VPC.
|
Modifier and Type | Method and Description |
---|---|
List<VpcAttachment> |
VpnGateway.getVpcAttachments()
Any VPCs attached to the virtual private gateway.
|
Modifier and Type | Method and Description |
---|---|
void |
AttachVpnGatewayResult.setVpcAttachment(VpcAttachment vpcAttachment)
Information about the attachment.
|
AttachVpnGatewayResult |
AttachVpnGatewayResult.withVpcAttachment(VpcAttachment vpcAttachment)
Information about the attachment.
|
VpnGateway |
VpnGateway.withVpcAttachments(VpcAttachment... vpcAttachments)
Any VPCs attached to the virtual private gateway.
|
Modifier and Type | Method and Description |
---|---|
void |
VpnGateway.setVpcAttachments(Collection<VpcAttachment> vpcAttachments)
Any VPCs attached to the virtual private gateway.
|
VpnGateway |
VpnGateway.withVpcAttachments(Collection<VpcAttachment> vpcAttachments)
Any VPCs attached to the virtual private gateway.
|
Copyright © 2018. All rights reserved.