Uses of Interface
software.amazon.awssdk.services.ec2.model.CreateLocalGatewayRouteTableVpcAssociationRequest.Builder
Packages that use CreateLocalGatewayRouteTableVpcAssociationRequest.Builder
Package
Description
-
Uses of CreateLocalGatewayRouteTableVpcAssociationRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type CreateLocalGatewayRouteTableVpcAssociationRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.createLocalGatewayRouteTableVpcAssociation(Consumer<CreateLocalGatewayRouteTableVpcAssociationRequest.Builder> createLocalGatewayRouteTableVpcAssociationRequest) Associates the specified VPC with the specified local gateway route table.Ec2Client.createLocalGatewayRouteTableVpcAssociation(Consumer<CreateLocalGatewayRouteTableVpcAssociationRequest.Builder> createLocalGatewayRouteTableVpcAssociationRequest) Associates the specified VPC with the specified local gateway route table. -
Uses of CreateLocalGatewayRouteTableVpcAssociationRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CreateLocalGatewayRouteTableVpcAssociationRequest.BuilderModifier and TypeMethodDescriptionCreateLocalGatewayRouteTableVpcAssociationRequest.builder()Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.CreateLocalGatewayRouteTableVpcAssociationRequest.Builder.localGatewayRouteTableId(String localGatewayRouteTableId) The ID of the local gateway route table.CreateLocalGatewayRouteTableVpcAssociationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateLocalGatewayRouteTableVpcAssociationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateLocalGatewayRouteTableVpcAssociationRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications) The tags to assign to the local gateway route table VPC association.CreateLocalGatewayRouteTableVpcAssociationRequest.Builder.tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications) The tags to assign to the local gateway route table VPC association.CreateLocalGatewayRouteTableVpcAssociationRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications) The tags to assign to the local gateway route table VPC association.CreateLocalGatewayRouteTableVpcAssociationRequest.toBuilder()The ID of the VPC.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CreateLocalGatewayRouteTableVpcAssociationRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateLocalGatewayRouteTableVpcAssociationRequest.Builder>CreateLocalGatewayRouteTableVpcAssociationRequest.serializableBuilderClass()