Uses of Class
com.oracle.bmc.datasafe.responses.PatchChecksResponse
-
Packages that use PatchChecksResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of PatchChecksResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return PatchChecksResponse Modifier and Type Method Description PatchChecksResponse
DataSafe. patchChecks(PatchChecksRequest request)
Patches one or more checks in the specified template type security assessment.PatchChecksResponse
DataSafeClient. patchChecks(PatchChecksRequest request)
Methods in com.oracle.bmc.datasafe that return types with arguments of type PatchChecksResponse Modifier and Type Method Description Future<PatchChecksResponse>
DataSafeAsync. patchChecks(PatchChecksRequest request, AsyncHandler<PatchChecksRequest,PatchChecksResponse> handler)
Patches one or more checks in the specified template type security assessment.Future<PatchChecksResponse>
DataSafeAsyncClient. patchChecks(PatchChecksRequest request, AsyncHandler<PatchChecksRequest,PatchChecksResponse> handler)
Method parameters in com.oracle.bmc.datasafe with type arguments of type PatchChecksResponse Modifier and Type Method Description Future<PatchChecksResponse>
DataSafeAsync. patchChecks(PatchChecksRequest request, AsyncHandler<PatchChecksRequest,PatchChecksResponse> handler)
Patches one or more checks in the specified template type security assessment.Future<PatchChecksResponse>
DataSafeAsyncClient. patchChecks(PatchChecksRequest request, AsyncHandler<PatchChecksRequest,PatchChecksResponse> handler)
-
Uses of PatchChecksResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return PatchChecksResponse Modifier and Type Method Description PatchChecksResponse
PatchChecksResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type PatchChecksResponse Modifier and Type Method Description PatchChecksResponse.Builder
PatchChecksResponse.Builder. copy(PatchChecksResponse o)
Copy method to populate the builder with values from the given instance.
-