Package | Description |
---|---|
com.amazonaws.services.ec2 | |
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Method and Description |
---|---|
CreateVpcResult |
AmazonEC2Client.createVpc(CreateVpcRequest createVpcRequest)
Creates a VPC with the specified CIDR block.
|
CreateVpcResult |
AmazonEC2.createVpc(CreateVpcRequest createVpcRequest)
Creates a VPC with the specified CIDR block.
|
CreateVpcResult |
AbstractAmazonEC2.createVpc(CreateVpcRequest request) |
java.util.concurrent.Future<CreateVpcResult> |
AmazonEC2AsyncClient.createVpcAsync(CreateVpcRequest request) |
java.util.concurrent.Future<CreateVpcResult> |
AmazonEC2Async.createVpcAsync(CreateVpcRequest createVpcRequest)
Creates a VPC with the specified CIDR block.
|
java.util.concurrent.Future<CreateVpcResult> |
AbstractAmazonEC2Async.createVpcAsync(CreateVpcRequest request) |
java.util.concurrent.Future<CreateVpcResult> |
AmazonEC2AsyncClient.createVpcAsync(CreateVpcRequest request,
AsyncHandler<CreateVpcRequest,CreateVpcResult> asyncHandler) |
java.util.concurrent.Future<CreateVpcResult> |
AmazonEC2Async.createVpcAsync(CreateVpcRequest createVpcRequest,
AsyncHandler<CreateVpcRequest,CreateVpcResult> asyncHandler)
Creates a VPC with the specified CIDR block.
|
java.util.concurrent.Future<CreateVpcResult> |
AbstractAmazonEC2Async.createVpcAsync(CreateVpcRequest request,
AsyncHandler<CreateVpcRequest,CreateVpcResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<CreateVpcResult> |
AmazonEC2AsyncClient.createVpcAsync(CreateVpcRequest request,
AsyncHandler<CreateVpcRequest,CreateVpcResult> asyncHandler) |
java.util.concurrent.Future<CreateVpcResult> |
AmazonEC2Async.createVpcAsync(CreateVpcRequest createVpcRequest,
AsyncHandler<CreateVpcRequest,CreateVpcResult> asyncHandler)
Creates a VPC with the specified CIDR block.
|
java.util.concurrent.Future<CreateVpcResult> |
AbstractAmazonEC2Async.createVpcAsync(CreateVpcRequest request,
AsyncHandler<CreateVpcRequest,CreateVpcResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateVpcRequest |
CreateVpcRequest.clone() |
CreateVpcRequest |
CreateVpcRequest.withCidrBlock(java.lang.String cidrBlock)
The network range for the VPC, in CIDR notation.
|
CreateVpcRequest |
CreateVpcRequest.withInstanceTenancy(java.lang.String instanceTenancy)
The tenancy options for instances launched into the VPC.
|
CreateVpcRequest |
CreateVpcRequest.withInstanceTenancy(Tenancy instanceTenancy)
The tenancy options for instances launched into the VPC.
|
Modifier and Type | Method and Description |
---|---|
Request<CreateVpcRequest> |
CreateVpcRequest.getDryRunRequest()
This method is intended for internal use only.
|
Modifier and Type | Method and Description |
---|---|
Request<CreateVpcRequest> |
CreateVpcRequestMarshaller.marshall(CreateVpcRequest createVpcRequest) |
Modifier and Type | Method and Description |
---|---|
Request<CreateVpcRequest> |
CreateVpcRequestMarshaller.marshall(CreateVpcRequest createVpcRequest) |