Uses of Class
com.oracle.bmc.psql.requests.UpdateConfigurationRequest
-
Packages that use UpdateConfigurationRequest Package Description com.oracle.bmc.psql com.oracle.bmc.psql.requests -
-
Uses of UpdateConfigurationRequest in com.oracle.bmc.psql
Methods in com.oracle.bmc.psql with parameters of type UpdateConfigurationRequest Modifier and Type Method Description UpdateConfigurationResponse
Postgresql. updateConfiguration(UpdateConfigurationRequest request)
Updates a display name or description of the configuration.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)
UpdateConfigurationResponse
PostgresqlClient. updateConfiguration(UpdateConfigurationRequest request)
Method parameters in com.oracle.bmc.psql with type arguments of type UpdateConfigurationRequest 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 UpdateConfigurationRequest in com.oracle.bmc.psql.requests
Methods in com.oracle.bmc.psql.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.psql.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.
-