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