Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<InternetGatewayAttachment> |
InternetGateway.attachments
Any VPCs attached to the Internet gateway.
|
Modifier and Type | Method and Description |
---|---|
InternetGatewayAttachment |
InternetGatewayAttachment.clone() |
InternetGatewayAttachment |
InternetGatewayAttachment.withState(AttachmentStatus state)
The current state of the attachment.
|
InternetGatewayAttachment |
InternetGatewayAttachment.withState(java.lang.String state)
The current state of the attachment.
|
InternetGatewayAttachment |
InternetGatewayAttachment.withVpcId(java.lang.String vpcId)
The ID of the VPC.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<InternetGatewayAttachment> attachments)
Any VPCs attached to the Internet gateway.
|
InternetGateway |
InternetGateway.withAttachments(java.util.Collection<InternetGatewayAttachment> attachments)
Any VPCs attached to the Internet gateway.
|
Modifier and Type | Method and Description |
---|---|
InternetGatewayAttachment |
InternetGatewayAttachmentStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |