Uses of Class
com.oracle.bmc.psql.requests.ListDefaultConfigurationsRequest
-
Packages that use ListDefaultConfigurationsRequest Package Description com.oracle.bmc.psql com.oracle.bmc.psql.requests -
-
Uses of ListDefaultConfigurationsRequest in com.oracle.bmc.psql
Method parameters in com.oracle.bmc.psql with type arguments of type ListDefaultConfigurationsRequest Modifier and Type Method Description Future<ListDefaultConfigurationsResponse>
PostgresqlAsync. listDefaultConfigurations(ListDefaultConfigurationsRequest request, AsyncHandler<ListDefaultConfigurationsRequest,ListDefaultConfigurationsResponse> handler)
Returns a list of default configurations.Future<ListDefaultConfigurationsResponse>
PostgresqlAsyncClient. listDefaultConfigurations(ListDefaultConfigurationsRequest request, AsyncHandler<ListDefaultConfigurationsRequest,ListDefaultConfigurationsResponse> handler)
-
Uses of ListDefaultConfigurationsRequest in com.oracle.bmc.psql.requests
Methods in com.oracle.bmc.psql.requests that return ListDefaultConfigurationsRequest Modifier and Type Method Description ListDefaultConfigurationsRequest
ListDefaultConfigurationsRequest.Builder. build()
Build the instance of ListDefaultConfigurationsRequest as configured by this builderListDefaultConfigurationsRequest
ListDefaultConfigurationsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListDefaultConfigurationsRequest as configured by this builderMethods in com.oracle.bmc.psql.requests with parameters of type ListDefaultConfigurationsRequest Modifier and Type Method Description ListDefaultConfigurationsRequest.Builder
ListDefaultConfigurationsRequest.Builder. copy(ListDefaultConfigurationsRequest o)
Copy method to populate the builder with values from the given instance.
-