Uses of Class
com.oracle.bmc.datasafe.responses.PatchFindingsResponse
-
Packages that use PatchFindingsResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of PatchFindingsResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return PatchFindingsResponse Modifier and Type Method Description PatchFindingsResponse
DataSafe. patchFindings(PatchFindingsRequest request)
Patches one or more findings in the specified template baseline type security assessment.PatchFindingsResponse
DataSafeClient. patchFindings(PatchFindingsRequest request)
Methods in com.oracle.bmc.datasafe that return types with arguments of type PatchFindingsResponse 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)
Method parameters in com.oracle.bmc.datasafe with type arguments of type PatchFindingsResponse 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 PatchFindingsResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return PatchFindingsResponse Modifier and Type Method Description PatchFindingsResponse
PatchFindingsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type PatchFindingsResponse Modifier and Type Method Description PatchFindingsResponse.Builder
PatchFindingsResponse.Builder. copy(PatchFindingsResponse o)
Copy method to populate the builder with values from the given instance.
-