Package | Description |
---|---|
com.oracle.bmc.psql | |
com.oracle.bmc.psql.requests |
Modifier and Type | Method and Description |
---|---|
ListBackupsResponse |
Postgresql.listBackups(ListBackupsRequest request)
Returns a list of backups.
|
ListBackupsResponse |
PostgresqlClient.listBackups(ListBackupsRequest request) |
Future<ListBackupsResponse> |
PostgresqlAsyncClient.listBackups(ListBackupsRequest request,
AsyncHandler<ListBackupsRequest,ListBackupsResponse> handler) |
Future<ListBackupsResponse> |
PostgresqlAsync.listBackups(ListBackupsRequest request,
AsyncHandler<ListBackupsRequest,ListBackupsResponse> handler)
Returns a list of backups.
|
Iterable<BackupSummary> |
PostgresqlPaginators.listBackupsRecordIterator(ListBackupsRequest request)
Creates a new iterable which will iterate over the
BackupSummary 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.
|
Modifier and Type | Method and Description |
---|---|
Future<ListBackupsResponse> |
PostgresqlAsyncClient.listBackups(ListBackupsRequest request,
AsyncHandler<ListBackupsRequest,ListBackupsResponse> handler) |
Future<ListBackupsResponse> |
PostgresqlAsync.listBackups(ListBackupsRequest request,
AsyncHandler<ListBackupsRequest,ListBackupsResponse> handler)
Returns a list of backups.
|
Modifier and Type | Method and Description |
---|---|
ListBackupsRequest |
ListBackupsRequest.Builder.build()
Build the instance of ListBackupsRequest as configured by this builder
|
ListBackupsRequest |
ListBackupsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListBackupsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListBackupsRequest.Builder |
ListBackupsRequest.Builder.copy(ListBackupsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.