| Package | Description |
|---|---|
| org.jclouds.aws.ec2.features | |
| org.jclouds.ec2.domain | |
| org.jclouds.ec2.features | |
| org.jclouds.ec2.xml |
| Modifier and Type | Method and Description |
|---|---|
Subnet |
AWSSubnetApi.createSubnetInRegion(String region,
String vpcId,
String cidrBlock,
CreateSubnetOptions... options)
Creates a subnet in an existing VPC.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.FluentIterable<Subnet> |
AWSSubnetApi.describeSubnetsInRegion(String region,
String... subnetIds)
Describes one or more of your subnets.
|
com.google.common.collect.FluentIterable<Subnet> |
AWSSubnetApi.describeSubnetsInRegionWithFilter(String region,
com.google.common.collect.Multimap<String,String> filter)
Returns information about subnets available to you.
|
| Modifier and Type | Method and Description |
|---|---|
Subnet |
Subnet.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
Subnet.Builder |
Subnet.Builder.from(Subnet in) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.FluentIterable<Subnet> |
SubnetApi.filter(com.google.common.collect.Multimap<String,String> filter)
Describes subnets for your EC2 resources qualified by a filter
|
com.google.common.collect.FluentIterable<Subnet> |
SubnetApi.list()
Describes all of your subnets for your EC2 resources.
|
| Modifier and Type | Method and Description |
|---|---|
Subnet |
SubnetHandler.getResult() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.FluentIterable<Subnet> |
DescribeSubnetsResponseHandler.getResult() |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.