Uses of Class
com.oracle.bmc.psql.responses.GetConfigurationResponse
-
Packages that use GetConfigurationResponse Package Description com.oracle.bmc.psql com.oracle.bmc.psql.responses -
-
Uses of GetConfigurationResponse in com.oracle.bmc.psql
Methods in com.oracle.bmc.psql that return GetConfigurationResponse Modifier and Type Method Description GetConfigurationResponse
Postgresql. getConfiguration(GetConfigurationRequest request)
Gets a configuration by identifier.GetConfigurationResponse
PostgresqlClient. getConfiguration(GetConfigurationRequest request)
Method parameters in com.oracle.bmc.psql with type arguments of type GetConfigurationResponse Modifier and Type Method Description Future<GetConfigurationResponse>
PostgresqlAsync. getConfiguration(GetConfigurationRequest request, AsyncHandler<GetConfigurationRequest,GetConfigurationResponse> handler)
Gets a configuration by identifier.Future<GetConfigurationResponse>
PostgresqlAsyncClient. getConfiguration(GetConfigurationRequest request, AsyncHandler<GetConfigurationRequest,GetConfigurationResponse> handler)
-
Uses of GetConfigurationResponse in com.oracle.bmc.psql.responses
Methods in com.oracle.bmc.psql.responses that return GetConfigurationResponse Modifier and Type Method Description GetConfigurationResponse
GetConfigurationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.psql.responses with parameters of type GetConfigurationResponse Modifier and Type Method Description GetConfigurationResponse.Builder
GetConfigurationResponse.Builder. copy(GetConfigurationResponse o)
Copy method to populate the builder with values from the given instance.
-