Package | Description |
---|---|
com.oracle.bmc.dataflow | |
com.oracle.bmc.dataflow.requests |
Modifier and Type | Method and Description |
---|---|
StopPoolResponse |
DataFlowClient.stopPool(StopPoolRequest request) |
StopPoolResponse |
DataFlow.stopPool(StopPoolRequest request)
Stops the dataflow pool for a given
poolId . |
Future<StopPoolResponse> |
DataFlowAsyncClient.stopPool(StopPoolRequest request,
AsyncHandler<StopPoolRequest,StopPoolResponse> handler) |
Future<StopPoolResponse> |
DataFlowAsync.stopPool(StopPoolRequest request,
AsyncHandler<StopPoolRequest,StopPoolResponse> handler)
Stops the dataflow pool for a given
poolId . |
Modifier and Type | Method and Description |
---|---|
Future<StopPoolResponse> |
DataFlowAsyncClient.stopPool(StopPoolRequest request,
AsyncHandler<StopPoolRequest,StopPoolResponse> handler) |
Future<StopPoolResponse> |
DataFlowAsync.stopPool(StopPoolRequest request,
AsyncHandler<StopPoolRequest,StopPoolResponse> handler)
Stops the dataflow pool for a given
poolId . |
Modifier and Type | Method and Description |
---|---|
StopPoolRequest |
StopPoolRequest.Builder.build()
Build the instance of StopPoolRequest as configured by this builder
|
StopPoolRequest |
StopPoolRequest.Builder.buildWithoutInvocationCallback()
Build the instance of StopPoolRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
StopPoolRequest.Builder |
StopPoolRequest.Builder.copy(StopPoolRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.