Uses of Class
com.amazonaws.services.ec2.model.CreateVpcRequest
Packages that use CreateVpcRequest
-
Uses of CreateVpcRequest in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 with parameters of type CreateVpcRequestModifier and TypeMethodDescriptionAbstractAmazonEC2.createVpc
(CreateVpcRequest request) AmazonEC2.createVpc
(CreateVpcRequest createVpcRequest) Creates a VPC with the specified CIDR block.AmazonEC2Client.createVpc
(CreateVpcRequest createVpcRequest) Creates a VPC with the specified CIDR block.AbstractAmazonEC2Async.createVpcAsync
(CreateVpcRequest request) AbstractAmazonEC2Async.createVpcAsync
(CreateVpcRequest request, AsyncHandler<CreateVpcRequest, CreateVpcResult> asyncHandler) AmazonEC2Async.createVpcAsync
(CreateVpcRequest createVpcRequest) Creates a VPC with the specified CIDR block.AmazonEC2Async.createVpcAsync
(CreateVpcRequest createVpcRequest, AsyncHandler<CreateVpcRequest, CreateVpcResult> asyncHandler) Creates a VPC with the specified CIDR block.AmazonEC2AsyncClient.createVpcAsync
(CreateVpcRequest request) AmazonEC2AsyncClient.createVpcAsync
(CreateVpcRequest request, AsyncHandler<CreateVpcRequest, CreateVpcResult> asyncHandler) Method parameters in com.amazonaws.services.ec2 with type arguments of type CreateVpcRequestModifier and TypeMethodDescriptionAbstractAmazonEC2Async.createVpcAsync
(CreateVpcRequest request, AsyncHandler<CreateVpcRequest, CreateVpcResult> asyncHandler) AmazonEC2Async.createVpcAsync
(CreateVpcRequest createVpcRequest, AsyncHandler<CreateVpcRequest, CreateVpcResult> asyncHandler) Creates a VPC with the specified CIDR block.AmazonEC2AsyncClient.createVpcAsync
(CreateVpcRequest request, AsyncHandler<CreateVpcRequest, CreateVpcResult> asyncHandler) -
Uses of CreateVpcRequest in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return CreateVpcRequestModifier and TypeMethodDescriptionCreateVpcRequest.clone()
CreateVpcRequest.withCidrBlock
(String cidrBlock) The network range for the VPC, in CIDR notation.CreateVpcRequest.withInstanceTenancy
(Tenancy instanceTenancy) The tenancy options for instances launched into the VPC.CreateVpcRequest.withInstanceTenancy
(String instanceTenancy) The tenancy options for instances launched into the VPC.Methods in com.amazonaws.services.ec2.model that return types with arguments of type CreateVpcRequestModifier and TypeMethodDescriptionCreateVpcRequest.getDryRunRequest()
This method is intended for internal use only.