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