Package | Description |
---|---|
com.oracle.bmc.dataflow | |
com.oracle.bmc.dataflow.responses |
Modifier and Type | Method and Description |
---|---|
UpdatePoolResponse |
DataFlowClient.updatePool(UpdatePoolRequest request) |
UpdatePoolResponse |
DataFlow.updatePool(UpdatePoolRequest request)
Updates a pool using a
poolId .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. |
Modifier and Type | Method and Description |
---|---|
Future<UpdatePoolResponse> |
DataFlowAsyncClient.updatePool(UpdatePoolRequest request,
AsyncHandler<UpdatePoolRequest,UpdatePoolResponse> handler) |
Future<UpdatePoolResponse> |
DataFlowAsync.updatePool(UpdatePoolRequest request,
AsyncHandler<UpdatePoolRequest,UpdatePoolResponse> handler)
Updates a pool using a
poolId .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. |
Modifier and Type | Method and Description |
---|---|
Future<UpdatePoolResponse> |
DataFlowAsyncClient.updatePool(UpdatePoolRequest request,
AsyncHandler<UpdatePoolRequest,UpdatePoolResponse> handler) |
Future<UpdatePoolResponse> |
DataFlowAsync.updatePool(UpdatePoolRequest request,
AsyncHandler<UpdatePoolRequest,UpdatePoolResponse> handler)
Updates a pool using a
poolId .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. |
Modifier and Type | Method and Description |
---|---|
UpdatePoolResponse |
UpdatePoolResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
UpdatePoolResponse.Builder |
UpdatePoolResponse.Builder.copy(UpdatePoolResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.