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