Uses of Class
software.amazon.awssdk.services.ec2.model.ExportClientVpnClientCertificateRevocationListResponse
Packages that use ExportClientVpnClientCertificateRevocationListResponse
-
Uses of ExportClientVpnClientCertificateRevocationListResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return ExportClientVpnClientCertificateRevocationListResponseModifier and TypeMethodDescriptionEc2Client.exportClientVpnClientCertificateRevocationList(Consumer<ExportClientVpnClientCertificateRevocationListRequest.Builder> exportClientVpnClientCertificateRevocationListRequest) Downloads the client certificate revocation list for the specified Client VPN endpoint.Ec2Client.exportClientVpnClientCertificateRevocationList(ExportClientVpnClientCertificateRevocationListRequest exportClientVpnClientCertificateRevocationListRequest) Downloads the client certificate revocation list for the specified Client VPN endpoint.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type ExportClientVpnClientCertificateRevocationListResponseModifier and TypeMethodDescriptionEc2AsyncClient.exportClientVpnClientCertificateRevocationList(Consumer<ExportClientVpnClientCertificateRevocationListRequest.Builder> exportClientVpnClientCertificateRevocationListRequest) Downloads the client certificate revocation list for the specified Client VPN endpoint.Ec2AsyncClient.exportClientVpnClientCertificateRevocationList(ExportClientVpnClientCertificateRevocationListRequest exportClientVpnClientCertificateRevocationListRequest) Downloads the client certificate revocation list for the specified Client VPN endpoint.