Uses of Class
com.oracle.bmc.cloudguard.responses.UpdateProblemStatusResponse
-
Packages that use UpdateProblemStatusResponse Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.responses -
-
Uses of UpdateProblemStatusResponse in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard that return UpdateProblemStatusResponse Modifier and Type Method Description UpdateProblemStatusResponse
CloudGuard. updateProblemStatus(UpdateProblemStatusRequest request)
Changes the current status of the problem, identified by problemId, to the status specified in the UpdateProblemStatusDetails resource that you pass.UpdateProblemStatusResponse
CloudGuardClient. updateProblemStatus(UpdateProblemStatusRequest request)
Methods in com.oracle.bmc.cloudguard that return types with arguments of type UpdateProblemStatusResponse Modifier and Type Method Description Future<UpdateProblemStatusResponse>
CloudGuardAsync. updateProblemStatus(UpdateProblemStatusRequest request, AsyncHandler<UpdateProblemStatusRequest,UpdateProblemStatusResponse> handler)
Changes the current status of the problem, identified by problemId, to the status specified in the UpdateProblemStatusDetails resource that you pass.Future<UpdateProblemStatusResponse>
CloudGuardAsyncClient. updateProblemStatus(UpdateProblemStatusRequest request, AsyncHandler<UpdateProblemStatusRequest,UpdateProblemStatusResponse> handler)
Method parameters in com.oracle.bmc.cloudguard with type arguments of type UpdateProblemStatusResponse Modifier and Type Method Description Future<UpdateProblemStatusResponse>
CloudGuardAsync. updateProblemStatus(UpdateProblemStatusRequest request, AsyncHandler<UpdateProblemStatusRequest,UpdateProblemStatusResponse> handler)
Changes the current status of the problem, identified by problemId, to the status specified in the UpdateProblemStatusDetails resource that you pass.Future<UpdateProblemStatusResponse>
CloudGuardAsyncClient. updateProblemStatus(UpdateProblemStatusRequest request, AsyncHandler<UpdateProblemStatusRequest,UpdateProblemStatusResponse> handler)
-
Uses of UpdateProblemStatusResponse in com.oracle.bmc.cloudguard.responses
Methods in com.oracle.bmc.cloudguard.responses that return UpdateProblemStatusResponse Modifier and Type Method Description UpdateProblemStatusResponse
UpdateProblemStatusResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.cloudguard.responses with parameters of type UpdateProblemStatusResponse Modifier and Type Method Description UpdateProblemStatusResponse.Builder
UpdateProblemStatusResponse.Builder. copy(UpdateProblemStatusResponse o)
Copy method to populate the builder with values from the given instance.
-