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