Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
Future<CreateSubnetResult> |
AbstractAmazonEC2Async.createSubnetAsync(CreateSubnetRequest request,
AsyncHandler<CreateSubnetRequest,CreateSubnetResult> asyncHandler) |
Future<CreateSubnetResult> |
AmazonEC2Async.createSubnetAsync(CreateSubnetRequest createSubnetRequest,
AsyncHandler<CreateSubnetRequest,CreateSubnetResult> asyncHandler)
Creates a subnet in a specified VPC.
|
Future<CreateSubnetResult> |
AmazonEC2AsyncClient.createSubnetAsync(CreateSubnetRequest request,
AsyncHandler<CreateSubnetRequest,CreateSubnetResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateSubnetRequest |
CreateSubnetRequest.clone() |
CreateSubnetRequest |
CreateSubnetRequest.withAvailabilityZone(String availabilityZone)
The Availability Zone or Local Zone for the subnet.
|
CreateSubnetRequest |
CreateSubnetRequest.withAvailabilityZoneId(String availabilityZoneId)
The AZ ID or the Local Zone ID of the subnet.
|
CreateSubnetRequest |
CreateSubnetRequest.withCidrBlock(String cidrBlock)
The IPv4 network range for the subnet, in CIDR notation.
|
CreateSubnetRequest |
CreateSubnetRequest.withIpv6CidrBlock(String ipv6CidrBlock)
The IPv6 network range for the subnet, in CIDR notation.
|
CreateSubnetRequest |
CreateSubnetRequest.withIpv6Native(Boolean ipv6Native)
Indicates whether to create an IPv6 only subnet.
|
CreateSubnetRequest |
CreateSubnetRequest.withOutpostArn(String outpostArn)
The Amazon Resource Name (ARN) of the Outpost.
|
CreateSubnetRequest |
CreateSubnetRequest.withTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to assign to the subnet.
|
CreateSubnetRequest |
CreateSubnetRequest.withTagSpecifications(TagSpecification... tagSpecifications)
The tags to assign to the subnet.
|
CreateSubnetRequest |
CreateSubnetRequest.withVpcId(String vpcId)
The ID of the VPC.
|
Modifier and Type | Method and Description |
---|---|
Request<CreateSubnetRequest> |
CreateSubnetRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2022. All rights reserved.