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 class
InternetGateway.Builder
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract List<InternetGatewayAttachment>
attachmentSet()
static InternetGateway.Builder
builder()
static InternetGateway
create(String id, List<InternetGatewayAttachment> attachmentSet, Map<String,String> tags)
abstract String
id()
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()
-
-