Uses of Class
com.oracle.bmc.dataflow.responses.UpdatePoolResponse
-
Packages that use UpdatePoolResponse Package Description com.oracle.bmc.dataflow com.oracle.bmc.dataflow.responses -
-
Uses of UpdatePoolResponse in com.oracle.bmc.dataflow
Methods in com.oracle.bmc.dataflow that return UpdatePoolResponse Modifier and Type Method Description UpdatePoolResponse
DataFlow. updatePool(UpdatePoolRequest request)
Updates a pool using apoolId
.If changes to a pool doesn’t match a previously defined pool,then a 409 status code will be returned.This indicates that a conflict has been detected.UpdatePoolResponse
DataFlowClient. updatePool(UpdatePoolRequest request)
Methods in com.oracle.bmc.dataflow that return types with arguments of type UpdatePoolResponse Modifier and Type Method Description Future<UpdatePoolResponse>
DataFlowAsync. updatePool(UpdatePoolRequest request, AsyncHandler<UpdatePoolRequest,UpdatePoolResponse> handler)
Updates a pool using apoolId
.If changes to a pool doesn’t match a previously defined pool,then a 409 status code will be returned.This indicates that a conflict has been detected.Future<UpdatePoolResponse>
DataFlowAsyncClient. updatePool(UpdatePoolRequest request, AsyncHandler<UpdatePoolRequest,UpdatePoolResponse> handler)
Method parameters in com.oracle.bmc.dataflow with type arguments of type UpdatePoolResponse Modifier and Type Method Description Future<UpdatePoolResponse>
DataFlowAsync. updatePool(UpdatePoolRequest request, AsyncHandler<UpdatePoolRequest,UpdatePoolResponse> handler)
Updates a pool using apoolId
.If changes to a pool doesn’t match a previously defined pool,then a 409 status code will be returned.This indicates that a conflict has been detected.Future<UpdatePoolResponse>
DataFlowAsyncClient. updatePool(UpdatePoolRequest request, AsyncHandler<UpdatePoolRequest,UpdatePoolResponse> handler)
-
Uses of UpdatePoolResponse in com.oracle.bmc.dataflow.responses
Methods in com.oracle.bmc.dataflow.responses that return UpdatePoolResponse Modifier and Type Method Description UpdatePoolResponse
UpdatePoolResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dataflow.responses with parameters of type UpdatePoolResponse Modifier and Type Method Description UpdatePoolResponse.Builder
UpdatePoolResponse.Builder. copy(UpdatePoolResponse o)
Copy method to populate the builder with values from the given instance.
-