Uses of Class
com.oracle.bmc.stackmonitoring.requests.UpdateConfigRequest
-
Packages that use UpdateConfigRequest Package Description com.oracle.bmc.stackmonitoring com.oracle.bmc.stackmonitoring.requests -
-
Uses of UpdateConfigRequest in com.oracle.bmc.stackmonitoring
Methods in com.oracle.bmc.stackmonitoring with parameters of type UpdateConfigRequest Modifier and Type Method Description UpdateConfigResponse
StackMonitoring. updateConfig(UpdateConfigRequest request)
Updates the configuration identified by the id given.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)
UpdateConfigResponse
StackMonitoringClient. updateConfig(UpdateConfigRequest request)
Method parameters in com.oracle.bmc.stackmonitoring with type arguments of type UpdateConfigRequest 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 UpdateConfigRequest in com.oracle.bmc.stackmonitoring.requests
Methods in com.oracle.bmc.stackmonitoring.requests that return UpdateConfigRequest Modifier and Type Method Description UpdateConfigRequest
UpdateConfigRequest.Builder. build()
Build the instance of UpdateConfigRequest as configured by this builderUpdateConfigRequest
UpdateConfigRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateConfigRequest as configured by this builderMethods in com.oracle.bmc.stackmonitoring.requests with parameters of type UpdateConfigRequest Modifier and Type Method Description UpdateConfigRequest.Builder
UpdateConfigRequest.Builder. copy(UpdateConfigRequest o)
Copy method to populate the builder with values from the given instance.
-