Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.DescribeListenerCertificatesResponse
-
Packages that use DescribeListenerCertificatesResponse Package Description software.amazon.awssdk.services.elasticloadbalancingv2 Elastic Load Balancing software.amazon.awssdk.services.elasticloadbalancingv2.paginators -
-
Uses of DescribeListenerCertificatesResponse in software.amazon.awssdk.services.elasticloadbalancingv2
Methods in software.amazon.awssdk.services.elasticloadbalancingv2 that return DescribeListenerCertificatesResponse Modifier and Type Method Description default DescribeListenerCertificatesResponseElasticLoadBalancingV2Client. describeListenerCertificates(Consumer<DescribeListenerCertificatesRequest.Builder> describeListenerCertificatesRequest)Describes the default certificate and the certificate list for the specified HTTPS or TLS listener.default DescribeListenerCertificatesResponseElasticLoadBalancingV2Client. describeListenerCertificates(DescribeListenerCertificatesRequest describeListenerCertificatesRequest)Describes the default certificate and the certificate list for the specified HTTPS or TLS listener.Methods in software.amazon.awssdk.services.elasticloadbalancingv2 that return types with arguments of type DescribeListenerCertificatesResponse Modifier and Type Method Description default CompletableFuture<DescribeListenerCertificatesResponse>ElasticLoadBalancingV2AsyncClient. describeListenerCertificates(Consumer<DescribeListenerCertificatesRequest.Builder> describeListenerCertificatesRequest)Describes the default certificate and the certificate list for the specified HTTPS or TLS listener.default CompletableFuture<DescribeListenerCertificatesResponse>ElasticLoadBalancingV2AsyncClient. describeListenerCertificates(DescribeListenerCertificatesRequest describeListenerCertificatesRequest)Describes the default certificate and the certificate list for the specified HTTPS or TLS listener. -
Uses of DescribeListenerCertificatesResponse in software.amazon.awssdk.services.elasticloadbalancingv2.paginators
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.paginators that return types with arguments of type DescribeListenerCertificatesResponse Modifier and Type Method Description Iterator<DescribeListenerCertificatesResponse>DescribeListenerCertificatesIterable. iterator()Method parameters in software.amazon.awssdk.services.elasticloadbalancingv2.paginators with type arguments of type DescribeListenerCertificatesResponse Modifier and Type Method Description voidDescribeListenerCertificatesPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeListenerCertificatesResponse> subscriber)
-