Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private Vpc |
CreateVpcResult.vpc
Information about the VPC.
|
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Vpc> |
DescribeVpcsResult.vpcs
Information about one or more VPCs.
|
Modifier and Type | Method and Description |
---|---|
Vpc |
Vpc.clone() |
Vpc |
CreateVpcResult.getVpc()
Information about the VPC.
|
Vpc |
Vpc.withCidrBlock(java.lang.String cidrBlock)
The CIDR block for the VPC.
|
Vpc |
Vpc.withDhcpOptionsId(java.lang.String dhcpOptionsId)
The ID of the set of DHCP options you've associated with the VPC (or
default if the default options are associated with the VPC). |
Vpc |
Vpc.withInstanceTenancy(java.lang.String instanceTenancy)
The allowed tenancy of instances launched into the VPC.
|
Vpc |
Vpc.withInstanceTenancy(Tenancy instanceTenancy)
The allowed tenancy of instances launched into the VPC.
|
Vpc |
Vpc.withIsDefault(java.lang.Boolean isDefault)
Indicates whether the VPC is the default VPC.
|
Vpc |
Vpc.withState(java.lang.String state)
The current state of the VPC.
|
Vpc |
Vpc.withState(VpcState state)
The current state of the VPC.
|
Vpc |
Vpc.withTags(java.util.Collection<Tag> tags)
Any tags assigned to the VPC.
|
Vpc |
Vpc.withTags(Tag... tags)
Any tags assigned to the VPC.
|
Vpc |
Vpc.withVpcId(java.lang.String vpcId)
The ID of the VPC.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Vpc> |
DescribeVpcsResult.getVpcs()
Information about one or more VPCs.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateVpcResult.setVpc(Vpc vpc)
Information about the VPC.
|
CreateVpcResult |
CreateVpcResult.withVpc(Vpc vpc)
Information about the VPC.
|
DescribeVpcsResult |
DescribeVpcsResult.withVpcs(Vpc... vpcs)
Information about one or more VPCs.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeVpcsResult.setVpcs(java.util.Collection<Vpc> vpcs)
Information about one or more VPCs.
|
DescribeVpcsResult |
DescribeVpcsResult.withVpcs(java.util.Collection<Vpc> vpcs)
Information about one or more VPCs.
|
Modifier and Type | Method and Description |
---|---|
Vpc |
VpcStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |