Package org.jclouds.aws.ec2.domain
Class InternetGateway
- java.lang.Object
-
- org.jclouds.aws.ec2.domain.InternetGateway
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classInternetGateway.Builder
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract List<InternetGatewayAttachment>attachmentSet()static InternetGateway.Builderbuilder()static InternetGatewaycreate(String id, List<InternetGatewayAttachment> attachmentSet, Map<String,String> tags)abstract Stringid()abstract Map<String,String>tags()
-
-
-
Method Detail
-
attachmentSet
@Nullable public abstract List<InternetGatewayAttachment> attachmentSet()
-
create
public static InternetGateway create(String id, List<InternetGatewayAttachment> attachmentSet, Map<String,String> tags)
-
builder
public static InternetGateway.Builder builder()
-
-