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