Uses of Class
software.amazon.awssdk.services.ec2.model.ExportClientVpnClientCertificateRevocationListResponse
-
Packages that use ExportClientVpnClientCertificateRevocationListResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud -
-
Uses of ExportClientVpnClientCertificateRevocationListResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return ExportClientVpnClientCertificateRevocationListResponse Modifier and Type Method Description default ExportClientVpnClientCertificateRevocationListResponseEc2Client. exportClientVpnClientCertificateRevocationList(Consumer<ExportClientVpnClientCertificateRevocationListRequest.Builder> exportClientVpnClientCertificateRevocationListRequest)Downloads the client certificate revocation list for the specified Client VPN endpoint.default ExportClientVpnClientCertificateRevocationListResponseEc2Client. 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 ExportClientVpnClientCertificateRevocationListResponse Modifier and Type Method Description default CompletableFuture<ExportClientVpnClientCertificateRevocationListResponse>Ec2AsyncClient. exportClientVpnClientCertificateRevocationList(Consumer<ExportClientVpnClientCertificateRevocationListRequest.Builder> exportClientVpnClientCertificateRevocationListRequest)Downloads the client certificate revocation list for the specified Client VPN endpoint.default CompletableFuture<ExportClientVpnClientCertificateRevocationListResponse>Ec2AsyncClient. exportClientVpnClientCertificateRevocationList(ExportClientVpnClientCertificateRevocationListRequest exportClientVpnClientCertificateRevocationListRequest)Downloads the client certificate revocation list for the specified Client VPN endpoint.
-