Uses of Class
com.oracle.bmc.nosql.requests.UpdateConfigurationRequest
-
Packages that use UpdateConfigurationRequest Package Description com.oracle.bmc.nosql com.oracle.bmc.nosql.requests -
-
Uses of UpdateConfigurationRequest in com.oracle.bmc.nosql
Methods in com.oracle.bmc.nosql with parameters of type UpdateConfigurationRequest Modifier and Type Method Description UpdateConfigurationResponse
Nosql. updateConfiguration(UpdateConfigurationRequest request)
Updates the service-level configuration.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)
UpdateConfigurationResponse
NosqlClient. updateConfiguration(UpdateConfigurationRequest request)
Method parameters in com.oracle.bmc.nosql with type arguments of type UpdateConfigurationRequest 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 UpdateConfigurationRequest in com.oracle.bmc.nosql.requests
Methods in com.oracle.bmc.nosql.requests that return UpdateConfigurationRequest Modifier and Type Method Description UpdateConfigurationRequest
UpdateConfigurationRequest.Builder. build()
Build the instance of UpdateConfigurationRequest as configured by this builderUpdateConfigurationRequest
UpdateConfigurationRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateConfigurationRequest as configured by this builderMethods in com.oracle.bmc.nosql.requests with parameters of type UpdateConfigurationRequest Modifier and Type Method Description UpdateConfigurationRequest.Builder
UpdateConfigurationRequest.Builder. copy(UpdateConfigurationRequest o)
Copy method to populate the builder with values from the given instance.
-