Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
Vpc |
Vpc.clone() |
Vpc |
CreateVpcResult.getVpc()
Information about the VPC.
|
Vpc |
CreateDefaultVpcResult.getVpc()
Information about the VPC.
|
Vpc |
Vpc.withCidrBlock(String cidrBlock)
The primary IPv4 CIDR block for the VPC.
|
Vpc |
Vpc.withCidrBlockAssociationSet(Collection<VpcCidrBlockAssociation> cidrBlockAssociationSet)
Information about the IPv4 CIDR blocks associated with the VPC.
|
Vpc |
Vpc.withCidrBlockAssociationSet(VpcCidrBlockAssociation... cidrBlockAssociationSet)
Information about the IPv4 CIDR blocks associated with the VPC.
|
Vpc |
Vpc.withDhcpOptionsId(String dhcpOptionsId)
The ID of the set of DHCP options you've associated with the VPC.
|
Vpc |
Vpc.withInstanceTenancy(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.withIpv6CidrBlockAssociationSet(Collection<VpcIpv6CidrBlockAssociation> ipv6CidrBlockAssociationSet)
Information about the IPv6 CIDR blocks associated with the VPC.
|
Vpc |
Vpc.withIpv6CidrBlockAssociationSet(VpcIpv6CidrBlockAssociation... ipv6CidrBlockAssociationSet)
Information about the IPv6 CIDR blocks associated with the VPC.
|
Vpc |
Vpc.withIsDefault(Boolean isDefault)
Indicates whether the VPC is the default VPC.
|
Vpc |
Vpc.withOwnerId(String ownerId)
The ID of the Amazon Web Services account that owns the VPC.
|
Vpc |
Vpc.withState(String state)
The current state of the VPC.
|
Vpc |
Vpc.withState(VpcState state)
The current state of the VPC.
|
Vpc |
Vpc.withTags(Collection<Tag> tags)
Any tags assigned to the VPC.
|
Vpc |
Vpc.withTags(Tag... tags)
Any tags assigned to the VPC.
|
Vpc |
Vpc.withVpcId(String vpcId)
The ID of the VPC.
|
Modifier and Type | Method and Description |
---|---|
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.
|
void |
CreateDefaultVpcResult.setVpc(Vpc vpc)
Information about the VPC.
|
CreateVpcResult |
CreateVpcResult.withVpc(Vpc vpc)
Information about the VPC.
|
CreateDefaultVpcResult |
CreateDefaultVpcResult.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(Collection<Vpc> vpcs)
Information about one or more VPCs.
|
DescribeVpcsResult |
DescribeVpcsResult.withVpcs(Collection<Vpc> vpcs)
Information about one or more VPCs.
|
Copyright © 2023. All rights reserved.