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