Uses of Class
com.oracle.bmc.psql.responses.UpdateConfigurationResponse
-
Packages that use UpdateConfigurationResponse Package Description com.oracle.bmc.psql com.oracle.bmc.psql.responses -
-
Uses of UpdateConfigurationResponse in com.oracle.bmc.psql
Methods in com.oracle.bmc.psql that return UpdateConfigurationResponse Modifier and Type Method Description UpdateConfigurationResponse
Postgresql. updateConfiguration(UpdateConfigurationRequest request)
Updates a display name or description of the configuration.UpdateConfigurationResponse
PostgresqlClient. updateConfiguration(UpdateConfigurationRequest request)
Methods in com.oracle.bmc.psql that return types with arguments of type UpdateConfigurationResponse Modifier and Type Method Description Future<UpdateConfigurationResponse>
PostgresqlAsync. updateConfiguration(UpdateConfigurationRequest request, AsyncHandler<UpdateConfigurationRequest,UpdateConfigurationResponse> handler)
Updates a display name or description of the configuration.Future<UpdateConfigurationResponse>
PostgresqlAsyncClient. updateConfiguration(UpdateConfigurationRequest request, AsyncHandler<UpdateConfigurationRequest,UpdateConfigurationResponse> handler)
Method parameters in com.oracle.bmc.psql with type arguments of type UpdateConfigurationResponse Modifier and Type Method Description Future<UpdateConfigurationResponse>
PostgresqlAsync. updateConfiguration(UpdateConfigurationRequest request, AsyncHandler<UpdateConfigurationRequest,UpdateConfigurationResponse> handler)
Updates a display name or description of the configuration.Future<UpdateConfigurationResponse>
PostgresqlAsyncClient. updateConfiguration(UpdateConfigurationRequest request, AsyncHandler<UpdateConfigurationRequest,UpdateConfigurationResponse> handler)
-
Uses of UpdateConfigurationResponse in com.oracle.bmc.psql.responses
Methods in com.oracle.bmc.psql.responses that return UpdateConfigurationResponse Modifier and Type Method Description UpdateConfigurationResponse
UpdateConfigurationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.psql.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.
-