Uses of Class
com.oracle.bmc.dataflow.responses.GetApplicationResponse
- 
Packages that use GetApplicationResponse Package Description com.oracle.bmc.dataflow com.oracle.bmc.dataflow.responses 
- 
- 
Uses of GetApplicationResponse in com.oracle.bmc.dataflowMethods in com.oracle.bmc.dataflow that return GetApplicationResponse Modifier and Type Method Description GetApplicationResponseDataFlow. getApplication(GetApplicationRequest request)Retrieves an application using anapplicationId.GetApplicationResponseDataFlowClient. getApplication(GetApplicationRequest request)Method parameters in com.oracle.bmc.dataflow with type arguments of type GetApplicationResponse Modifier and Type Method Description Future<GetApplicationResponse>DataFlowAsync. getApplication(GetApplicationRequest request, AsyncHandler<GetApplicationRequest,GetApplicationResponse> handler)Retrieves an application using anapplicationId.Future<GetApplicationResponse>DataFlowAsyncClient. getApplication(GetApplicationRequest request, AsyncHandler<GetApplicationRequest,GetApplicationResponse> handler)
- 
Uses of GetApplicationResponse in com.oracle.bmc.dataflow.responsesMethods in com.oracle.bmc.dataflow.responses that return GetApplicationResponse Modifier and Type Method Description GetApplicationResponseGetApplicationResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.dataflow.responses with parameters of type GetApplicationResponse Modifier and Type Method Description GetApplicationResponse.BuilderGetApplicationResponse.Builder. copy(GetApplicationResponse o)Copy method to populate the builder with values from the given instance.
 
-