Uses of Interface
software.amazon.awssdk.services.dynamodb.model.ListBackupsResponse.Builder
Packages that use ListBackupsResponse.Builder
-
Uses of ListBackupsResponse.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return ListBackupsResponse.BuilderModifier and TypeMethodDescriptionListBackupsResponse.Builder.backupSummaries(Collection<BackupSummary> backupSummaries) List ofBackupSummaryobjects.ListBackupsResponse.Builder.backupSummaries(Consumer<BackupSummary.Builder>... backupSummaries) List ofBackupSummaryobjects.ListBackupsResponse.Builder.backupSummaries(BackupSummary... backupSummaries) List ofBackupSummaryobjects.static ListBackupsResponse.BuilderListBackupsResponse.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.toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type ListBackupsResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListBackupsResponse.Builder>ListBackupsResponse.serializableBuilderClass()