Uses of Class
com.oracle.bmc.bds.model.StartBdsInstanceDetails
-
Packages that use StartBdsInstanceDetails Package Description com.oracle.bmc.bds.model com.oracle.bmc.bds.requests -
-
Uses of StartBdsInstanceDetails in com.oracle.bmc.bds.model
Methods in com.oracle.bmc.bds.model that return StartBdsInstanceDetails Modifier and Type Method Description StartBdsInstanceDetails
StartBdsInstanceDetails.Builder. build()
Methods in com.oracle.bmc.bds.model with parameters of type StartBdsInstanceDetails Modifier and Type Method Description StartBdsInstanceDetails.Builder
StartBdsInstanceDetails.Builder. copy(StartBdsInstanceDetails model)
-
Uses of StartBdsInstanceDetails in com.oracle.bmc.bds.requests
Methods in com.oracle.bmc.bds.requests that return StartBdsInstanceDetails Modifier and Type Method Description StartBdsInstanceDetails
StartBdsInstanceRequest. getBody$()
Alternative accessor for the body parameter.StartBdsInstanceDetails
StartBdsInstanceRequest. getStartBdsInstanceDetails()
Parameters for starting a clusterMethods in com.oracle.bmc.bds.requests with parameters of type StartBdsInstanceDetails Modifier and Type Method Description StartBdsInstanceRequest.Builder
StartBdsInstanceRequest.Builder. body$(StartBdsInstanceDetails body)
Alternative setter for the body parameter.StartBdsInstanceRequest.Builder
StartBdsInstanceRequest.Builder. startBdsInstanceDetails(StartBdsInstanceDetails startBdsInstanceDetails)
Parameters for starting a cluster
-