Uses of Class
com.oracle.bmc.cloudguard.responses.UpdateBulkProblemStatusResponse
-
Packages that use UpdateBulkProblemStatusResponse Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.responses -
-
Uses of UpdateBulkProblemStatusResponse in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard that return UpdateBulkProblemStatusResponse Modifier and Type Method Description UpdateBulkProblemStatusResponse
CloudGuard. updateBulkProblemStatus(UpdateBulkProblemStatusRequest request)
Changes the status for all problems listed in the problemIds array, passed through the UpdateBulkProblemStatusDetails resource, from the current status to the status set in UpdateBulkProblemStatusDetails.UpdateBulkProblemStatusResponse
CloudGuardClient. updateBulkProblemStatus(UpdateBulkProblemStatusRequest request)
Methods in com.oracle.bmc.cloudguard that return types with arguments of type UpdateBulkProblemStatusResponse Modifier and Type Method Description Future<UpdateBulkProblemStatusResponse>
CloudGuardAsync. updateBulkProblemStatus(UpdateBulkProblemStatusRequest request, AsyncHandler<UpdateBulkProblemStatusRequest,UpdateBulkProblemStatusResponse> handler)
Changes the status for all problems listed in the problemIds array, passed through the UpdateBulkProblemStatusDetails resource, from the current status to the status set in UpdateBulkProblemStatusDetails.Future<UpdateBulkProblemStatusResponse>
CloudGuardAsyncClient. updateBulkProblemStatus(UpdateBulkProblemStatusRequest request, AsyncHandler<UpdateBulkProblemStatusRequest,UpdateBulkProblemStatusResponse> handler)
Method parameters in com.oracle.bmc.cloudguard with type arguments of type UpdateBulkProblemStatusResponse Modifier and Type Method Description Future<UpdateBulkProblemStatusResponse>
CloudGuardAsync. updateBulkProblemStatus(UpdateBulkProblemStatusRequest request, AsyncHandler<UpdateBulkProblemStatusRequest,UpdateBulkProblemStatusResponse> handler)
Changes the status for all problems listed in the problemIds array, passed through the UpdateBulkProblemStatusDetails resource, from the current status to the status set in UpdateBulkProblemStatusDetails.Future<UpdateBulkProblemStatusResponse>
CloudGuardAsyncClient. updateBulkProblemStatus(UpdateBulkProblemStatusRequest request, AsyncHandler<UpdateBulkProblemStatusRequest,UpdateBulkProblemStatusResponse> handler)
-
Uses of UpdateBulkProblemStatusResponse in com.oracle.bmc.cloudguard.responses
Methods in com.oracle.bmc.cloudguard.responses that return UpdateBulkProblemStatusResponse Modifier and Type Method Description UpdateBulkProblemStatusResponse
UpdateBulkProblemStatusResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.cloudguard.responses with parameters of type UpdateBulkProblemStatusResponse Modifier and Type Method Description UpdateBulkProblemStatusResponse.Builder
UpdateBulkProblemStatusResponse.Builder. copy(UpdateBulkProblemStatusResponse o)
Copy method to populate the builder with values from the given instance.
-