Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.RemoveListenerCertificatesRequest
-
Packages that use RemoveListenerCertificatesRequest Package Description software.amazon.awssdk.services.elasticloadbalancingv2 Elastic Load Balancing software.amazon.awssdk.services.elasticloadbalancingv2.transform -
-
Uses of RemoveListenerCertificatesRequest in software.amazon.awssdk.services.elasticloadbalancingv2
Methods in software.amazon.awssdk.services.elasticloadbalancingv2 with parameters of type RemoveListenerCertificatesRequest Modifier and Type Method Description default CompletableFuture<RemoveListenerCertificatesResponse>ElasticLoadBalancingV2AsyncClient. removeListenerCertificates(RemoveListenerCertificatesRequest removeListenerCertificatesRequest)Removes the specified certificate from the certificate list for the specified HTTPS or TLS listener.default RemoveListenerCertificatesResponseElasticLoadBalancingV2Client. removeListenerCertificates(RemoveListenerCertificatesRequest removeListenerCertificatesRequest)Removes the specified certificate from the certificate list for the specified HTTPS or TLS listener. -
Uses of RemoveListenerCertificatesRequest in software.amazon.awssdk.services.elasticloadbalancingv2.transform
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.transform with parameters of type RemoveListenerCertificatesRequest Modifier and Type Method Description SdkHttpFullRequestRemoveListenerCertificatesRequestMarshaller. marshall(RemoveListenerCertificatesRequest removeListenerCertificatesRequest)
-