Uses of Interface
software.amazon.awssdk.services.ec2.model.DeleteClientVpnRouteRequest.Builder
Packages that use DeleteClientVpnRouteRequest.Builder
Package
Description
-
Uses of DeleteClientVpnRouteRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type DeleteClientVpnRouteRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.deleteClientVpnRoute(Consumer<DeleteClientVpnRouteRequest.Builder> deleteClientVpnRouteRequest) Deletes a route from a Client VPN endpoint.default DeleteClientVpnRouteResponseEc2Client.deleteClientVpnRoute(Consumer<DeleteClientVpnRouteRequest.Builder> deleteClientVpnRouteRequest) Deletes a route from a Client VPN endpoint. -
Uses of DeleteClientVpnRouteRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return DeleteClientVpnRouteRequest.BuilderModifier and TypeMethodDescriptionDeleteClientVpnRouteRequest.builder()DeleteClientVpnRouteRequest.Builder.clientVpnEndpointId(String clientVpnEndpointId) The ID of the Client VPN endpoint from which the route is to be deleted.DeleteClientVpnRouteRequest.Builder.destinationCidrBlock(String destinationCidrBlock) The IPv4 address range, in CIDR notation, of the route to be deleted.Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.DeleteClientVpnRouteRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DeleteClientVpnRouteRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) DeleteClientVpnRouteRequest.Builder.targetVpcSubnetId(String targetVpcSubnetId) The ID of the target subnet used by the route.DeleteClientVpnRouteRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type DeleteClientVpnRouteRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DeleteClientVpnRouteRequest.Builder>DeleteClientVpnRouteRequest.serializableBuilderClass()