Package | Description |
---|---|
com.oracle.bmc.cloudguard | |
com.oracle.bmc.cloudguard.requests |
Modifier and Type | Method and 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) |
Future<UpdateProblemStatusResponse> |
CloudGuardAsyncClient.updateProblemStatus(UpdateProblemStatusRequest request,
AsyncHandler<UpdateProblemStatusRequest,UpdateProblemStatusResponse> handler) |
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.
|
Modifier and Type | Method and Description |
---|---|
Future<UpdateProblemStatusResponse> |
CloudGuardAsyncClient.updateProblemStatus(UpdateProblemStatusRequest request,
AsyncHandler<UpdateProblemStatusRequest,UpdateProblemStatusResponse> handler) |
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.
|
Modifier and Type | Method and Description |
---|---|
UpdateProblemStatusRequest |
UpdateProblemStatusRequest.Builder.build()
Build the instance of UpdateProblemStatusRequest as configured by this builder
|
UpdateProblemStatusRequest |
UpdateProblemStatusRequest.Builder.buildWithoutInvocationCallback()
Build the instance of UpdateProblemStatusRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
UpdateProblemStatusRequest.Builder |
UpdateProblemStatusRequest.Builder.copy(UpdateProblemStatusRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.