Uses of Class
com.oracle.bmc.datasafe.requests.UpdateFindingRequest
-
Packages that use UpdateFindingRequest Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.requests -
-
Uses of UpdateFindingRequest in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe with parameters of type UpdateFindingRequest Modifier and Type Method Description UpdateFindingResponse
DataSafe. updateFinding(UpdateFindingRequest request)
Updates one or more attributes of the specified finding.Future<UpdateFindingResponse>
DataSafeAsync. updateFinding(UpdateFindingRequest request, AsyncHandler<UpdateFindingRequest,UpdateFindingResponse> handler)
Updates one or more attributes of the specified finding.Future<UpdateFindingResponse>
DataSafeAsyncClient. updateFinding(UpdateFindingRequest request, AsyncHandler<UpdateFindingRequest,UpdateFindingResponse> handler)
UpdateFindingResponse
DataSafeClient. updateFinding(UpdateFindingRequest request)
Method parameters in com.oracle.bmc.datasafe with type arguments of type UpdateFindingRequest Modifier and Type Method Description Future<UpdateFindingResponse>
DataSafeAsync. updateFinding(UpdateFindingRequest request, AsyncHandler<UpdateFindingRequest,UpdateFindingResponse> handler)
Updates one or more attributes of the specified finding.Future<UpdateFindingResponse>
DataSafeAsyncClient. updateFinding(UpdateFindingRequest request, AsyncHandler<UpdateFindingRequest,UpdateFindingResponse> handler)
-
Uses of UpdateFindingRequest in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return UpdateFindingRequest Modifier and Type Method Description UpdateFindingRequest
UpdateFindingRequest.Builder. build()
Build the instance of UpdateFindingRequest as configured by this builderUpdateFindingRequest
UpdateFindingRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateFindingRequest as configured by this builderMethods in com.oracle.bmc.datasafe.requests with parameters of type UpdateFindingRequest Modifier and Type Method Description UpdateFindingRequest.Builder
UpdateFindingRequest.Builder. copy(UpdateFindingRequest o)
Copy method to populate the builder with values from the given instance.
-