Uses of Class
com.oracle.bmc.datascience.model.ChangeMlApplicationInstanceViewCompartmentDetails
-
Packages that use ChangeMlApplicationInstanceViewCompartmentDetails Package Description com.oracle.bmc.datascience.model com.oracle.bmc.datascience.requests -
-
Uses of ChangeMlApplicationInstanceViewCompartmentDetails in com.oracle.bmc.datascience.model
Methods in com.oracle.bmc.datascience.model that return ChangeMlApplicationInstanceViewCompartmentDetails Modifier and Type Method Description ChangeMlApplicationInstanceViewCompartmentDetails
ChangeMlApplicationInstanceViewCompartmentDetails.Builder. build()
Methods in com.oracle.bmc.datascience.model with parameters of type ChangeMlApplicationInstanceViewCompartmentDetails Modifier and Type Method Description ChangeMlApplicationInstanceViewCompartmentDetails.Builder
ChangeMlApplicationInstanceViewCompartmentDetails.Builder. copy(ChangeMlApplicationInstanceViewCompartmentDetails model)
-
Uses of ChangeMlApplicationInstanceViewCompartmentDetails in com.oracle.bmc.datascience.requests
Methods in com.oracle.bmc.datascience.requests that return ChangeMlApplicationInstanceViewCompartmentDetails Modifier and Type Method Description ChangeMlApplicationInstanceViewCompartmentDetails
ChangeMlApplicationInstanceViewCompartmentRequest. getBody$()
Alternative accessor for the body parameter.ChangeMlApplicationInstanceViewCompartmentDetails
ChangeMlApplicationInstanceViewCompartmentRequest. getChangeMlApplicationInstanceViewCompartmentDetails()
The information to be updated.Methods in com.oracle.bmc.datascience.requests with parameters of type ChangeMlApplicationInstanceViewCompartmentDetails Modifier and Type Method Description ChangeMlApplicationInstanceViewCompartmentRequest.Builder
ChangeMlApplicationInstanceViewCompartmentRequest.Builder. body$(ChangeMlApplicationInstanceViewCompartmentDetails body)
Alternative setter for the body parameter.ChangeMlApplicationInstanceViewCompartmentRequest.Builder
ChangeMlApplicationInstanceViewCompartmentRequest.Builder. changeMlApplicationInstanceViewCompartmentDetails(ChangeMlApplicationInstanceViewCompartmentDetails changeMlApplicationInstanceViewCompartmentDetails)
The information to be updated.
-