Uses of Interface
software.amazon.awssdk.services.ec2.model.DeleteRouteRequest.Builder
Packages that use DeleteRouteRequest.Builder
Package
Description
-
Uses of DeleteRouteRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type DeleteRouteRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<DeleteRouteResponse>Ec2AsyncClient.deleteRoute(Consumer<DeleteRouteRequest.Builder> deleteRouteRequest) Deletes the specified route from the specified route table.default DeleteRouteResponseEc2Client.deleteRoute(Consumer<DeleteRouteRequest.Builder> deleteRouteRequest) Deletes the specified route from the specified route table. -
Uses of DeleteRouteRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return DeleteRouteRequest.BuilderModifier and TypeMethodDescriptionstatic DeleteRouteRequest.BuilderDeleteRouteRequest.builder()DeleteRouteRequest.Builder.destinationCidrBlock(String destinationCidrBlock) The IPv4 CIDR range for the route.DeleteRouteRequest.Builder.destinationIpv6CidrBlock(String destinationIpv6CidrBlock) The IPv6 CIDR range for the route.DeleteRouteRequest.Builder.destinationPrefixListId(String destinationPrefixListId) The ID of the prefix list for the route.Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.DeleteRouteRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DeleteRouteRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) DeleteRouteRequest.Builder.routeTableId(String routeTableId) The ID of the route table.DeleteRouteRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type DeleteRouteRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DeleteRouteRequest.Builder>DeleteRouteRequest.serializableBuilderClass()