Uses of Interface
software.amazon.awssdk.services.fms.model.EC2DeleteRouteAction.Builder
-
Packages that use EC2DeleteRouteAction.Builder Package Description software.amazon.awssdk.services.fms.model -
-
Uses of EC2DeleteRouteAction.Builder in software.amazon.awssdk.services.fms.model
Methods in software.amazon.awssdk.services.fms.model that return EC2DeleteRouteAction.Builder Modifier and Type Method Description static EC2DeleteRouteAction.BuilderEC2DeleteRouteAction. builder()EC2DeleteRouteAction.BuilderEC2DeleteRouteAction.Builder. description(String description)A description of the DeleteRoute action.EC2DeleteRouteAction.BuilderEC2DeleteRouteAction.Builder. destinationCidrBlock(String destinationCidrBlock)Information about the IPv4 CIDR range for the route.EC2DeleteRouteAction.BuilderEC2DeleteRouteAction.Builder. destinationIpv6CidrBlock(String destinationIpv6CidrBlock)Information about the IPv6 CIDR range for the route.EC2DeleteRouteAction.BuilderEC2DeleteRouteAction.Builder. destinationPrefixListId(String destinationPrefixListId)Information about the ID of the prefix list for the route.default EC2DeleteRouteAction.BuilderEC2DeleteRouteAction.Builder. routeTableId(Consumer<ActionTarget.Builder> routeTableId)Information about the ID of the route table.EC2DeleteRouteAction.BuilderEC2DeleteRouteAction.Builder. routeTableId(ActionTarget routeTableId)Information about the ID of the route table.EC2DeleteRouteAction.BuilderEC2DeleteRouteAction. toBuilder()Methods in software.amazon.awssdk.services.fms.model that return types with arguments of type EC2DeleteRouteAction.Builder Modifier and Type Method Description static Class<? extends EC2DeleteRouteAction.Builder>EC2DeleteRouteAction. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.fms.model with type arguments of type EC2DeleteRouteAction.Builder Modifier and Type Method Description default RemediationAction.BuilderRemediationAction.Builder. ec2DeleteRouteAction(Consumer<EC2DeleteRouteAction.Builder> ec2DeleteRouteAction)Information about the DeleteRoute action in the Amazon EC2 API.
-