Uses of Class
com.oracle.bmc.bds.requests.StopBdsInstanceRequest
-
Packages that use StopBdsInstanceRequest Package Description com.oracle.bmc.bds com.oracle.bmc.bds.requests -
-
Uses of StopBdsInstanceRequest in com.oracle.bmc.bds
Methods in com.oracle.bmc.bds with parameters of type StopBdsInstanceRequest Modifier and Type Method Description StopBdsInstanceResponse
Bds. stopBdsInstance(StopBdsInstanceRequest request)
Stops the BDS cluster that can be started at later point of time.Future<StopBdsInstanceResponse>
BdsAsync. stopBdsInstance(StopBdsInstanceRequest request, AsyncHandler<StopBdsInstanceRequest,StopBdsInstanceResponse> handler)
Stops the BDS cluster that can be started at later point of time.Future<StopBdsInstanceResponse>
BdsAsyncClient. stopBdsInstance(StopBdsInstanceRequest request, AsyncHandler<StopBdsInstanceRequest,StopBdsInstanceResponse> handler)
StopBdsInstanceResponse
BdsClient. stopBdsInstance(StopBdsInstanceRequest request)
Method parameters in com.oracle.bmc.bds with type arguments of type StopBdsInstanceRequest Modifier and Type Method Description Future<StopBdsInstanceResponse>
BdsAsync. stopBdsInstance(StopBdsInstanceRequest request, AsyncHandler<StopBdsInstanceRequest,StopBdsInstanceResponse> handler)
Stops the BDS cluster that can be started at later point of time.Future<StopBdsInstanceResponse>
BdsAsyncClient. stopBdsInstance(StopBdsInstanceRequest request, AsyncHandler<StopBdsInstanceRequest,StopBdsInstanceResponse> handler)
-
Uses of StopBdsInstanceRequest in com.oracle.bmc.bds.requests
Methods in com.oracle.bmc.bds.requests that return StopBdsInstanceRequest Modifier and Type Method Description StopBdsInstanceRequest
StopBdsInstanceRequest.Builder. build()
Build the instance of StopBdsInstanceRequest as configured by this builderStopBdsInstanceRequest
StopBdsInstanceRequest.Builder. buildWithoutInvocationCallback()
Build the instance of StopBdsInstanceRequest as configured by this builderMethods in com.oracle.bmc.bds.requests with parameters of type StopBdsInstanceRequest Modifier and Type Method Description StopBdsInstanceRequest.Builder
StopBdsInstanceRequest.Builder. copy(StopBdsInstanceRequest o)
Copy method to populate the builder with values from the given instance.
-