Uses of Class
com.oracle.bmc.dataintegration.responses.CreateExternalPublicationResponse
-
Packages that use CreateExternalPublicationResponse Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.responses -
-
Uses of CreateExternalPublicationResponse in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration that return CreateExternalPublicationResponse Modifier and Type Method Description CreateExternalPublicationResponse
DataIntegration. createExternalPublication(CreateExternalPublicationRequest request)
Publish a DataFlow in a OCI DataFlow application.CreateExternalPublicationResponse
DataIntegrationClient. createExternalPublication(CreateExternalPublicationRequest request)
Methods in com.oracle.bmc.dataintegration that return types with arguments of type CreateExternalPublicationResponse 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)
Method parameters in com.oracle.bmc.dataintegration with type arguments of type CreateExternalPublicationResponse 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 CreateExternalPublicationResponse in com.oracle.bmc.dataintegration.responses
Methods in com.oracle.bmc.dataintegration.responses that return CreateExternalPublicationResponse Modifier and Type Method Description CreateExternalPublicationResponse
CreateExternalPublicationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dataintegration.responses with parameters of type CreateExternalPublicationResponse Modifier and Type Method Description CreateExternalPublicationResponse.Builder
CreateExternalPublicationResponse.Builder. copy(CreateExternalPublicationResponse o)
Copy method to populate the builder with values from the given instance.
-