Package | Description |
---|---|
software.amazon.awssdk.services.dynamodb.model |
Modifier and Type | Method and Description |
---|---|
ListBackupsResponse.Builder |
ListBackupsResponse.Builder.backupSummaries(BackupSummary... backupSummaries)
List of
BackupSummary objects. |
ListBackupsResponse.Builder |
ListBackupsResponse.Builder.backupSummaries(Collection<BackupSummary> backupSummaries)
List of
BackupSummary objects. |
ListBackupsResponse.Builder |
ListBackupsResponse.Builder.backupSummaries(Consumer<BackupSummary.Builder>... backupSummaries)
List of
BackupSummary objects. |
static ListBackupsResponse.Builder |
ListBackupsResponse.builder() |
ListBackupsResponse.Builder |
ListBackupsResponse.Builder.lastEvaluatedBackupArn(String lastEvaluatedBackupArn)
The ARN of the backup last evaluated when the current page of results was returned, inclusive of the current
page of results.
|
ListBackupsResponse.Builder |
ListBackupsResponse.toBuilder() |
Modifier and Type | Method and Description |
---|---|
static Class<? extends ListBackupsResponse.Builder> |
ListBackupsResponse.serializableBuilderClass() |
Copyright © 2021. All rights reserved.