Uses of Class
com.oracle.bmc.dataintegration.responses.GetExternalPublicationResponse
-
Packages that use GetExternalPublicationResponse Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.responses -
-
Uses of GetExternalPublicationResponse in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration that return GetExternalPublicationResponse Modifier and Type Method Description GetExternalPublicationResponse
DataIntegration. getExternalPublication(GetExternalPublicationRequest request)
Retrieves a publshed object in an task using the specified identifier.GetExternalPublicationResponse
DataIntegrationClient. getExternalPublication(GetExternalPublicationRequest request)
Methods in com.oracle.bmc.dataintegration that return types with arguments of type GetExternalPublicationResponse 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)
Method parameters in com.oracle.bmc.dataintegration with type arguments of type GetExternalPublicationResponse 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 GetExternalPublicationResponse in com.oracle.bmc.dataintegration.responses
Methods in com.oracle.bmc.dataintegration.responses that return GetExternalPublicationResponse Modifier and Type Method Description GetExternalPublicationResponse
GetExternalPublicationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dataintegration.responses with parameters of type GetExternalPublicationResponse Modifier and Type Method Description GetExternalPublicationResponse.Builder
GetExternalPublicationResponse.Builder. copy(GetExternalPublicationResponse o)
Copy method to populate the builder with values from the given instance.
-