Uses of Class
com.oracle.bmc.mysql.requests.UpdateConfigurationRequest
-
Packages that use UpdateConfigurationRequest Package Description com.oracle.bmc.mysql com.oracle.bmc.mysql.requests -
-
Uses of UpdateConfigurationRequest in com.oracle.bmc.mysql
Methods in com.oracle.bmc.mysql with parameters of type UpdateConfigurationRequest Modifier and Type Method Description UpdateConfigurationResponse
Mysqlaas. updateConfiguration(UpdateConfigurationRequest request)
Updates the Configuration details.Future<UpdateConfigurationResponse>
MysqlaasAsync. updateConfiguration(UpdateConfigurationRequest request, AsyncHandler<UpdateConfigurationRequest,UpdateConfigurationResponse> handler)
Updates the Configuration details.Future<UpdateConfigurationResponse>
MysqlaasAsyncClient. updateConfiguration(UpdateConfigurationRequest request, AsyncHandler<UpdateConfigurationRequest,UpdateConfigurationResponse> handler)
UpdateConfigurationResponse
MysqlaasClient. updateConfiguration(UpdateConfigurationRequest request)
Method parameters in com.oracle.bmc.mysql with type arguments of type UpdateConfigurationRequest Modifier and Type Method Description Future<UpdateConfigurationResponse>
MysqlaasAsync. updateConfiguration(UpdateConfigurationRequest request, AsyncHandler<UpdateConfigurationRequest,UpdateConfigurationResponse> handler)
Updates the Configuration details.Future<UpdateConfigurationResponse>
MysqlaasAsyncClient. updateConfiguration(UpdateConfigurationRequest request, AsyncHandler<UpdateConfigurationRequest,UpdateConfigurationResponse> handler)
-
Uses of UpdateConfigurationRequest in com.oracle.bmc.mysql.requests
Methods in com.oracle.bmc.mysql.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.mysql.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.
-