Uses of Class
com.oracle.bmc.datasafe.requests.PatchFindingsRequest
-
Packages that use PatchFindingsRequest Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.requests -
-
Uses of PatchFindingsRequest in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe with parameters of type PatchFindingsRequest Modifier and Type Method Description PatchFindingsResponse
DataSafe. patchFindings(PatchFindingsRequest request)
Patches one or more findings in the specified template baseline type security assessment.Future<PatchFindingsResponse>
DataSafeAsync. patchFindings(PatchFindingsRequest request, AsyncHandler<PatchFindingsRequest,PatchFindingsResponse> handler)
Patches one or more findings in the specified template baseline type security assessment.Future<PatchFindingsResponse>
DataSafeAsyncClient. patchFindings(PatchFindingsRequest request, AsyncHandler<PatchFindingsRequest,PatchFindingsResponse> handler)
PatchFindingsResponse
DataSafeClient. patchFindings(PatchFindingsRequest request)
Method parameters in com.oracle.bmc.datasafe with type arguments of type PatchFindingsRequest Modifier and Type Method Description Future<PatchFindingsResponse>
DataSafeAsync. patchFindings(PatchFindingsRequest request, AsyncHandler<PatchFindingsRequest,PatchFindingsResponse> handler)
Patches one or more findings in the specified template baseline type security assessment.Future<PatchFindingsResponse>
DataSafeAsyncClient. patchFindings(PatchFindingsRequest request, AsyncHandler<PatchFindingsRequest,PatchFindingsResponse> handler)
-
Uses of PatchFindingsRequest in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return PatchFindingsRequest Modifier and Type Method Description PatchFindingsRequest
PatchFindingsRequest.Builder. build()
Build the instance of PatchFindingsRequest as configured by this builderPatchFindingsRequest
PatchFindingsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of PatchFindingsRequest as configured by this builderMethods in com.oracle.bmc.datasafe.requests with parameters of type PatchFindingsRequest Modifier and Type Method Description PatchFindingsRequest.Builder
PatchFindingsRequest.Builder. copy(PatchFindingsRequest o)
Copy method to populate the builder with values from the given instance.
-