Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.DescribeListenerCertificatesResponse
Packages that use DescribeListenerCertificatesResponse
Package
Description
-
Uses of DescribeListenerCertificatesResponse in software.amazon.awssdk.services.elasticloadbalancingv2
Methods in software.amazon.awssdk.services.elasticloadbalancingv2 that return DescribeListenerCertificatesResponseModifier and TypeMethodDescriptionElasticLoadBalancingV2Client.describeListenerCertificates(Consumer<DescribeListenerCertificatesRequest.Builder> describeListenerCertificatesRequest) Describes the default certificate and the certificate list for the specified HTTPS or TLS listener.ElasticLoadBalancingV2Client.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 DescribeListenerCertificatesResponseModifier and TypeMethodDescriptionElasticLoadBalancingV2AsyncClient.describeListenerCertificates(Consumer<DescribeListenerCertificatesRequest.Builder> describeListenerCertificatesRequest) Describes the default certificate and the certificate list for the specified HTTPS or TLS listener.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 DescribeListenerCertificatesResponseMethod parameters in software.amazon.awssdk.services.elasticloadbalancingv2.paginators with type arguments of type DescribeListenerCertificatesResponseModifier and TypeMethodDescriptionvoidDescribeListenerCertificatesPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeListenerCertificatesResponse> subscriber)