Uses of Class
com.oracle.bmc.dataintegration.requests.DeleteExternalPublicationRequest
-
Packages that use DeleteExternalPublicationRequest Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.requests -
-
Uses of DeleteExternalPublicationRequest in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration with parameters of type DeleteExternalPublicationRequest Modifier and Type Method Description DeleteExternalPublicationResponse
DataIntegration. deleteExternalPublication(DeleteExternalPublicationRequest request)
Removes a published object using the specified identifier.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)
DeleteExternalPublicationResponse
DataIntegrationClient. deleteExternalPublication(DeleteExternalPublicationRequest request)
Method parameters in com.oracle.bmc.dataintegration with type arguments of type DeleteExternalPublicationRequest 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 DeleteExternalPublicationRequest in com.oracle.bmc.dataintegration.requests
Methods in com.oracle.bmc.dataintegration.requests that return DeleteExternalPublicationRequest Modifier and Type Method Description DeleteExternalPublicationRequest
DeleteExternalPublicationRequest.Builder. build()
Build the instance of DeleteExternalPublicationRequest as configured by this builderDeleteExternalPublicationRequest
DeleteExternalPublicationRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteExternalPublicationRequest as configured by this builderMethods in com.oracle.bmc.dataintegration.requests with parameters of type DeleteExternalPublicationRequest Modifier and Type Method Description DeleteExternalPublicationRequest.Builder
DeleteExternalPublicationRequest.Builder. copy(DeleteExternalPublicationRequest o)
Copy method to populate the builder with values from the given instance.
-