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