Uses of Class
com.oracle.bmc.opensearch.model.CertificateMode
-
Packages that use CertificateMode Package Description com.oracle.bmc.opensearch.model -
-
Uses of CertificateMode in com.oracle.bmc.opensearch.model
Methods in com.oracle.bmc.opensearch.model that return CertificateMode Modifier and Type Method Description static CertificateMode
CertificateMode. create(String key)
CertificateMode
CertificateConfig. getClusterCertificateMode()
Specifies whether the certificate to be used in cluster is managed by OpenSearch or OCI Certificates service.CertificateMode
CertificateConfig. getDashboardCertificateMode()
Specifies whether the certificate to be used in dashboard is managed by OpenSearch or OCI Certificates service.static CertificateMode
CertificateMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static CertificateMode[]
CertificateMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.opensearch.model with parameters of type CertificateMode Modifier and Type Method Description CertificateConfig.Builder
CertificateConfig.Builder. clusterCertificateMode(CertificateMode clusterCertificateMode)
Specifies whether the certificate to be used in cluster is managed by OpenSearch or OCI Certificates service.CertificateConfig.Builder
CertificateConfig.Builder. dashboardCertificateMode(CertificateMode dashboardCertificateMode)
Specifies whether the certificate to be used in dashboard is managed by OpenSearch or OCI Certificates service.Constructors in com.oracle.bmc.opensearch.model with parameters of type CertificateMode Constructor Description CertificateConfig(CertificateMode clusterCertificateMode, CertificateMode dashboardCertificateMode, String openSearchApiCertificateId, String openSearchDashboardCertificateId)
Deprecated.
-