Uses of Class
com.oracle.bmc.dataintegration.requests.CreatePatchRequest
-
Packages that use CreatePatchRequest Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.requests -
-
Uses of CreatePatchRequest in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration with parameters of type CreatePatchRequest Modifier and Type Method Description CreatePatchResponse
DataIntegration. createPatch(CreatePatchRequest request)
Creates a patch in an application.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)
CreatePatchResponse
DataIntegrationClient. createPatch(CreatePatchRequest request)
Method parameters in com.oracle.bmc.dataintegration with type arguments of type CreatePatchRequest 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 CreatePatchRequest in com.oracle.bmc.dataintegration.requests
Methods in com.oracle.bmc.dataintegration.requests that return CreatePatchRequest Modifier and Type Method Description CreatePatchRequest
CreatePatchRequest.Builder. build()
Build the instance of CreatePatchRequest as configured by this builderCreatePatchRequest
CreatePatchRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreatePatchRequest as configured by this builderMethods in com.oracle.bmc.dataintegration.requests with parameters of type CreatePatchRequest Modifier and Type Method Description CreatePatchRequest.Builder
CreatePatchRequest.Builder. copy(CreatePatchRequest o)
Copy method to populate the builder with values from the given instance.
-