Uses of Class
com.oracle.bmc.apmconfig.requests.UpdateConfigRequest
-
Packages that use UpdateConfigRequest Package Description com.oracle.bmc.apmconfig com.oracle.bmc.apmconfig.requests -
-
Uses of UpdateConfigRequest in com.oracle.bmc.apmconfig
Methods in com.oracle.bmc.apmconfig with parameters of type UpdateConfigRequest Modifier and Type Method Description UpdateConfigResponse
Config. updateConfig(UpdateConfigRequest request)
Updates the details of the configuration item identified by the OCID.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)
UpdateConfigResponse
ConfigClient. updateConfig(UpdateConfigRequest request)
Method parameters in com.oracle.bmc.apmconfig with type arguments of type UpdateConfigRequest 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 UpdateConfigRequest in com.oracle.bmc.apmconfig.requests
Methods in com.oracle.bmc.apmconfig.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.apmconfig.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.
-