Uses of Class
com.oracle.bmc.dataintegration.responses.GetPatchResponse
-
Packages that use GetPatchResponse Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.responses -
-
Uses of GetPatchResponse in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration that return GetPatchResponse Modifier and Type Method Description GetPatchResponse
DataIntegration. getPatch(GetPatchRequest request)
Retrieves a patch in an application using the specified identifier.GetPatchResponse
DataIntegrationClient. getPatch(GetPatchRequest request)
Methods in com.oracle.bmc.dataintegration that return types with arguments of type GetPatchResponse 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)
Method parameters in com.oracle.bmc.dataintegration with type arguments of type GetPatchResponse 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 GetPatchResponse in com.oracle.bmc.dataintegration.responses
Methods in com.oracle.bmc.dataintegration.responses that return GetPatchResponse Modifier and Type Method Description GetPatchResponse
GetPatchResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dataintegration.responses with parameters of type GetPatchResponse Modifier and Type Method Description GetPatchResponse.Builder
GetPatchResponse.Builder. copy(GetPatchResponse o)
Copy method to populate the builder with values from the given instance.
-