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