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.dataintegration
Methods in com.oracle.bmc.dataintegration that return CreateDisApplicationResponse Modifier and Type Method Description CreateDisApplicationResponse
DataIntegration. createDisApplication(CreateDisApplicationRequest request)
Creates a DIS Application.CreateDisApplicationResponse
DataIntegrationClient. 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.responses
Methods in com.oracle.bmc.dataintegration.responses that return CreateDisApplicationResponse Modifier and Type Method Description CreateDisApplicationResponse
CreateDisApplicationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dataintegration.responses with parameters of type CreateDisApplicationResponse Modifier and Type Method Description CreateDisApplicationResponse.Builder
CreateDisApplicationResponse.Builder. copy(CreateDisApplicationResponse o)
Copy method to populate the builder with values from the given instance.
-