Uses of Class
com.oracle.bmc.audit.responses.UpdateConfigurationResponse
-
Packages that use UpdateConfigurationResponse Package Description com.oracle.bmc.audit com.oracle.bmc.audit.responses -
-
Uses of UpdateConfigurationResponse in com.oracle.bmc.audit
Methods in com.oracle.bmc.audit that return UpdateConfigurationResponse Modifier and Type Method Description UpdateConfigurationResponse
Audit. updateConfiguration(UpdateConfigurationRequest request)
Update the configurationUpdateConfigurationResponse
AuditClient. updateConfiguration(UpdateConfigurationRequest request)
Methods in com.oracle.bmc.audit that return types with arguments of type UpdateConfigurationResponse Modifier and Type Method Description Future<UpdateConfigurationResponse>
AuditAsync. updateConfiguration(UpdateConfigurationRequest request, AsyncHandler<UpdateConfigurationRequest,UpdateConfigurationResponse> handler)
Update the configurationFuture<UpdateConfigurationResponse>
AuditAsyncClient. updateConfiguration(UpdateConfigurationRequest request, AsyncHandler<UpdateConfigurationRequest,UpdateConfigurationResponse> handler)
Method parameters in com.oracle.bmc.audit with type arguments of type UpdateConfigurationResponse Modifier and Type Method Description Future<UpdateConfigurationResponse>
AuditAsync. updateConfiguration(UpdateConfigurationRequest request, AsyncHandler<UpdateConfigurationRequest,UpdateConfigurationResponse> handler)
Update the configurationFuture<UpdateConfigurationResponse>
AuditAsyncClient. updateConfiguration(UpdateConfigurationRequest request, AsyncHandler<UpdateConfigurationRequest,UpdateConfigurationResponse> handler)
-
Uses of UpdateConfigurationResponse in com.oracle.bmc.audit.responses
Methods in com.oracle.bmc.audit.responses that return UpdateConfigurationResponse Modifier and Type Method Description UpdateConfigurationResponse
UpdateConfigurationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.audit.responses with parameters of type UpdateConfigurationResponse Modifier and Type Method Description UpdateConfigurationResponse.Builder
UpdateConfigurationResponse.Builder. copy(UpdateConfigurationResponse o)
Copy method to populate the builder with values from the given instance.
-