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