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.cloudguardMethods in com.oracle.bmc.cloudguard that return UpdateBulkProblemStatusResponse Modifier and Type Method Description UpdateBulkProblemStatusResponseCloudGuard. 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.UpdateBulkProblemStatusResponseCloudGuardClient. 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.responsesMethods in com.oracle.bmc.cloudguard.responses that return UpdateBulkProblemStatusResponse Modifier and Type Method Description UpdateBulkProblemStatusResponseUpdateBulkProblemStatusResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.cloudguard.responses with parameters of type UpdateBulkProblemStatusResponse Modifier and Type Method Description UpdateBulkProblemStatusResponse.BuilderUpdateBulkProblemStatusResponse.Builder. copy(UpdateBulkProblemStatusResponse o)Copy method to populate the builder with values from the given instance.
 
-