Uses of Class
com.oracle.bmc.dataintegration.responses.DeleteExternalPublicationResponse
-
Packages that use DeleteExternalPublicationResponse Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.responses -
-
Uses of DeleteExternalPublicationResponse in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration that return DeleteExternalPublicationResponse Modifier and Type Method Description DeleteExternalPublicationResponse
DataIntegration. deleteExternalPublication(DeleteExternalPublicationRequest request)
Removes a published object using the specified identifier.DeleteExternalPublicationResponse
DataIntegrationClient. deleteExternalPublication(DeleteExternalPublicationRequest request)
Methods in com.oracle.bmc.dataintegration that return types with arguments of type DeleteExternalPublicationResponse Modifier and Type Method Description Future<DeleteExternalPublicationResponse>
DataIntegrationAsync. deleteExternalPublication(DeleteExternalPublicationRequest request, AsyncHandler<DeleteExternalPublicationRequest,DeleteExternalPublicationResponse> handler)
Removes a published object using the specified identifier.Future<DeleteExternalPublicationResponse>
DataIntegrationAsyncClient. deleteExternalPublication(DeleteExternalPublicationRequest request, AsyncHandler<DeleteExternalPublicationRequest,DeleteExternalPublicationResponse> handler)
Method parameters in com.oracle.bmc.dataintegration with type arguments of type DeleteExternalPublicationResponse Modifier and Type Method Description Future<DeleteExternalPublicationResponse>
DataIntegrationAsync. deleteExternalPublication(DeleteExternalPublicationRequest request, AsyncHandler<DeleteExternalPublicationRequest,DeleteExternalPublicationResponse> handler)
Removes a published object using the specified identifier.Future<DeleteExternalPublicationResponse>
DataIntegrationAsyncClient. deleteExternalPublication(DeleteExternalPublicationRequest request, AsyncHandler<DeleteExternalPublicationRequest,DeleteExternalPublicationResponse> handler)
-
Uses of DeleteExternalPublicationResponse in com.oracle.bmc.dataintegration.responses
Methods in com.oracle.bmc.dataintegration.responses that return DeleteExternalPublicationResponse Modifier and Type Method Description DeleteExternalPublicationResponse
DeleteExternalPublicationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dataintegration.responses with parameters of type DeleteExternalPublicationResponse Modifier and Type Method Description DeleteExternalPublicationResponse.Builder
DeleteExternalPublicationResponse.Builder. copy(DeleteExternalPublicationResponse o)
Copy method to populate the builder with values from the given instance.
-