Uses of Class
com.oracle.bmc.dataintegration.requests.GetPatchRequest
-
Packages that use GetPatchRequest Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.requests -
-
Uses of GetPatchRequest in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration with parameters of type GetPatchRequest Modifier and Type Method Description GetPatchResponse
DataIntegration. getPatch(GetPatchRequest request)
Retrieves a patch in an application using the specified identifier.Future<GetPatchResponse>
DataIntegrationAsync. getPatch(GetPatchRequest request, AsyncHandler<GetPatchRequest,GetPatchResponse> handler)
Retrieves a patch in an application using the specified identifier.Future<GetPatchResponse>
DataIntegrationAsyncClient. getPatch(GetPatchRequest request, AsyncHandler<GetPatchRequest,GetPatchResponse> handler)
GetPatchResponse
DataIntegrationClient. getPatch(GetPatchRequest request)
Method parameters in com.oracle.bmc.dataintegration with type arguments of type GetPatchRequest Modifier and Type Method Description Future<GetPatchResponse>
DataIntegrationAsync. getPatch(GetPatchRequest request, AsyncHandler<GetPatchRequest,GetPatchResponse> handler)
Retrieves a patch in an application using the specified identifier.Future<GetPatchResponse>
DataIntegrationAsyncClient. getPatch(GetPatchRequest request, AsyncHandler<GetPatchRequest,GetPatchResponse> handler)
-
Uses of GetPatchRequest in com.oracle.bmc.dataintegration.requests
Methods in com.oracle.bmc.dataintegration.requests that return GetPatchRequest Modifier and Type Method Description GetPatchRequest
GetPatchRequest.Builder. build()
Build the instance of GetPatchRequest as configured by this builderGetPatchRequest
GetPatchRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetPatchRequest as configured by this builderMethods in com.oracle.bmc.dataintegration.requests with parameters of type GetPatchRequest Modifier and Type Method Description GetPatchRequest.Builder
GetPatchRequest.Builder. copy(GetPatchRequest o)
Copy method to populate the builder with values from the given instance.
-