Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
InternetGatewayAttachment |
InternetGatewayAttachment.clone() |
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.
|
List<InternetGatewayAttachment> |
EgressOnlyInternetGateway.getAttachments()
Information about the attachment of the egress-only internet gateway.
|
Modifier and Type | Method and Description |
---|---|
InternetGateway |
InternetGateway.withAttachments(InternetGatewayAttachment... attachments)
Any VPCs attached to the internet gateway.
|
EgressOnlyInternetGateway |
EgressOnlyInternetGateway.withAttachments(InternetGatewayAttachment... attachments)
Information about the attachment of the egress-only internet gateway.
|
Modifier and Type | Method and Description |
---|---|
void |
InternetGateway.setAttachments(Collection<InternetGatewayAttachment> attachments)
Any VPCs attached to the internet gateway.
|
void |
EgressOnlyInternetGateway.setAttachments(Collection<InternetGatewayAttachment> attachments)
Information about the attachment of the egress-only internet gateway.
|
InternetGateway |
InternetGateway.withAttachments(Collection<InternetGatewayAttachment> attachments)
Any VPCs attached to the internet gateway.
|
EgressOnlyInternetGateway |
EgressOnlyInternetGateway.withAttachments(Collection<InternetGatewayAttachment> attachments)
Information about the attachment of the egress-only internet gateway.
|
Copyright © 2021. All rights reserved.