| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.transform |
| Modifier and Type | Method and Description |
|---|---|
default CreateVpcResponse |
EC2Client.createVpc(Consumer<CreateVpcRequest.Builder> createVpcRequest)
Creates a VPC with the specified IPv4 CIDR block.
|
default CreateVpcResponse |
EC2Client.createVpc(CreateVpcRequest createVpcRequest)
Creates a VPC with the specified IPv4 CIDR block.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateVpcResponse> |
EC2AsyncClient.createVpc(Consumer<CreateVpcRequest.Builder> createVpcRequest)
Creates a VPC with the specified IPv4 CIDR block.
|
default CompletableFuture<CreateVpcResponse> |
EC2AsyncClient.createVpc(CreateVpcRequest createVpcRequest)
Creates a VPC with the specified IPv4 CIDR block.
|
| Modifier and Type | Method and Description |
|---|---|
CreateVpcResponse |
CreateVpcResponseUnmarshaller.unmarshall(StaxUnmarshallerContext context) |
Copyright © 2017. All rights reserved.