Uses of Class
com.oracle.bmc.psql.requests.CreateConfigurationRequest
-
Packages that use CreateConfigurationRequest Package Description com.oracle.bmc.psql com.oracle.bmc.psql.requests -
-
Uses of CreateConfigurationRequest in com.oracle.bmc.psql
Methods in com.oracle.bmc.psql with parameters of type CreateConfigurationRequest Modifier and Type Method Description CreateConfigurationResponse
Postgresql. createConfiguration(CreateConfigurationRequest request)
Creates a new configuration.Future<CreateConfigurationResponse>
PostgresqlAsync. createConfiguration(CreateConfigurationRequest request, AsyncHandler<CreateConfigurationRequest,CreateConfigurationResponse> handler)
Creates a new configuration.Future<CreateConfigurationResponse>
PostgresqlAsyncClient. createConfiguration(CreateConfigurationRequest request, AsyncHandler<CreateConfigurationRequest,CreateConfigurationResponse> handler)
CreateConfigurationResponse
PostgresqlClient. createConfiguration(CreateConfigurationRequest request)
Method parameters in com.oracle.bmc.psql with type arguments of type CreateConfigurationRequest 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 CreateConfigurationRequest in com.oracle.bmc.psql.requests
Methods in com.oracle.bmc.psql.requests that return CreateConfigurationRequest Modifier and Type Method Description CreateConfigurationRequest
CreateConfigurationRequest.Builder. build()
Build the instance of CreateConfigurationRequest as configured by this builderCreateConfigurationRequest
CreateConfigurationRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateConfigurationRequest as configured by this builderMethods in com.oracle.bmc.psql.requests with parameters of type CreateConfigurationRequest Modifier and Type Method Description CreateConfigurationRequest.Builder
CreateConfigurationRequest.Builder. copy(CreateConfigurationRequest o)
Copy method to populate the builder with values from the given instance.
-