| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateLocalGatewayRouteTableVpcAssociationResponse |
Ec2Client.createLocalGatewayRouteTableVpcAssociation(Consumer<CreateLocalGatewayRouteTableVpcAssociationRequest.Builder> createLocalGatewayRouteTableVpcAssociationRequest)
Associates the specified VPC with the specified local gateway route table.
|
default CompletableFuture<CreateLocalGatewayRouteTableVpcAssociationResponse> |
Ec2AsyncClient.createLocalGatewayRouteTableVpcAssociation(Consumer<CreateLocalGatewayRouteTableVpcAssociationRequest.Builder> createLocalGatewayRouteTableVpcAssociationRequest)
Associates the specified VPC with the specified local gateway route table.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateLocalGatewayRouteTableVpcAssociationRequest.Builder |
CreateLocalGatewayRouteTableVpcAssociationRequest.builder() |
CreateLocalGatewayRouteTableVpcAssociationRequest.Builder |
CreateLocalGatewayRouteTableVpcAssociationRequest.Builder.localGatewayRouteTableId(String localGatewayRouteTableId)
The ID of the local gateway route table.
|
CreateLocalGatewayRouteTableVpcAssociationRequest.Builder |
CreateLocalGatewayRouteTableVpcAssociationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateLocalGatewayRouteTableVpcAssociationRequest.Builder |
CreateLocalGatewayRouteTableVpcAssociationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateLocalGatewayRouteTableVpcAssociationRequest.Builder |
CreateLocalGatewayRouteTableVpcAssociationRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to assign to the local gateway route table VPC association.
|
CreateLocalGatewayRouteTableVpcAssociationRequest.Builder |
CreateLocalGatewayRouteTableVpcAssociationRequest.Builder.tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications)
The tags to assign to the local gateway route table VPC association.
|
CreateLocalGatewayRouteTableVpcAssociationRequest.Builder |
CreateLocalGatewayRouteTableVpcAssociationRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications)
The tags to assign to the local gateway route table VPC association.
|
CreateLocalGatewayRouteTableVpcAssociationRequest.Builder |
CreateLocalGatewayRouteTableVpcAssociationRequest.toBuilder() |
CreateLocalGatewayRouteTableVpcAssociationRequest.Builder |
CreateLocalGatewayRouteTableVpcAssociationRequest.Builder.vpcId(String vpcId)
The ID of the VPC.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateLocalGatewayRouteTableVpcAssociationRequest.Builder> |
CreateLocalGatewayRouteTableVpcAssociationRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.