Uses of Interface
software.amazon.awssdk.services.ec2.model.CreateLocalGatewayRouteTableRequest.Builder
Packages that use CreateLocalGatewayRouteTableRequest.Builder
Package
Description
-
Uses of CreateLocalGatewayRouteTableRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type CreateLocalGatewayRouteTableRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.createLocalGatewayRouteTable(Consumer<CreateLocalGatewayRouteTableRequest.Builder> createLocalGatewayRouteTableRequest) Creates a local gateway route table.Ec2Client.createLocalGatewayRouteTable(Consumer<CreateLocalGatewayRouteTableRequest.Builder> createLocalGatewayRouteTableRequest) Creates a local gateway route table. -
Uses of CreateLocalGatewayRouteTableRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CreateLocalGatewayRouteTableRequest.BuilderModifier and TypeMethodDescriptionCreateLocalGatewayRouteTableRequest.builder()Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.CreateLocalGatewayRouteTableRequest.Builder.localGatewayId(String localGatewayId) The ID of the local gateway.The mode of the local gateway route table.CreateLocalGatewayRouteTableRequest.Builder.mode(LocalGatewayRouteTableMode mode) The mode of the local gateway route table.CreateLocalGatewayRouteTableRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateLocalGatewayRouteTableRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateLocalGatewayRouteTableRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications) The tags assigned to the local gateway route table.CreateLocalGatewayRouteTableRequest.Builder.tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications) The tags assigned to the local gateway route table.CreateLocalGatewayRouteTableRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications) The tags assigned to the local gateway route table.CreateLocalGatewayRouteTableRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CreateLocalGatewayRouteTableRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateLocalGatewayRouteTableRequest.Builder>CreateLocalGatewayRouteTableRequest.serializableBuilderClass()