Uses of Class
com.oracle.bmc.dataintegration.requests.CreateExternalPublicationRequest
-
Packages that use CreateExternalPublicationRequest Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.requests -
-
Uses of CreateExternalPublicationRequest in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration with parameters of type CreateExternalPublicationRequest Modifier and Type Method Description CreateExternalPublicationResponse
DataIntegration. createExternalPublication(CreateExternalPublicationRequest request)
Publish a DataFlow in a OCI DataFlow application.Future<CreateExternalPublicationResponse>
DataIntegrationAsync. createExternalPublication(CreateExternalPublicationRequest request, AsyncHandler<CreateExternalPublicationRequest,CreateExternalPublicationResponse> handler)
Publish a DataFlow in a OCI DataFlow application.Future<CreateExternalPublicationResponse>
DataIntegrationAsyncClient. createExternalPublication(CreateExternalPublicationRequest request, AsyncHandler<CreateExternalPublicationRequest,CreateExternalPublicationResponse> handler)
CreateExternalPublicationResponse
DataIntegrationClient. createExternalPublication(CreateExternalPublicationRequest request)
Method parameters in com.oracle.bmc.dataintegration with type arguments of type CreateExternalPublicationRequest Modifier and Type Method Description Future<CreateExternalPublicationResponse>
DataIntegrationAsync. createExternalPublication(CreateExternalPublicationRequest request, AsyncHandler<CreateExternalPublicationRequest,CreateExternalPublicationResponse> handler)
Publish a DataFlow in a OCI DataFlow application.Future<CreateExternalPublicationResponse>
DataIntegrationAsyncClient. createExternalPublication(CreateExternalPublicationRequest request, AsyncHandler<CreateExternalPublicationRequest,CreateExternalPublicationResponse> handler)
-
Uses of CreateExternalPublicationRequest in com.oracle.bmc.dataintegration.requests
Methods in com.oracle.bmc.dataintegration.requests that return CreateExternalPublicationRequest Modifier and Type Method Description CreateExternalPublicationRequest
CreateExternalPublicationRequest.Builder. build()
Build the instance of CreateExternalPublicationRequest as configured by this builderCreateExternalPublicationRequest
CreateExternalPublicationRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateExternalPublicationRequest as configured by this builderMethods in com.oracle.bmc.dataintegration.requests with parameters of type CreateExternalPublicationRequest Modifier and Type Method Description CreateExternalPublicationRequest.Builder
CreateExternalPublicationRequest.Builder. copy(CreateExternalPublicationRequest o)
Copy method to populate the builder with values from the given instance.
-