Uses of Class
com.oracle.bmc.loadbalancer.model.Certificate
-
Packages that use Certificate Package Description com.oracle.bmc.loadbalancer.model com.oracle.bmc.loadbalancer.responses -
-
Uses of Certificate in com.oracle.bmc.loadbalancer.model
Methods in com.oracle.bmc.loadbalancer.model that return Certificate Modifier and Type Method Description Certificate
Certificate.Builder. build()
Methods in com.oracle.bmc.loadbalancer.model that return types with arguments of type Certificate Modifier and Type Method Description Map<String,Certificate>
LoadBalancer. getCertificates()
Methods in com.oracle.bmc.loadbalancer.model with parameters of type Certificate Modifier and Type Method Description Certificate.Builder
Certificate.Builder. copy(Certificate model)
Method parameters in com.oracle.bmc.loadbalancer.model with type arguments of type Certificate Modifier and Type Method Description LoadBalancer.Builder
LoadBalancer.Builder. certificates(Map<String,Certificate> certificates)
-
Uses of Certificate in com.oracle.bmc.loadbalancer.responses
Methods in com.oracle.bmc.loadbalancer.responses that return types with arguments of type Certificate Modifier and Type Method Description List<Certificate>
ListCertificatesResponse. getItems()
A list of com.oracle.bmc.loadbalancer.model.Certificate instances.Method parameters in com.oracle.bmc.loadbalancer.responses with type arguments of type Certificate Modifier and Type Method Description ListCertificatesResponse.Builder
ListCertificatesResponse.Builder. items(List<Certificate> items)
A list of com.oracle.bmc.loadbalancer.model.Certificate instances.
-