| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.transform |
| Modifier and Type | Method and Description |
|---|---|
default CreateRouteTableResponse |
EC2Client.createRouteTable(Consumer<CreateRouteTableRequest.Builder> createRouteTableRequest)
Creates a route table for the specified VPC.
|
default CreateRouteTableResponse |
EC2Client.createRouteTable(CreateRouteTableRequest createRouteTableRequest)
Creates a route table for the specified VPC.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateRouteTableResponse> |
EC2AsyncClient.createRouteTable(Consumer<CreateRouteTableRequest.Builder> createRouteTableRequest)
Creates a route table for the specified VPC.
|
default CompletableFuture<CreateRouteTableResponse> |
EC2AsyncClient.createRouteTable(CreateRouteTableRequest createRouteTableRequest)
Creates a route table for the specified VPC.
|
| Modifier and Type | Method and Description |
|---|---|
CreateRouteTableResponse |
CreateRouteTableResponseUnmarshaller.unmarshall(StaxUnmarshallerContext context) |
Copyright © 2017. All rights reserved.