|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VpcAttachment | |
---|---|
com.amazonaws.services.ec2.model | Classes modeling the various types represented by AmazonEC2. |
Uses of VpcAttachment in com.amazonaws.services.ec2.model |
---|
Methods in com.amazonaws.services.ec2.model that return VpcAttachment | |
---|---|
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. |
Methods in com.amazonaws.services.ec2.model that return types with arguments of type VpcAttachment | |
---|---|
List<VpcAttachment> |
VpnGateway.getVpcAttachments()
Any VPCs attached to the virtual private gateway. |
Methods in com.amazonaws.services.ec2.model with parameters of type VpcAttachment | |
---|---|
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. |
Method parameters in com.amazonaws.services.ec2.model with type arguments of type VpcAttachment | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |