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