Uses of Class
com.oracle.bmc.psql.requests.ListBackupsRequest
-
Packages that use ListBackupsRequest Package Description com.oracle.bmc.psql com.oracle.bmc.psql.requests -
-
Uses of ListBackupsRequest in com.oracle.bmc.psql
Methods in com.oracle.bmc.psql with parameters of type ListBackupsRequest Modifier and Type Method Description ListBackupsResponse
Postgresql. listBackups(ListBackupsRequest request)
Returns a list of backups.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)
ListBackupsResponse
PostgresqlClient. listBackups(ListBackupsRequest request)
Iterable<BackupSummary>
PostgresqlPaginators. listBackupsRecordIterator(ListBackupsRequest request)
Creates a new iterable which will iterate over theBackupSummary
objects contained in responses from the listBackups operation.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 ListBackupsRequest 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 ListBackupsRequest in com.oracle.bmc.psql.requests
Methods in com.oracle.bmc.psql.requests that return ListBackupsRequest Modifier and Type Method Description ListBackupsRequest
ListBackupsRequest.Builder. build()
Build the instance of ListBackupsRequest as configured by this builderListBackupsRequest
ListBackupsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListBackupsRequest as configured by this builderMethods in com.oracle.bmc.psql.requests with parameters of type ListBackupsRequest Modifier and Type Method Description ListBackupsRequest.Builder
ListBackupsRequest.Builder. copy(ListBackupsRequest o)
Copy method to populate the builder with values from the given instance.
-