Uses of Class
com.oracle.bmc.psql.responses.ListDefaultConfigurationsResponse
-
Packages that use ListDefaultConfigurationsResponse Package Description com.oracle.bmc.psql com.oracle.bmc.psql.responses -
-
Uses of ListDefaultConfigurationsResponse in com.oracle.bmc.psql
Methods in com.oracle.bmc.psql that return ListDefaultConfigurationsResponse Modifier and Type Method Description ListDefaultConfigurationsResponse
Postgresql. listDefaultConfigurations(ListDefaultConfigurationsRequest request)
Returns a list of default configurations.ListDefaultConfigurationsResponse
PostgresqlClient. listDefaultConfigurations(ListDefaultConfigurationsRequest request)
Methods in com.oracle.bmc.psql that return types with arguments of type ListDefaultConfigurationsResponse 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)
Iterable<ListDefaultConfigurationsResponse>
PostgresqlPaginators. listDefaultConfigurationsResponseIterator(ListDefaultConfigurationsRequest request)
Creates a new iterable which will iterate over the responses received from the listDefaultConfigurations operation.Method parameters in com.oracle.bmc.psql with type arguments of type ListDefaultConfigurationsResponse 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 ListDefaultConfigurationsResponse in com.oracle.bmc.psql.responses
Methods in com.oracle.bmc.psql.responses that return ListDefaultConfigurationsResponse Modifier and Type Method Description ListDefaultConfigurationsResponse
ListDefaultConfigurationsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.psql.responses with parameters of type ListDefaultConfigurationsResponse Modifier and Type Method Description ListDefaultConfigurationsResponse.Builder
ListDefaultConfigurationsResponse.Builder. copy(ListDefaultConfigurationsResponse o)
Copy method to populate the builder with values from the given instance.
-