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.Constructor parameters in com.oracle.bmc.mysql.model with type arguments of type CustomerContact Constructor Description CreateDbSystemDetails(String displayName, String description, String compartmentId, Boolean isHighlyAvailable, String availabilityDomain, String faultDomain, String configurationId, String shapeName, String mysqlVersion, String subnetId, String adminUsername, String adminPassword, Integer dataStorageSizeInGBs, DataStorageDetails dataStorage, String hostnameLabel, String ipAddress, Integer port, Integer portX, CreateBackupPolicyDetails backupPolicy, CreateDbSystemSourceDetails source, CreateMaintenanceDetails maintenance, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, CreateDeletionPolicyDetails deletionPolicy, CrashRecoveryStatus crashRecovery, DatabaseManagementStatus databaseManagement, SecureConnectionDetails secureConnections, DbSystem.DatabaseMode databaseMode, DbSystem.AccessMode accessMode, List<CustomerContact> customerContacts, CreateReadEndpointDetails readEndpoint)
Deprecated.UpdateDbSystemDetails(String displayName, String description, String subnetId, DbSystem.DatabaseMode databaseMode, DbSystem.AccessMode accessMode, Boolean isHighlyAvailable, String availabilityDomain, String faultDomain, String shapeName, String mysqlVersion, String configurationId, String adminUsername, String adminPassword, Integer dataStorageSizeInGBs, DataStorageDetails dataStorage, String hostnameLabel, String ipAddress, Integer port, Integer portX, UpdateBackupPolicyDetails backupPolicy, UpdateMaintenanceDetails maintenance, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, UpdateDeletionPolicyDetails deletionPolicy, CrashRecoveryStatus crashRecovery, DatabaseManagementStatus databaseManagement, SecureConnectionDetails secureConnections, List<CustomerContact> customerContacts, UpdateReadEndpointDetails readEndpoint)
Deprecated.
-