Uses of Class
com.oracle.bmc.dataintegration.requests.GetExternalPublicationRequest
-
Packages that use GetExternalPublicationRequest Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.requests -
-
Uses of GetExternalPublicationRequest in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration with parameters of type GetExternalPublicationRequest Modifier and Type Method Description GetExternalPublicationResponse
DataIntegration. getExternalPublication(GetExternalPublicationRequest request)
Retrieves a publshed object in an task using the specified identifier.Future<GetExternalPublicationResponse>
DataIntegrationAsync. getExternalPublication(GetExternalPublicationRequest request, AsyncHandler<GetExternalPublicationRequest,GetExternalPublicationResponse> handler)
Retrieves a publshed object in an task using the specified identifier.Future<GetExternalPublicationResponse>
DataIntegrationAsyncClient. getExternalPublication(GetExternalPublicationRequest request, AsyncHandler<GetExternalPublicationRequest,GetExternalPublicationResponse> handler)
GetExternalPublicationResponse
DataIntegrationClient. getExternalPublication(GetExternalPublicationRequest request)
Method parameters in com.oracle.bmc.dataintegration with type arguments of type GetExternalPublicationRequest Modifier and Type Method Description Future<GetExternalPublicationResponse>
DataIntegrationAsync. getExternalPublication(GetExternalPublicationRequest request, AsyncHandler<GetExternalPublicationRequest,GetExternalPublicationResponse> handler)
Retrieves a publshed object in an task using the specified identifier.Future<GetExternalPublicationResponse>
DataIntegrationAsyncClient. getExternalPublication(GetExternalPublicationRequest request, AsyncHandler<GetExternalPublicationRequest,GetExternalPublicationResponse> handler)
-
Uses of GetExternalPublicationRequest in com.oracle.bmc.dataintegration.requests
Methods in com.oracle.bmc.dataintegration.requests that return GetExternalPublicationRequest Modifier and Type Method Description GetExternalPublicationRequest
GetExternalPublicationRequest.Builder. build()
Build the instance of GetExternalPublicationRequest as configured by this builderGetExternalPublicationRequest
GetExternalPublicationRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetExternalPublicationRequest as configured by this builderMethods in com.oracle.bmc.dataintegration.requests with parameters of type GetExternalPublicationRequest Modifier and Type Method Description GetExternalPublicationRequest.Builder
GetExternalPublicationRequest.Builder. copy(GetExternalPublicationRequest o)
Copy method to populate the builder with values from the given instance.
-