Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
Subnet |
Subnet.clone() |
Subnet |
CreateDefaultSubnetResult.getSubnet()
Information about the subnet.
|
Subnet |
CreateSubnetResult.getSubnet()
Information about the subnet.
|
Subnet |
Subnet.withAssignIpv6AddressOnCreation(Boolean assignIpv6AddressOnCreation)
Indicates whether a network interface created in this subnet (including a network interface created by
RunInstances) receives an IPv6 address.
|
Subnet |
Subnet.withAvailabilityZone(String availabilityZone)
The Availability Zone of the subnet.
|
Subnet |
Subnet.withAvailabilityZoneId(String availabilityZoneId)
The AZ ID of the subnet.
|
Subnet |
Subnet.withAvailableIpAddressCount(Integer availableIpAddressCount)
The number of unused private IPv4 addresses in the subnet.
|
Subnet |
Subnet.withCidrBlock(String cidrBlock)
The IPv4 CIDR block assigned to the subnet.
|
Subnet |
Subnet.withCustomerOwnedIpv4Pool(String customerOwnedIpv4Pool)
The customer-owned IPv4 address pool associated with the subnet.
|
Subnet |
Subnet.withDefaultForAz(Boolean defaultForAz)
Indicates whether this is the default subnet for the Availability Zone.
|
Subnet |
Subnet.withEnableDns64(Boolean enableDns64)
Indicates whether DNS queries made to the Amazon-provided DNS Resolver in this subnet should return synthetic
IPv6 addresses for IPv4-only destinations.
|
Subnet |
Subnet.withIpv6CidrBlockAssociationSet(Collection<SubnetIpv6CidrBlockAssociation> ipv6CidrBlockAssociationSet)
Information about the IPv6 CIDR blocks associated with the subnet.
|
Subnet |
Subnet.withIpv6CidrBlockAssociationSet(SubnetIpv6CidrBlockAssociation... ipv6CidrBlockAssociationSet)
Information about the IPv6 CIDR blocks associated with the subnet.
|
Subnet |
Subnet.withMapCustomerOwnedIpOnLaunch(Boolean mapCustomerOwnedIpOnLaunch)
Indicates whether a network interface created in this subnet (including a network interface created by
RunInstances) receives a customer-owned IPv4 address.
|
Subnet |
Subnet.withMapPublicIpOnLaunch(Boolean mapPublicIpOnLaunch)
Indicates whether instances launched in this subnet receive a public IPv4 address.
|
Subnet |
Subnet.withOutpostArn(String outpostArn)
The Amazon Resource Name (ARN) of the Outpost.
|
Subnet |
Subnet.withOwnerId(String ownerId)
The ID of the Amazon Web Services account that owns the subnet.
|
Subnet |
Subnet.withState(String state)
The current state of the subnet.
|
Subnet |
Subnet.withState(SubnetState state)
The current state of the subnet.
|
Subnet |
Subnet.withSubnetArn(String subnetArn)
The Amazon Resource Name (ARN) of the subnet.
|
Subnet |
Subnet.withSubnetId(String subnetId)
The ID of the subnet.
|
Subnet |
Subnet.withTags(Collection<Tag> tags)
Any tags assigned to the subnet.
|
Subnet |
Subnet.withTags(Tag... tags)
Any tags assigned to the subnet.
|
Subnet |
Subnet.withVpcId(String vpcId)
The ID of the VPC the subnet is in.
|
Modifier and Type | Method and Description |
---|---|
List<Subnet> |
DescribeSubnetsResult.getSubnets()
Information about one or more subnets.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateDefaultSubnetResult.setSubnet(Subnet subnet)
Information about the subnet.
|
void |
CreateSubnetResult.setSubnet(Subnet subnet)
Information about the subnet.
|
CreateDefaultSubnetResult |
CreateDefaultSubnetResult.withSubnet(Subnet subnet)
Information about the subnet.
|
CreateSubnetResult |
CreateSubnetResult.withSubnet(Subnet subnet)
Information about the subnet.
|
DescribeSubnetsResult |
DescribeSubnetsResult.withSubnets(Subnet... subnets)
Information about one or more subnets.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeSubnetsResult.setSubnets(Collection<Subnet> subnets)
Information about one or more subnets.
|
DescribeSubnetsResult |
DescribeSubnetsResult.withSubnets(Collection<Subnet> subnets)
Information about one or more subnets.
|
Copyright © 2021. All rights reserved.