Uses of Class
com.oracle.bmc.bds.responses.StartBdsInstanceResponse
-
Packages that use StartBdsInstanceResponse Package Description com.oracle.bmc.bds com.oracle.bmc.bds.responses -
-
Uses of StartBdsInstanceResponse in com.oracle.bmc.bds
Methods in com.oracle.bmc.bds that return StartBdsInstanceResponse Modifier and Type Method Description StartBdsInstanceResponse
Bds. startBdsInstance(StartBdsInstanceRequest request)
Starts the BDS cluster that was stopped earlier.StartBdsInstanceResponse
BdsClient. startBdsInstance(StartBdsInstanceRequest request)
Methods in com.oracle.bmc.bds that return types with arguments of type StartBdsInstanceResponse Modifier and Type Method Description Future<StartBdsInstanceResponse>
BdsAsync. startBdsInstance(StartBdsInstanceRequest request, AsyncHandler<StartBdsInstanceRequest,StartBdsInstanceResponse> handler)
Starts the BDS cluster that was stopped earlier.Future<StartBdsInstanceResponse>
BdsAsyncClient. startBdsInstance(StartBdsInstanceRequest request, AsyncHandler<StartBdsInstanceRequest,StartBdsInstanceResponse> handler)
Method parameters in com.oracle.bmc.bds with type arguments of type StartBdsInstanceResponse Modifier and Type Method Description Future<StartBdsInstanceResponse>
BdsAsync. startBdsInstance(StartBdsInstanceRequest request, AsyncHandler<StartBdsInstanceRequest,StartBdsInstanceResponse> handler)
Starts the BDS cluster that was stopped earlier.Future<StartBdsInstanceResponse>
BdsAsyncClient. startBdsInstance(StartBdsInstanceRequest request, AsyncHandler<StartBdsInstanceRequest,StartBdsInstanceResponse> handler)
-
Uses of StartBdsInstanceResponse in com.oracle.bmc.bds.responses
Methods in com.oracle.bmc.bds.responses that return StartBdsInstanceResponse Modifier and Type Method Description StartBdsInstanceResponse
StartBdsInstanceResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.bds.responses with parameters of type StartBdsInstanceResponse Modifier and Type Method Description StartBdsInstanceResponse.Builder
StartBdsInstanceResponse.Builder. copy(StartBdsInstanceResponse o)
Copy method to populate the builder with values from the given instance.
-