Package | Description |
---|---|
com.amazonaws.services.ec2 |
Synchronous and asynchronous client classes for accessing AmazonEC2.
|
com.amazonaws.services.ec2.model |
Classes modeling the various types represented by AmazonEC2.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateVpcResult> |
AmazonEC2AsyncClient.createVpcAsync(CreateVpcRequest createVpcRequest)
Creates a VPC with the specified CIDR block.
|
Future<CreateVpcResult> |
AmazonEC2Async.createVpcAsync(CreateVpcRequest createVpcRequest)
Creates a VPC with the specified CIDR block.
|
Future<CreateVpcResult> |
AmazonEC2AsyncClient.createVpcAsync(CreateVpcRequest createVpcRequest,
AsyncHandler<CreateVpcRequest,CreateVpcResult> asyncHandler)
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.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateVpcResult> |
AmazonEC2AsyncClient.createVpcAsync(CreateVpcRequest createVpcRequest,
AsyncHandler<CreateVpcRequest,CreateVpcResult> asyncHandler)
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.
|
Modifier and Type | Method and Description |
---|---|
CreateVpcResult |
CreateVpcResult.withVpc(Vpc vpc)
Information about the VPC.
|
Copyright © 2014. All rights reserved.