Uses of Class
com.oracle.bmc.psql.requests.DeleteConfigurationRequest
-
Packages that use DeleteConfigurationRequest Package Description com.oracle.bmc.psql com.oracle.bmc.psql.requests -
-
Uses of DeleteConfigurationRequest in com.oracle.bmc.psql
Methods in com.oracle.bmc.psql with parameters of type DeleteConfigurationRequest Modifier and Type Method Description DeleteConfigurationResponse
Postgresql. deleteConfiguration(DeleteConfigurationRequest request)
Deletes a configuration by identifier.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)
DeleteConfigurationResponse
PostgresqlClient. deleteConfiguration(DeleteConfigurationRequest request)
Method parameters in com.oracle.bmc.psql with type arguments of type DeleteConfigurationRequest 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 DeleteConfigurationRequest in com.oracle.bmc.psql.requests
Methods in com.oracle.bmc.psql.requests that return DeleteConfigurationRequest Modifier and Type Method Description DeleteConfigurationRequest
DeleteConfigurationRequest.Builder. build()
Build the instance of DeleteConfigurationRequest as configured by this builderDeleteConfigurationRequest
DeleteConfigurationRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteConfigurationRequest as configured by this builderMethods in com.oracle.bmc.psql.requests with parameters of type DeleteConfigurationRequest Modifier and Type Method Description DeleteConfigurationRequest.Builder
DeleteConfigurationRequest.Builder. copy(DeleteConfigurationRequest o)
Copy method to populate the builder with values from the given instance.
-