Uses of Class
com.oracle.bmc.datascience.model.CreateComputeTargetDetails
-
Packages that use CreateComputeTargetDetails Package Description com.oracle.bmc.datascience.model com.oracle.bmc.datascience.requests -
-
Uses of CreateComputeTargetDetails in com.oracle.bmc.datascience.model
Methods in com.oracle.bmc.datascience.model that return CreateComputeTargetDetails Modifier and Type Method Description CreateComputeTargetDetailsCreateComputeTargetDetails.Builder. build()Methods in com.oracle.bmc.datascience.model with parameters of type CreateComputeTargetDetails Modifier and Type Method Description CreateComputeTargetDetails.BuilderCreateComputeTargetDetails.Builder. copy(CreateComputeTargetDetails model) -
Uses of CreateComputeTargetDetails in com.oracle.bmc.datascience.requests
Methods in com.oracle.bmc.datascience.requests that return CreateComputeTargetDetails Modifier and Type Method Description CreateComputeTargetDetailsCreateComputeTargetRequest. getBody$()Alternative accessor for the body parameter.CreateComputeTargetDetailsCreateComputeTargetRequest. getCreateComputeTargetDetails()Details for creating a new compute target.Methods in com.oracle.bmc.datascience.requests with parameters of type CreateComputeTargetDetails Modifier and Type Method Description CreateComputeTargetRequest.BuilderCreateComputeTargetRequest.Builder. body$(CreateComputeTargetDetails body)Alternative setter for the body parameter.CreateComputeTargetRequest.BuilderCreateComputeTargetRequest.Builder. createComputeTargetDetails(CreateComputeTargetDetails createComputeTargetDetails)Details for creating a new compute target.
-