Uses of Class
com.oracle.bmc.dataintegration.requests.GetPublishedObjectRequest
-
Packages that use GetPublishedObjectRequest Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.requests -
-
Uses of GetPublishedObjectRequest in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration with parameters of type GetPublishedObjectRequest Modifier and Type Method Description GetPublishedObjectResponse
DataIntegration. getPublishedObject(GetPublishedObjectRequest request)
Retrieves the details of a published object from an application.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)
GetPublishedObjectResponse
DataIntegrationClient. getPublishedObject(GetPublishedObjectRequest request)
Method parameters in com.oracle.bmc.dataintegration with type arguments of type GetPublishedObjectRequest 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 GetPublishedObjectRequest in com.oracle.bmc.dataintegration.requests
Methods in com.oracle.bmc.dataintegration.requests that return GetPublishedObjectRequest Modifier and Type Method Description GetPublishedObjectRequest
GetPublishedObjectRequest.Builder. build()
Build the instance of GetPublishedObjectRequest as configured by this builderGetPublishedObjectRequest
GetPublishedObjectRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetPublishedObjectRequest as configured by this builderMethods in com.oracle.bmc.dataintegration.requests with parameters of type GetPublishedObjectRequest Modifier and Type Method Description GetPublishedObjectRequest.Builder
GetPublishedObjectRequest.Builder. copy(GetPublishedObjectRequest o)
Copy method to populate the builder with values from the given instance.
-