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