Uses of Class
com.oracle.bmc.oda.responses.StopOdaInstanceResponse
-
Packages that use StopOdaInstanceResponse Package Description com.oracle.bmc.oda com.oracle.bmc.oda.responses -
-
Uses of StopOdaInstanceResponse in com.oracle.bmc.oda
Methods in com.oracle.bmc.oda that return StopOdaInstanceResponse Modifier and Type Method Description StopOdaInstanceResponse
Oda. stopOdaInstance(StopOdaInstanceRequest request)
Stops an active Digital Assistant instance.StopOdaInstanceResponse
OdaClient. stopOdaInstance(StopOdaInstanceRequest request)
Methods in com.oracle.bmc.oda that return types with arguments of type StopOdaInstanceResponse Modifier and Type Method Description Future<StopOdaInstanceResponse>
OdaAsync. stopOdaInstance(StopOdaInstanceRequest request, AsyncHandler<StopOdaInstanceRequest,StopOdaInstanceResponse> handler)
Stops an active Digital Assistant instance.Future<StopOdaInstanceResponse>
OdaAsyncClient. stopOdaInstance(StopOdaInstanceRequest request, AsyncHandler<StopOdaInstanceRequest,StopOdaInstanceResponse> handler)
Method parameters in com.oracle.bmc.oda with type arguments of type StopOdaInstanceResponse Modifier and Type Method Description Future<StopOdaInstanceResponse>
OdaAsync. stopOdaInstance(StopOdaInstanceRequest request, AsyncHandler<StopOdaInstanceRequest,StopOdaInstanceResponse> handler)
Stops an active Digital Assistant instance.Future<StopOdaInstanceResponse>
OdaAsyncClient. stopOdaInstance(StopOdaInstanceRequest request, AsyncHandler<StopOdaInstanceRequest,StopOdaInstanceResponse> handler)
-
Uses of StopOdaInstanceResponse in com.oracle.bmc.oda.responses
Methods in com.oracle.bmc.oda.responses that return StopOdaInstanceResponse Modifier and Type Method Description StopOdaInstanceResponse
StopOdaInstanceResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.oda.responses with parameters of type StopOdaInstanceResponse Modifier and Type Method Description StopOdaInstanceResponse.Builder
StopOdaInstanceResponse.Builder. copy(StopOdaInstanceResponse o)
Copy method to populate the builder with values from the given instance.
-