Uses of Interface
software.amazon.awssdk.services.ec2.model.CreateLocalGatewayRouteTableResponse.Builder
-
Packages that use CreateLocalGatewayRouteTableResponse.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of CreateLocalGatewayRouteTableResponse.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CreateLocalGatewayRouteTableResponse.Builder Modifier and Type Method Description static CreateLocalGatewayRouteTableResponse.BuilderCreateLocalGatewayRouteTableResponse. builder()default CreateLocalGatewayRouteTableResponse.BuilderCreateLocalGatewayRouteTableResponse.Builder. localGatewayRouteTable(Consumer<LocalGatewayRouteTable.Builder> localGatewayRouteTable)Information about the local gateway route table.CreateLocalGatewayRouteTableResponse.BuilderCreateLocalGatewayRouteTableResponse.Builder. localGatewayRouteTable(LocalGatewayRouteTable localGatewayRouteTable)Information about the local gateway route table.CreateLocalGatewayRouteTableResponse.BuilderCreateLocalGatewayRouteTableResponse. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CreateLocalGatewayRouteTableResponse.Builder Modifier and Type Method Description static Class<? extends CreateLocalGatewayRouteTableResponse.Builder>CreateLocalGatewayRouteTableResponse. serializableBuilderClass()
-