| Package | Description |
|---|---|
| com.amazonaws.services.ec2 |
|
| com.amazonaws.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
CreateVpcResult |
AmazonEC2Client.createVpc(CreateVpcRequest request)
Creates a VPC with the specified CIDR blocks.
|
CreateVpcResult |
AmazonEC2.createVpc(CreateVpcRequest createVpcRequest)
Creates a VPC with the specified CIDR blocks.
|
CreateVpcResult |
AbstractAmazonEC2.createVpc(CreateVpcRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateVpcResult> |
AmazonEC2AsyncClient.createVpcAsync(CreateVpcRequest request) |
Future<CreateVpcResult> |
AmazonEC2Async.createVpcAsync(CreateVpcRequest createVpcRequest)
Creates a VPC with the specified CIDR blocks.
|
Future<CreateVpcResult> |
AbstractAmazonEC2Async.createVpcAsync(CreateVpcRequest request) |
Future<CreateVpcResult> |
AmazonEC2AsyncClient.createVpcAsync(CreateVpcRequest request,
AsyncHandler<CreateVpcRequest,CreateVpcResult> asyncHandler) |
Future<CreateVpcResult> |
AmazonEC2Async.createVpcAsync(CreateVpcRequest createVpcRequest,
AsyncHandler<CreateVpcRequest,CreateVpcResult> asyncHandler)
Creates a VPC with the specified CIDR blocks.
|
Future<CreateVpcResult> |
AbstractAmazonEC2Async.createVpcAsync(CreateVpcRequest request,
AsyncHandler<CreateVpcRequest,CreateVpcResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateVpcResult> |
AmazonEC2AsyncClient.createVpcAsync(CreateVpcRequest request,
AsyncHandler<CreateVpcRequest,CreateVpcResult> asyncHandler) |
Future<CreateVpcResult> |
AmazonEC2Async.createVpcAsync(CreateVpcRequest createVpcRequest,
AsyncHandler<CreateVpcRequest,CreateVpcResult> asyncHandler)
Creates a VPC with the specified CIDR blocks.
|
Future<CreateVpcResult> |
AbstractAmazonEC2Async.createVpcAsync(CreateVpcRequest request,
AsyncHandler<CreateVpcRequest,CreateVpcResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateVpcResult |
CreateVpcResult.clone() |
CreateVpcResult |
CreateVpcResult.withVpc(Vpc vpc)
Information about the VPC.
|
Copyright © 2024. All rights reserved.