| Package | Description |
|---|---|
| com.amazonaws.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
Certificate |
Certificate.clone() |
Certificate |
Cluster.getCertificateAuthority()
The
certificate-authority-data for your cluster. |
Certificate |
Certificate.withData(String data)
The Base64-encoded certificate data required to communicate with your cluster.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Cluster.setCertificateAuthority(Certificate certificateAuthority)
The
certificate-authority-data for your cluster. |
Cluster |
Cluster.withCertificateAuthority(Certificate certificateAuthority)
The
certificate-authority-data for your cluster. |
Copyright © 2022. All rights reserved.