Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Classes modeling the various types represented by AmazonEC2.
|
Modifier and Type | Method and Description |
---|---|
InternetGatewayAttachment |
InternetGatewayAttachment.withState(AttachmentStatus state)
The current state of the attachment.
|
InternetGatewayAttachment |
InternetGatewayAttachment.withState(String state)
The current state of the attachment.
|
InternetGatewayAttachment |
InternetGatewayAttachment.withVpcId(String vpcId)
The ID of the VPC.
|
Modifier and Type | Method and Description |
---|---|
List<InternetGatewayAttachment> |
InternetGateway.getAttachments()
Any VPCs attached to the Internet gateway.
|
Modifier and Type | Method and Description |
---|---|
InternetGateway |
InternetGateway.withAttachments(InternetGatewayAttachment... attachments)
Any VPCs attached to the Internet gateway.
|
Modifier and Type | Method and Description |
---|---|
void |
InternetGateway.setAttachments(Collection<InternetGatewayAttachment> attachments)
Any VPCs attached to the Internet gateway.
|
InternetGateway |
InternetGateway.withAttachments(Collection<InternetGatewayAttachment> attachments)
Any VPCs attached to the Internet gateway.
|
Copyright © 2014. All rights reserved.