Uses of Class
com.oracle.bmc.nosql.responses.UpdateConfigurationResponse
-
Packages that use UpdateConfigurationResponse Package Description com.oracle.bmc.nosql com.oracle.bmc.nosql.responses -
-
Uses of UpdateConfigurationResponse in com.oracle.bmc.nosql
Methods in com.oracle.bmc.nosql that return UpdateConfigurationResponse Modifier and Type Method Description UpdateConfigurationResponse
Nosql. updateConfiguration(UpdateConfigurationRequest request)
Updates the service-level configuration.UpdateConfigurationResponse
NosqlClient. updateConfiguration(UpdateConfigurationRequest request)
Methods in com.oracle.bmc.nosql that return types with arguments of type UpdateConfigurationResponse Modifier and Type Method Description Future<UpdateConfigurationResponse>
NosqlAsync. updateConfiguration(UpdateConfigurationRequest request, AsyncHandler<UpdateConfigurationRequest,UpdateConfigurationResponse> handler)
Updates the service-level configuration.Future<UpdateConfigurationResponse>
NosqlAsyncClient. updateConfiguration(UpdateConfigurationRequest request, AsyncHandler<UpdateConfigurationRequest,UpdateConfigurationResponse> handler)
Method parameters in com.oracle.bmc.nosql with type arguments of type UpdateConfigurationResponse Modifier and Type Method Description Future<UpdateConfigurationResponse>
NosqlAsync. updateConfiguration(UpdateConfigurationRequest request, AsyncHandler<UpdateConfigurationRequest,UpdateConfigurationResponse> handler)
Updates the service-level configuration.Future<UpdateConfigurationResponse>
NosqlAsyncClient. updateConfiguration(UpdateConfigurationRequest request, AsyncHandler<UpdateConfigurationRequest,UpdateConfigurationResponse> handler)
-
Uses of UpdateConfigurationResponse in com.oracle.bmc.nosql.responses
Methods in com.oracle.bmc.nosql.responses that return UpdateConfigurationResponse Modifier and Type Method Description UpdateConfigurationResponse
UpdateConfigurationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.nosql.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.
-