Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.Certificate
-
Packages that use Certificate Package Description software.amazon.awssdk.services.elasticloadbalancingv2.model software.amazon.awssdk.services.elasticloadbalancingv2.paginators -
-
Uses of Certificate in software.amazon.awssdk.services.elasticloadbalancingv2.model
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return types with arguments of type Certificate Modifier and Type Method Description List<Certificate>AddListenerCertificatesRequest. certificates()The certificate to add.List<Certificate>AddListenerCertificatesResponse. certificates()Information about the certificates in the certificate list.List<Certificate>CreateListenerRequest. certificates()[HTTPS and TLS listeners] The default certificate for the listener.List<Certificate>DescribeListenerCertificatesResponse. certificates()Information about the certificates.List<Certificate>Listener. certificates()[HTTPS or TLS listener] The default certificate for the listener.List<Certificate>ModifyListenerRequest. certificates()[HTTPS and TLS listeners] The default certificate for the listener.List<Certificate>RemoveListenerCertificatesRequest. certificates()The certificate to remove.Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model with parameters of type Certificate Modifier and Type Method Description AddListenerCertificatesRequest.BuilderAddListenerCertificatesRequest.Builder. certificates(Certificate... certificates)The certificate to add.AddListenerCertificatesResponse.BuilderAddListenerCertificatesResponse.Builder. certificates(Certificate... certificates)Information about the certificates in the certificate list.CreateListenerRequest.BuilderCreateListenerRequest.Builder. certificates(Certificate... certificates)[HTTPS and TLS listeners] The default certificate for the listener.DescribeListenerCertificatesResponse.BuilderDescribeListenerCertificatesResponse.Builder. certificates(Certificate... certificates)Information about the certificates.Listener.BuilderListener.Builder. certificates(Certificate... certificates)[HTTPS or TLS listener] The default certificate for the listener.ModifyListenerRequest.BuilderModifyListenerRequest.Builder. certificates(Certificate... certificates)[HTTPS and TLS listeners] The default certificate for the listener.RemoveListenerCertificatesRequest.BuilderRemoveListenerCertificatesRequest.Builder. certificates(Certificate... certificates)The certificate to remove.Method parameters in software.amazon.awssdk.services.elasticloadbalancingv2.model with type arguments of type Certificate Modifier and Type Method Description AddListenerCertificatesRequest.BuilderAddListenerCertificatesRequest.Builder. certificates(Collection<Certificate> certificates)The certificate to add.AddListenerCertificatesResponse.BuilderAddListenerCertificatesResponse.Builder. certificates(Collection<Certificate> certificates)Information about the certificates in the certificate list.CreateListenerRequest.BuilderCreateListenerRequest.Builder. certificates(Collection<Certificate> certificates)[HTTPS and TLS listeners] The default certificate for the listener.DescribeListenerCertificatesResponse.BuilderDescribeListenerCertificatesResponse.Builder. certificates(Collection<Certificate> certificates)Information about the certificates.Listener.BuilderListener.Builder. certificates(Collection<Certificate> certificates)[HTTPS or TLS listener] The default certificate for the listener.ModifyListenerRequest.BuilderModifyListenerRequest.Builder. certificates(Collection<Certificate> certificates)[HTTPS and TLS listeners] The default certificate for the listener.RemoveListenerCertificatesRequest.BuilderRemoveListenerCertificatesRequest.Builder. certificates(Collection<Certificate> certificates)The certificate to remove. -
Uses of Certificate in software.amazon.awssdk.services.elasticloadbalancingv2.paginators
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.paginators that return types with arguments of type Certificate Modifier and Type Method Description SdkIterable<Certificate>DescribeListenerCertificatesIterable. certificates()Returns an iterable to iterate through the paginatedDescribeListenerCertificatesResponse.certificates()member.SdkPublisher<Certificate>DescribeListenerCertificatesPublisher. certificates()Returns a publisher that can be used to get a stream of data.
-