Uses of Class
com.oracle.bmc.dataintegration.requests.UpdateExternalPublicationRequest
-
Packages that use UpdateExternalPublicationRequest Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.requests -
-
Uses of UpdateExternalPublicationRequest in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration with parameters of type UpdateExternalPublicationRequest Modifier and Type Method Description UpdateExternalPublicationResponse
DataIntegration. updateExternalPublication(UpdateExternalPublicationRequest request)
Updates the external publication object.Future<UpdateExternalPublicationResponse>
DataIntegrationAsync. updateExternalPublication(UpdateExternalPublicationRequest request, AsyncHandler<UpdateExternalPublicationRequest,UpdateExternalPublicationResponse> handler)
Updates the external publication object.Future<UpdateExternalPublicationResponse>
DataIntegrationAsyncClient. updateExternalPublication(UpdateExternalPublicationRequest request, AsyncHandler<UpdateExternalPublicationRequest,UpdateExternalPublicationResponse> handler)
UpdateExternalPublicationResponse
DataIntegrationClient. updateExternalPublication(UpdateExternalPublicationRequest request)
Method parameters in com.oracle.bmc.dataintegration with type arguments of type UpdateExternalPublicationRequest Modifier and Type Method Description Future<UpdateExternalPublicationResponse>
DataIntegrationAsync. updateExternalPublication(UpdateExternalPublicationRequest request, AsyncHandler<UpdateExternalPublicationRequest,UpdateExternalPublicationResponse> handler)
Updates the external publication object.Future<UpdateExternalPublicationResponse>
DataIntegrationAsyncClient. updateExternalPublication(UpdateExternalPublicationRequest request, AsyncHandler<UpdateExternalPublicationRequest,UpdateExternalPublicationResponse> handler)
-
Uses of UpdateExternalPublicationRequest in com.oracle.bmc.dataintegration.requests
Methods in com.oracle.bmc.dataintegration.requests that return UpdateExternalPublicationRequest Modifier and Type Method Description UpdateExternalPublicationRequest
UpdateExternalPublicationRequest.Builder. build()
Build the instance of UpdateExternalPublicationRequest as configured by this builderUpdateExternalPublicationRequest
UpdateExternalPublicationRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateExternalPublicationRequest as configured by this builderMethods in com.oracle.bmc.dataintegration.requests with parameters of type UpdateExternalPublicationRequest Modifier and Type Method Description UpdateExternalPublicationRequest.Builder
UpdateExternalPublicationRequest.Builder. copy(UpdateExternalPublicationRequest o)
Copy method to populate the builder with values from the given instance.
-