Uses of Class
software.amazon.awssdk.services.ec2.model.ExportClientVpnClientConfigurationResponse
Packages that use ExportClientVpnClientConfigurationResponse
-
Uses of ExportClientVpnClientConfigurationResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return ExportClientVpnClientConfigurationResponseModifier and TypeMethodDescriptionEc2Client.exportClientVpnClientConfiguration(Consumer<ExportClientVpnClientConfigurationRequest.Builder> exportClientVpnClientConfigurationRequest) Downloads the contents of the Client VPN endpoint configuration file for the specified Client VPN endpoint.Ec2Client.exportClientVpnClientConfiguration(ExportClientVpnClientConfigurationRequest exportClientVpnClientConfigurationRequest) Downloads the contents of the Client VPN endpoint configuration file for the specified Client VPN endpoint.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type ExportClientVpnClientConfigurationResponseModifier and TypeMethodDescriptionEc2AsyncClient.exportClientVpnClientConfiguration(Consumer<ExportClientVpnClientConfigurationRequest.Builder> exportClientVpnClientConfigurationRequest) Downloads the contents of the Client VPN endpoint configuration file for the specified Client VPN endpoint.Ec2AsyncClient.exportClientVpnClientConfiguration(ExportClientVpnClientConfigurationRequest exportClientVpnClientConfigurationRequest) Downloads the contents of the Client VPN endpoint configuration file for the specified Client VPN endpoint.