Uses of Class
com.oracle.bmc.cloudguard.requests.UpdateProblemStatusRequest
-
Packages that use UpdateProblemStatusRequest Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.requests -
-
Uses of UpdateProblemStatusRequest in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard with parameters of type UpdateProblemStatusRequest 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.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)
UpdateProblemStatusResponse
CloudGuardClient. updateProblemStatus(UpdateProblemStatusRequest request)
Method parameters in com.oracle.bmc.cloudguard with type arguments of type UpdateProblemStatusRequest 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 UpdateProblemStatusRequest in com.oracle.bmc.cloudguard.requests
Methods in com.oracle.bmc.cloudguard.requests that return UpdateProblemStatusRequest Modifier and Type Method Description UpdateProblemStatusRequest
UpdateProblemStatusRequest.Builder. build()
Build the instance of UpdateProblemStatusRequest as configured by this builderUpdateProblemStatusRequest
UpdateProblemStatusRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateProblemStatusRequest as configured by this builderMethods in com.oracle.bmc.cloudguard.requests with parameters of type UpdateProblemStatusRequest Modifier and Type Method Description UpdateProblemStatusRequest.Builder
UpdateProblemStatusRequest.Builder. copy(UpdateProblemStatusRequest o)
Copy method to populate the builder with values from the given instance.
-