Uses of Class
com.oracle.bmc.bds.requests.StartBdsInstanceRequest
-
Packages that use StartBdsInstanceRequest Package Description com.oracle.bmc.bds com.oracle.bmc.bds.requests -
-
Uses of StartBdsInstanceRequest in com.oracle.bmc.bds
Methods in com.oracle.bmc.bds with parameters of type StartBdsInstanceRequest Modifier and Type Method Description StartBdsInstanceResponse
Bds. startBdsInstance(StartBdsInstanceRequest request)
Starts the BDS cluster that was stopped earlier.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)
StartBdsInstanceResponse
BdsClient. startBdsInstance(StartBdsInstanceRequest request)
Method parameters in com.oracle.bmc.bds with type arguments of type StartBdsInstanceRequest 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 StartBdsInstanceRequest in com.oracle.bmc.bds.requests
Methods in com.oracle.bmc.bds.requests that return StartBdsInstanceRequest Modifier and Type Method Description StartBdsInstanceRequest
StartBdsInstanceRequest.Builder. build()
Build the instance of StartBdsInstanceRequest as configured by this builderStartBdsInstanceRequest
StartBdsInstanceRequest.Builder. buildWithoutInvocationCallback()
Build the instance of StartBdsInstanceRequest as configured by this builderMethods in com.oracle.bmc.bds.requests with parameters of type StartBdsInstanceRequest Modifier and Type Method Description StartBdsInstanceRequest.Builder
StartBdsInstanceRequest.Builder. copy(StartBdsInstanceRequest o)
Copy method to populate the builder with values from the given instance.
-