| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| 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.
|
Copyright © 2023. All rights reserved.