Uses of Class
com.oracle.bmc.mysql.model.CustomerContact
-
Packages that use CustomerContact Package Description com.oracle.bmc.mysql.model -
-
Uses of CustomerContact in com.oracle.bmc.mysql.model
Methods in com.oracle.bmc.mysql.model that return CustomerContact Modifier and Type Method Description CustomerContact
CustomerContact.Builder. build()
Methods in com.oracle.bmc.mysql.model that return types with arguments of type CustomerContact Modifier and Type Method Description List<CustomerContact>
CreateDbSystemDetails. getCustomerContacts()
The list of customer email addresses that receive information from Oracle about the specified OCI DB System resource.List<CustomerContact>
DbSystem. getCustomerContacts()
The list of customer email addresses that receive information from Oracle about the specified OCI DB System resource.List<CustomerContact>
UpdateDbSystemDetails. getCustomerContacts()
The list of customer email addresses that receive information from Oracle about the specified OCI DB System resource.Methods in com.oracle.bmc.mysql.model with parameters of type CustomerContact Modifier and Type Method Description CustomerContact.Builder
CustomerContact.Builder. copy(CustomerContact model)
Method parameters in com.oracle.bmc.mysql.model with type arguments of type CustomerContact Modifier and Type Method Description CreateDbSystemDetails.Builder
CreateDbSystemDetails.Builder. customerContacts(List<CustomerContact> customerContacts)
The list of customer email addresses that receive information from Oracle about the specified OCI DB System resource.DbSystem.Builder
DbSystem.Builder. customerContacts(List<CustomerContact> customerContacts)
The list of customer email addresses that receive information from Oracle about the specified OCI DB System resource.UpdateDbSystemDetails.Builder
UpdateDbSystemDetails.Builder. customerContacts(List<CustomerContact> customerContacts)
The list of customer email addresses that receive information from Oracle about the specified OCI DB System resource.
-