Uses of Class
com.oracle.bmc.dataintegration.responses.CreateDisApplicationResponse
- 
Packages that use CreateDisApplicationResponse Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.responses 
- 
- 
Uses of CreateDisApplicationResponse in com.oracle.bmc.dataintegrationMethods in com.oracle.bmc.dataintegration that return CreateDisApplicationResponse Modifier and Type Method Description CreateDisApplicationResponseDataIntegration. createDisApplication(CreateDisApplicationRequest request)Creates a DIS Application.CreateDisApplicationResponseDataIntegrationClient. createDisApplication(CreateDisApplicationRequest request)Methods in com.oracle.bmc.dataintegration that return types with arguments of type CreateDisApplicationResponse Modifier and Type Method Description Future<CreateDisApplicationResponse>DataIntegrationAsync. createDisApplication(CreateDisApplicationRequest request, AsyncHandler<CreateDisApplicationRequest,CreateDisApplicationResponse> handler)Creates a DIS Application.Future<CreateDisApplicationResponse>DataIntegrationAsyncClient. createDisApplication(CreateDisApplicationRequest request, AsyncHandler<CreateDisApplicationRequest,CreateDisApplicationResponse> handler)Method parameters in com.oracle.bmc.dataintegration with type arguments of type CreateDisApplicationResponse Modifier and Type Method Description Future<CreateDisApplicationResponse>DataIntegrationAsync. createDisApplication(CreateDisApplicationRequest request, AsyncHandler<CreateDisApplicationRequest,CreateDisApplicationResponse> handler)Creates a DIS Application.Future<CreateDisApplicationResponse>DataIntegrationAsyncClient. createDisApplication(CreateDisApplicationRequest request, AsyncHandler<CreateDisApplicationRequest,CreateDisApplicationResponse> handler)
- 
Uses of CreateDisApplicationResponse in com.oracle.bmc.dataintegration.responsesMethods in com.oracle.bmc.dataintegration.responses that return CreateDisApplicationResponse Modifier and Type Method Description CreateDisApplicationResponseCreateDisApplicationResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.dataintegration.responses with parameters of type CreateDisApplicationResponse Modifier and Type Method Description CreateDisApplicationResponse.BuilderCreateDisApplicationResponse.Builder. copy(CreateDisApplicationResponse o)Copy method to populate the builder with values from the given instance.
 
-