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