Uses of Class
com.amazonaws.services.ec2.model.CreateSubnetRequest
Packages that use CreateSubnetRequest
-
Uses of CreateSubnetRequest in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 with parameters of type CreateSubnetRequestModifier and TypeMethodDescriptionAbstractAmazonEC2.createSubnet
(CreateSubnetRequest request) AmazonEC2.createSubnet
(CreateSubnetRequest createSubnetRequest) Creates a subnet in an existing VPC.AmazonEC2Client.createSubnet
(CreateSubnetRequest createSubnetRequest) Creates a subnet in an existing VPC.AbstractAmazonEC2Async.createSubnetAsync
(CreateSubnetRequest request) AbstractAmazonEC2Async.createSubnetAsync
(CreateSubnetRequest request, AsyncHandler<CreateSubnetRequest, CreateSubnetResult> asyncHandler) AmazonEC2Async.createSubnetAsync
(CreateSubnetRequest createSubnetRequest) Creates a subnet in an existing VPC.AmazonEC2Async.createSubnetAsync
(CreateSubnetRequest createSubnetRequest, AsyncHandler<CreateSubnetRequest, CreateSubnetResult> asyncHandler) Creates a subnet in an existing VPC.AmazonEC2AsyncClient.createSubnetAsync
(CreateSubnetRequest request) AmazonEC2AsyncClient.createSubnetAsync
(CreateSubnetRequest request, AsyncHandler<CreateSubnetRequest, CreateSubnetResult> asyncHandler) Method parameters in com.amazonaws.services.ec2 with type arguments of type CreateSubnetRequestModifier and TypeMethodDescriptionAbstractAmazonEC2Async.createSubnetAsync
(CreateSubnetRequest request, AsyncHandler<CreateSubnetRequest, CreateSubnetResult> asyncHandler) AmazonEC2Async.createSubnetAsync
(CreateSubnetRequest createSubnetRequest, AsyncHandler<CreateSubnetRequest, CreateSubnetResult> asyncHandler) Creates a subnet in an existing VPC.AmazonEC2AsyncClient.createSubnetAsync
(CreateSubnetRequest request, AsyncHandler<CreateSubnetRequest, CreateSubnetResult> asyncHandler) -
Uses of CreateSubnetRequest in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return CreateSubnetRequestModifier and TypeMethodDescriptionCreateSubnetRequest.clone()
CreateSubnetRequest.withAvailabilityZone
(String availabilityZone) The Availability Zone for the subnet.CreateSubnetRequest.withCidrBlock
(String cidrBlock) The network range for the subnet, in CIDR notation.The ID of the VPC.Methods in com.amazonaws.services.ec2.model that return types with arguments of type CreateSubnetRequestModifier and TypeMethodDescriptionCreateSubnetRequest.getDryRunRequest()
This method is intended for internal use only.