| Package | Description |
|---|---|
| com.amazonaws.services.emrcontainers.model |
| Modifier and Type | Method and Description |
|---|---|
Certificate |
Certificate.clone() |
Certificate |
Endpoint.getCertificateAuthority()
The certificate generated by emr control plane on customer behalf to secure the managed endpoint.
|
Certificate |
Certificate.withCertificateArn(String certificateArn)
The ARN of the certificate generated for managed endpoint.
|
Certificate |
Certificate.withCertificateData(String certificateData)
The base64 encoded PEM certificate data generated for managed endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Endpoint.setCertificateAuthority(Certificate certificateAuthority)
The certificate generated by emr control plane on customer behalf to secure the managed endpoint.
|
Endpoint |
Endpoint.withCertificateAuthority(Certificate certificateAuthority)
The certificate generated by emr control plane on customer behalf to secure the managed endpoint.
|
Copyright © 2022. All rights reserved.