Uses of Class
com.oracle.bmc.dataflow.requests.UpdatePoolRequest
-
Packages that use UpdatePoolRequest Package Description com.oracle.bmc.dataflow com.oracle.bmc.dataflow.requests -
-
Uses of UpdatePoolRequest in com.oracle.bmc.dataflow
Methods in com.oracle.bmc.dataflow with parameters of type UpdatePoolRequest 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.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)
UpdatePoolResponse
DataFlowClient. updatePool(UpdatePoolRequest request)
Method parameters in com.oracle.bmc.dataflow with type arguments of type UpdatePoolRequest 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 UpdatePoolRequest in com.oracle.bmc.dataflow.requests
Methods in com.oracle.bmc.dataflow.requests that return UpdatePoolRequest Modifier and Type Method Description UpdatePoolRequest
UpdatePoolRequest.Builder. build()
Build the instance of UpdatePoolRequest as configured by this builderUpdatePoolRequest
UpdatePoolRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdatePoolRequest as configured by this builderMethods in com.oracle.bmc.dataflow.requests with parameters of type UpdatePoolRequest Modifier and Type Method Description UpdatePoolRequest.Builder
UpdatePoolRequest.Builder. copy(UpdatePoolRequest o)
Copy method to populate the builder with values from the given instance.
-