| Package | Description |
|---|---|
| com.amazonaws.services.elasticloadbalancingv2.model |
| Modifier and Type | Method and Description |
|---|---|
Certificate |
Certificate.clone() |
Certificate |
Certificate.withCertificateArn(String certificateArn)
The Amazon Resource Name (ARN) of the certificate.
|
Certificate |
Certificate.withIsDefault(Boolean isDefault)
Indicates whether the certificate is the default certificate.
|
| Modifier and Type | Method and Description |
|---|---|
List<Certificate> |
Listener.getCertificates()
[HTTPS or TLS listener] The default certificate for the listener.
|
List<Certificate> |
RemoveListenerCertificatesRequest.getCertificates()
The certificate to remove.
|
List<Certificate> |
ModifyListenerRequest.getCertificates()
[HTTPS and TLS listeners] The default certificate for the listener.
|
List<Certificate> |
DescribeListenerCertificatesResult.getCertificates()
Information about the certificates.
|
List<Certificate> |
CreateListenerRequest.getCertificates()
[HTTPS and TLS listeners] The default certificate for the listener.
|
List<Certificate> |
AddListenerCertificatesResult.getCertificates()
Information about the certificates in the certificate list.
|
List<Certificate> |
AddListenerCertificatesRequest.getCertificates()
The certificate to add.
|
| Modifier and Type | Method and Description |
|---|---|
Listener |
Listener.withCertificates(Certificate... certificates)
[HTTPS or TLS listener] The default certificate for the listener.
|
RemoveListenerCertificatesRequest |
RemoveListenerCertificatesRequest.withCertificates(Certificate... certificates)
The certificate to remove.
|
ModifyListenerRequest |
ModifyListenerRequest.withCertificates(Certificate... certificates)
[HTTPS and TLS listeners] The default certificate for the listener.
|
DescribeListenerCertificatesResult |
DescribeListenerCertificatesResult.withCertificates(Certificate... certificates)
Information about the certificates.
|
CreateListenerRequest |
CreateListenerRequest.withCertificates(Certificate... certificates)
[HTTPS and TLS listeners] The default certificate for the listener.
|
AddListenerCertificatesResult |
AddListenerCertificatesResult.withCertificates(Certificate... certificates)
Information about the certificates in the certificate list.
|
AddListenerCertificatesRequest |
AddListenerCertificatesRequest.withCertificates(Certificate... certificates)
The certificate to add.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Listener.setCertificates(Collection<Certificate> certificates)
[HTTPS or TLS listener] The default certificate for the listener.
|
void |
RemoveListenerCertificatesRequest.setCertificates(Collection<Certificate> certificates)
The certificate to remove.
|
void |
ModifyListenerRequest.setCertificates(Collection<Certificate> certificates)
[HTTPS and TLS listeners] The default certificate for the listener.
|
void |
DescribeListenerCertificatesResult.setCertificates(Collection<Certificate> certificates)
Information about the certificates.
|
void |
CreateListenerRequest.setCertificates(Collection<Certificate> certificates)
[HTTPS and TLS listeners] The default certificate for the listener.
|
void |
AddListenerCertificatesResult.setCertificates(Collection<Certificate> certificates)
Information about the certificates in the certificate list.
|
void |
AddListenerCertificatesRequest.setCertificates(Collection<Certificate> certificates)
The certificate to add.
|
Listener |
Listener.withCertificates(Collection<Certificate> certificates)
[HTTPS or TLS listener] The default certificate for the listener.
|
RemoveListenerCertificatesRequest |
RemoveListenerCertificatesRequest.withCertificates(Collection<Certificate> certificates)
The certificate to remove.
|
ModifyListenerRequest |
ModifyListenerRequest.withCertificates(Collection<Certificate> certificates)
[HTTPS and TLS listeners] The default certificate for the listener.
|
DescribeListenerCertificatesResult |
DescribeListenerCertificatesResult.withCertificates(Collection<Certificate> certificates)
Information about the certificates.
|
CreateListenerRequest |
CreateListenerRequest.withCertificates(Collection<Certificate> certificates)
[HTTPS and TLS listeners] The default certificate for the listener.
|
AddListenerCertificatesResult |
AddListenerCertificatesResult.withCertificates(Collection<Certificate> certificates)
Information about the certificates in the certificate list.
|
AddListenerCertificatesRequest |
AddListenerCertificatesRequest.withCertificates(Collection<Certificate> certificates)
The certificate to add.
|
Copyright © 2023. All rights reserved.