Uses of Class
com.oracle.bmc.databasetools.model.ChangeDatabaseToolsConnectionCompartmentDetails
-
Packages that use ChangeDatabaseToolsConnectionCompartmentDetails Package Description com.oracle.bmc.databasetools.model com.oracle.bmc.databasetools.requests -
-
Uses of ChangeDatabaseToolsConnectionCompartmentDetails in com.oracle.bmc.databasetools.model
Methods in com.oracle.bmc.databasetools.model that return ChangeDatabaseToolsConnectionCompartmentDetails Modifier and Type Method Description ChangeDatabaseToolsConnectionCompartmentDetails
ChangeDatabaseToolsConnectionCompartmentDetails.Builder. build()
Methods in com.oracle.bmc.databasetools.model with parameters of type ChangeDatabaseToolsConnectionCompartmentDetails Modifier and Type Method Description ChangeDatabaseToolsConnectionCompartmentDetails.Builder
ChangeDatabaseToolsConnectionCompartmentDetails.Builder. copy(ChangeDatabaseToolsConnectionCompartmentDetails model)
-
Uses of ChangeDatabaseToolsConnectionCompartmentDetails in com.oracle.bmc.databasetools.requests
Methods in com.oracle.bmc.databasetools.requests that return ChangeDatabaseToolsConnectionCompartmentDetails Modifier and Type Method Description ChangeDatabaseToolsConnectionCompartmentDetails
ChangeDatabaseToolsConnectionCompartmentRequest. getBody$()
Alternative accessor for the body parameter.ChangeDatabaseToolsConnectionCompartmentDetails
ChangeDatabaseToolsConnectionCompartmentRequest. getChangeDatabaseToolsConnectionCompartmentDetails()
Request to change the compartment of the DatabaseToolsConnection.Methods in com.oracle.bmc.databasetools.requests with parameters of type ChangeDatabaseToolsConnectionCompartmentDetails Modifier and Type Method Description ChangeDatabaseToolsConnectionCompartmentRequest.Builder
ChangeDatabaseToolsConnectionCompartmentRequest.Builder. body$(ChangeDatabaseToolsConnectionCompartmentDetails body)
Alternative setter for the body parameter.ChangeDatabaseToolsConnectionCompartmentRequest.Builder
ChangeDatabaseToolsConnectionCompartmentRequest.Builder. changeDatabaseToolsConnectionCompartmentDetails(ChangeDatabaseToolsConnectionCompartmentDetails changeDatabaseToolsConnectionCompartmentDetails)
Request to change the compartment of the DatabaseToolsConnection.
-