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