Uses of Class
com.amazonaws.services.ec2.model.CreateVpcRequest
-
Packages that use CreateVpcRequest Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of CreateVpcRequest in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 with parameters of type CreateVpcRequest Modifier and Type Method Description CreateVpcResultAbstractAmazonEC2. createVpc(CreateVpcRequest request)CreateVpcResultAmazonEC2. createVpc(CreateVpcRequest createVpcRequest)Creates a VPC with the specified CIDR block.CreateVpcResultAmazonEC2Client. createVpc(CreateVpcRequest createVpcRequest)Creates a VPC with the specified CIDR block.Future<CreateVpcResult>AbstractAmazonEC2Async. createVpcAsync(CreateVpcRequest request)Future<CreateVpcResult>AbstractAmazonEC2Async. createVpcAsync(CreateVpcRequest request, AsyncHandler<CreateVpcRequest,CreateVpcResult> asyncHandler)Future<CreateVpcResult>AmazonEC2Async. createVpcAsync(CreateVpcRequest createVpcRequest)Creates a VPC with the specified CIDR block.Future<CreateVpcResult>AmazonEC2Async. createVpcAsync(CreateVpcRequest createVpcRequest, AsyncHandler<CreateVpcRequest,CreateVpcResult> asyncHandler)Creates a VPC with the specified CIDR block.Future<CreateVpcResult>AmazonEC2AsyncClient. createVpcAsync(CreateVpcRequest request)Future<CreateVpcResult>AmazonEC2AsyncClient. createVpcAsync(CreateVpcRequest request, AsyncHandler<CreateVpcRequest,CreateVpcResult> asyncHandler)Method parameters in com.amazonaws.services.ec2 with type arguments of type CreateVpcRequest Modifier and Type Method Description Future<CreateVpcResult>AbstractAmazonEC2Async. createVpcAsync(CreateVpcRequest request, AsyncHandler<CreateVpcRequest,CreateVpcResult> asyncHandler)Future<CreateVpcResult>AmazonEC2Async. createVpcAsync(CreateVpcRequest createVpcRequest, AsyncHandler<CreateVpcRequest,CreateVpcResult> asyncHandler)Creates a VPC with the specified CIDR block.Future<CreateVpcResult>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 CreateVpcRequest Modifier and Type Method Description CreateVpcRequestCreateVpcRequest. clone()CreateVpcRequestCreateVpcRequest. withCidrBlock(String cidrBlock)The network range for the VPC, in CIDR notation.CreateVpcRequestCreateVpcRequest. withInstanceTenancy(Tenancy instanceTenancy)The tenancy options for instances launched into the VPC.CreateVpcRequestCreateVpcRequest. 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 CreateVpcRequest Modifier and Type Method Description Request<CreateVpcRequest>CreateVpcRequest. getDryRunRequest()This method is intended for internal use only.
-