Uses of Class
com.oracle.bmc.stackmonitoring.responses.UpdateConfigResponse
-
Packages that use UpdateConfigResponse Package Description com.oracle.bmc.stackmonitoring com.oracle.bmc.stackmonitoring.responses -
-
Uses of UpdateConfigResponse in com.oracle.bmc.stackmonitoring
Methods in com.oracle.bmc.stackmonitoring that return UpdateConfigResponse Modifier and Type Method Description UpdateConfigResponse
StackMonitoring. updateConfig(UpdateConfigRequest request)
Updates the configuration identified by the id given.UpdateConfigResponse
StackMonitoringClient. updateConfig(UpdateConfigRequest request)
Methods in com.oracle.bmc.stackmonitoring that return types with arguments of type UpdateConfigResponse Modifier and Type Method Description Future<UpdateConfigResponse>
StackMonitoringAsync. updateConfig(UpdateConfigRequest request, AsyncHandler<UpdateConfigRequest,UpdateConfigResponse> handler)
Updates the configuration identified by the id given.Future<UpdateConfigResponse>
StackMonitoringAsyncClient. updateConfig(UpdateConfigRequest request, AsyncHandler<UpdateConfigRequest,UpdateConfigResponse> handler)
Method parameters in com.oracle.bmc.stackmonitoring with type arguments of type UpdateConfigResponse Modifier and Type Method Description Future<UpdateConfigResponse>
StackMonitoringAsync. updateConfig(UpdateConfigRequest request, AsyncHandler<UpdateConfigRequest,UpdateConfigResponse> handler)
Updates the configuration identified by the id given.Future<UpdateConfigResponse>
StackMonitoringAsyncClient. updateConfig(UpdateConfigRequest request, AsyncHandler<UpdateConfigRequest,UpdateConfigResponse> handler)
-
Uses of UpdateConfigResponse in com.oracle.bmc.stackmonitoring.responses
Methods in com.oracle.bmc.stackmonitoring.responses that return UpdateConfigResponse Modifier and Type Method Description UpdateConfigResponse
UpdateConfigResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.stackmonitoring.responses with parameters of type UpdateConfigResponse Modifier and Type Method Description UpdateConfigResponse.Builder
UpdateConfigResponse.Builder. copy(UpdateConfigResponse o)
Copy method to populate the builder with values from the given instance.
-