Uses of Class
com.oracle.bmc.opsi.responses.UpdateOpsiConfigurationResponse
-
Packages that use UpdateOpsiConfigurationResponse Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.responses -
-
Uses of UpdateOpsiConfigurationResponse in com.oracle.bmc.opsi
Methods in com.oracle.bmc.opsi that return UpdateOpsiConfigurationResponse Modifier and Type Method Description UpdateOpsiConfigurationResponse
OperationsInsights. updateOpsiConfiguration(UpdateOpsiConfigurationRequest request)
Updates an OPSI configuration resource with the given ID.UpdateOpsiConfigurationResponse
OperationsInsightsClient. updateOpsiConfiguration(UpdateOpsiConfigurationRequest request)
Methods in com.oracle.bmc.opsi that return types with arguments of type UpdateOpsiConfigurationResponse Modifier and Type Method Description Future<UpdateOpsiConfigurationResponse>
OperationsInsightsAsync. updateOpsiConfiguration(UpdateOpsiConfigurationRequest request, AsyncHandler<UpdateOpsiConfigurationRequest,UpdateOpsiConfigurationResponse> handler)
Updates an OPSI configuration resource with the given ID.Future<UpdateOpsiConfigurationResponse>
OperationsInsightsAsyncClient. updateOpsiConfiguration(UpdateOpsiConfigurationRequest request, AsyncHandler<UpdateOpsiConfigurationRequest,UpdateOpsiConfigurationResponse> handler)
Method parameters in com.oracle.bmc.opsi with type arguments of type UpdateOpsiConfigurationResponse Modifier and Type Method Description Future<UpdateOpsiConfigurationResponse>
OperationsInsightsAsync. updateOpsiConfiguration(UpdateOpsiConfigurationRequest request, AsyncHandler<UpdateOpsiConfigurationRequest,UpdateOpsiConfigurationResponse> handler)
Updates an OPSI configuration resource with the given ID.Future<UpdateOpsiConfigurationResponse>
OperationsInsightsAsyncClient. updateOpsiConfiguration(UpdateOpsiConfigurationRequest request, AsyncHandler<UpdateOpsiConfigurationRequest,UpdateOpsiConfigurationResponse> handler)
-
Uses of UpdateOpsiConfigurationResponse in com.oracle.bmc.opsi.responses
Methods in com.oracle.bmc.opsi.responses that return UpdateOpsiConfigurationResponse Modifier and Type Method Description UpdateOpsiConfigurationResponse
UpdateOpsiConfigurationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.opsi.responses with parameters of type UpdateOpsiConfigurationResponse Modifier and Type Method Description UpdateOpsiConfigurationResponse.Builder
UpdateOpsiConfigurationResponse.Builder. copy(UpdateOpsiConfigurationResponse o)
Copy method to populate the builder with values from the given instance.
-