Uses of Interface
software.amazon.awssdk.services.fms.model.EC2CreateRouteTableAction.Builder
-
Packages that use EC2CreateRouteTableAction.Builder Package Description software.amazon.awssdk.services.fms.model -
-
Uses of EC2CreateRouteTableAction.Builder in software.amazon.awssdk.services.fms.model
Methods in software.amazon.awssdk.services.fms.model that return EC2CreateRouteTableAction.Builder Modifier and Type Method Description static EC2CreateRouteTableAction.BuilderEC2CreateRouteTableAction. builder()EC2CreateRouteTableAction.BuilderEC2CreateRouteTableAction.Builder. description(String description)A description of the CreateRouteTable action.EC2CreateRouteTableAction.BuilderEC2CreateRouteTableAction. toBuilder()default EC2CreateRouteTableAction.BuilderEC2CreateRouteTableAction.Builder. vpcId(Consumer<ActionTarget.Builder> vpcId)Information about the ID of a VPC.EC2CreateRouteTableAction.BuilderEC2CreateRouteTableAction.Builder. vpcId(ActionTarget vpcId)Information about the ID of a VPC.Methods in software.amazon.awssdk.services.fms.model that return types with arguments of type EC2CreateRouteTableAction.Builder Modifier and Type Method Description static Class<? extends EC2CreateRouteTableAction.Builder>EC2CreateRouteTableAction. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.fms.model with type arguments of type EC2CreateRouteTableAction.Builder Modifier and Type Method Description default RemediationAction.BuilderRemediationAction.Builder. ec2CreateRouteTableAction(Consumer<EC2CreateRouteTableAction.Builder> ec2CreateRouteTableAction)Information about the CreateRouteTable action in the Amazon EC2 API.
-