Uses of Class
com.oracle.bmc.waas.model.Certificate
-
Packages that use Certificate Package Description com.oracle.bmc.waas.model com.oracle.bmc.waas.responses -
-
Uses of Certificate in com.oracle.bmc.waas.model
Methods in com.oracle.bmc.waas.model that return Certificate Modifier and Type Method Description Certificate
Certificate.Builder. build()
Methods in com.oracle.bmc.waas.model with parameters of type Certificate Modifier and Type Method Description Certificate.Builder
Certificate.Builder. copy(Certificate model)
-
Uses of Certificate in com.oracle.bmc.waas.responses
Methods in com.oracle.bmc.waas.responses that return Certificate Modifier and Type Method Description Certificate
CreateCertificateResponse. getCertificate()
The returned Certificate instance.Certificate
GetCertificateResponse. getCertificate()
The returned Certificate instance.Certificate
UpdateCertificateResponse. getCertificate()
The returned Certificate instance.Methods in com.oracle.bmc.waas.responses with parameters of type Certificate Modifier and Type Method Description CreateCertificateResponse.Builder
CreateCertificateResponse.Builder. certificate(Certificate certificate)
The returned Certificate instance.GetCertificateResponse.Builder
GetCertificateResponse.Builder. certificate(Certificate certificate)
The returned Certificate instance.UpdateCertificateResponse.Builder
UpdateCertificateResponse.Builder. certificate(Certificate certificate)
The returned Certificate instance.
-