Uses of Class
com.oracle.bmc.databasemanagement.model.ChangeManagedDatabaseGroupCompartmentDetails
-
Packages that use ChangeManagedDatabaseGroupCompartmentDetails Package Description com.oracle.bmc.databasemanagement.model com.oracle.bmc.databasemanagement.requests -
-
Uses of ChangeManagedDatabaseGroupCompartmentDetails in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return ChangeManagedDatabaseGroupCompartmentDetails Modifier and Type Method Description ChangeManagedDatabaseGroupCompartmentDetails
ChangeManagedDatabaseGroupCompartmentDetails.Builder. build()
Methods in com.oracle.bmc.databasemanagement.model with parameters of type ChangeManagedDatabaseGroupCompartmentDetails Modifier and Type Method Description ChangeManagedDatabaseGroupCompartmentDetails.Builder
ChangeManagedDatabaseGroupCompartmentDetails.Builder. copy(ChangeManagedDatabaseGroupCompartmentDetails model)
-
Uses of ChangeManagedDatabaseGroupCompartmentDetails in com.oracle.bmc.databasemanagement.requests
Methods in com.oracle.bmc.databasemanagement.requests that return ChangeManagedDatabaseGroupCompartmentDetails Modifier and Type Method Description ChangeManagedDatabaseGroupCompartmentDetails
ChangeManagedDatabaseGroupCompartmentRequest. getBody$()
Alternative accessor for the body parameter.ChangeManagedDatabaseGroupCompartmentDetails
ChangeManagedDatabaseGroupCompartmentRequest. getChangeManagedDatabaseGroupCompartmentDetails()
The OCID of the compartment to move the Managed Database Group to.Methods in com.oracle.bmc.databasemanagement.requests with parameters of type ChangeManagedDatabaseGroupCompartmentDetails Modifier and Type Method Description ChangeManagedDatabaseGroupCompartmentRequest.Builder
ChangeManagedDatabaseGroupCompartmentRequest.Builder. body$(ChangeManagedDatabaseGroupCompartmentDetails body)
Alternative setter for the body parameter.ChangeManagedDatabaseGroupCompartmentRequest.Builder
ChangeManagedDatabaseGroupCompartmentRequest.Builder. changeManagedDatabaseGroupCompartmentDetails(ChangeManagedDatabaseGroupCompartmentDetails changeManagedDatabaseGroupCompartmentDetails)
The OCID of the compartment to move the Managed Database Group to.
-