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