Uses of Class
com.oracle.bmc.apmconfig.responses.UpdateConfigResponse
-
Packages that use UpdateConfigResponse Package Description com.oracle.bmc.apmconfig com.oracle.bmc.apmconfig.responses -
-
Uses of UpdateConfigResponse in com.oracle.bmc.apmconfig
Methods in com.oracle.bmc.apmconfig that return UpdateConfigResponse Modifier and Type Method Description UpdateConfigResponse
Config. updateConfig(UpdateConfigRequest request)
Updates the details of the configuration item identified by the OCID.UpdateConfigResponse
ConfigClient. updateConfig(UpdateConfigRequest request)
Methods in com.oracle.bmc.apmconfig that return types with arguments of type UpdateConfigResponse Modifier and Type Method Description Future<UpdateConfigResponse>
ConfigAsync. updateConfig(UpdateConfigRequest request, AsyncHandler<UpdateConfigRequest,UpdateConfigResponse> handler)
Updates the details of the configuration item identified by the OCID.Future<UpdateConfigResponse>
ConfigAsyncClient. updateConfig(UpdateConfigRequest request, AsyncHandler<UpdateConfigRequest,UpdateConfigResponse> handler)
Method parameters in com.oracle.bmc.apmconfig with type arguments of type UpdateConfigResponse Modifier and Type Method Description Future<UpdateConfigResponse>
ConfigAsync. updateConfig(UpdateConfigRequest request, AsyncHandler<UpdateConfigRequest,UpdateConfigResponse> handler)
Updates the details of the configuration item identified by the OCID.Future<UpdateConfigResponse>
ConfigAsyncClient. updateConfig(UpdateConfigRequest request, AsyncHandler<UpdateConfigRequest,UpdateConfigResponse> handler)
-
Uses of UpdateConfigResponse in com.oracle.bmc.apmconfig.responses
Methods in com.oracle.bmc.apmconfig.responses that return UpdateConfigResponse Modifier and Type Method Description UpdateConfigResponse
UpdateConfigResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.apmconfig.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.
-