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.dataflow
Methods in com.oracle.bmc.dataflow that return GetApplicationResponse Modifier and Type Method Description GetApplicationResponse
DataFlow. getApplication(GetApplicationRequest request)
Retrieves an application using anapplicationId
.GetApplicationResponse
DataFlowClient. 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.responses
Methods in com.oracle.bmc.dataflow.responses that return GetApplicationResponse Modifier and Type Method Description GetApplicationResponse
GetApplicationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dataflow.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.
-