Uses of Class
software.amazon.awssdk.services.ec2.model.DeleteClientVpnEndpointResponse
Packages that use DeleteClientVpnEndpointResponse
-
Uses of DeleteClientVpnEndpointResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return DeleteClientVpnEndpointResponseModifier and TypeMethodDescriptiondefault DeleteClientVpnEndpointResponseEc2Client.deleteClientVpnEndpoint(Consumer<DeleteClientVpnEndpointRequest.Builder> deleteClientVpnEndpointRequest) Deletes the specified Client VPN endpoint.default DeleteClientVpnEndpointResponseEc2Client.deleteClientVpnEndpoint(DeleteClientVpnEndpointRequest deleteClientVpnEndpointRequest) Deletes the specified Client VPN endpoint.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type DeleteClientVpnEndpointResponseModifier and TypeMethodDescriptionEc2AsyncClient.deleteClientVpnEndpoint(Consumer<DeleteClientVpnEndpointRequest.Builder> deleteClientVpnEndpointRequest) Deletes the specified Client VPN endpoint.Ec2AsyncClient.deleteClientVpnEndpoint(DeleteClientVpnEndpointRequest deleteClientVpnEndpointRequest) Deletes the specified Client VPN endpoint.