Uses of Class
com.oracle.bmc.psql.requests.ListConfigurationsRequest
-
Packages that use ListConfigurationsRequest Package Description com.oracle.bmc.psql com.oracle.bmc.psql.requests -
-
Uses of ListConfigurationsRequest in com.oracle.bmc.psql
Method parameters in com.oracle.bmc.psql with type arguments of type ListConfigurationsRequest 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 ListConfigurationsRequest in com.oracle.bmc.psql.requests
Methods in com.oracle.bmc.psql.requests that return ListConfigurationsRequest Modifier and Type Method Description ListConfigurationsRequestListConfigurationsRequest.Builder. build()Build the instance of ListConfigurationsRequest as configured by this builderListConfigurationsRequestListConfigurationsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListConfigurationsRequest as configured by this builderMethods in com.oracle.bmc.psql.requests with parameters of type ListConfigurationsRequest Modifier and Type Method Description ListConfigurationsRequest.BuilderListConfigurationsRequest.Builder. copy(ListConfigurationsRequest o)Copy method to populate the builder with values from the given instance.
-