Uses of Class
com.amazonaws.services.ec2.model.CreateVpcResult
-
Packages that use CreateVpcResult Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of CreateVpcResult in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 that return CreateVpcResult Modifier and Type Method Description CreateVpcResult
AbstractAmazonEC2. createVpc(CreateVpcRequest request)
CreateVpcResult
AmazonEC2. createVpc(CreateVpcRequest createVpcRequest)
Creates a VPC with the specified CIDR block.CreateVpcResult
AmazonEC2Client. createVpc(CreateVpcRequest createVpcRequest)
Creates a VPC with the specified CIDR block.Methods in com.amazonaws.services.ec2 that return types with arguments of type CreateVpcResult Modifier and Type Method Description 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 CreateVpcResult 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 CreateVpcResult in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return CreateVpcResult Modifier and Type Method Description CreateVpcResult
CreateVpcResult. clone()
CreateVpcResult
CreateVpcResult. withVpc(Vpc vpc)
Information about the VPC.
-