Uses of Class
com.oracle.bmc.psql.responses.ListConfigurationsResponse
-
Packages that use ListConfigurationsResponse Package Description com.oracle.bmc.psql com.oracle.bmc.psql.responses -
-
Uses of ListConfigurationsResponse in com.oracle.bmc.psql
Methods in com.oracle.bmc.psql that return ListConfigurationsResponse Modifier and Type Method Description ListConfigurationsResponsePostgresql. listConfigurations(ListConfigurationsRequest request)Returns a list of configurations.ListConfigurationsResponsePostgresqlClient. listConfigurations(ListConfigurationsRequest request)Methods in com.oracle.bmc.psql that return types with arguments of type ListConfigurationsResponse Modifier and Type Method Description Future<ListConfigurationsResponse>PostgresqlAsync. listConfigurations(ListConfigurationsRequest request, AsyncHandler<ListConfigurationsRequest,ListConfigurationsResponse> handler)Returns a list of configurations.Future<ListConfigurationsResponse>PostgresqlAsyncClient. listConfigurations(ListConfigurationsRequest request, AsyncHandler<ListConfigurationsRequest,ListConfigurationsResponse> handler)Iterable<ListConfigurationsResponse>PostgresqlPaginators. listConfigurationsResponseIterator(ListConfigurationsRequest request)Creates a new iterable which will iterate over the responses received from the listConfigurations operation.Method parameters in com.oracle.bmc.psql with type arguments of type ListConfigurationsResponse Modifier and Type Method Description Future<ListConfigurationsResponse>PostgresqlAsync. listConfigurations(ListConfigurationsRequest request, AsyncHandler<ListConfigurationsRequest,ListConfigurationsResponse> handler)Returns a list of configurations.Future<ListConfigurationsResponse>PostgresqlAsyncClient. listConfigurations(ListConfigurationsRequest request, AsyncHandler<ListConfigurationsRequest,ListConfigurationsResponse> handler) -
Uses of ListConfigurationsResponse in com.oracle.bmc.psql.responses
Methods in com.oracle.bmc.psql.responses that return ListConfigurationsResponse Modifier and Type Method Description ListConfigurationsResponseListConfigurationsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.psql.responses with parameters of type ListConfigurationsResponse Modifier and Type Method Description ListConfigurationsResponse.BuilderListConfigurationsResponse.Builder. copy(ListConfigurationsResponse o)Copy method to populate the builder with values from the given instance.
-