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