Uses of Interface
software.amazon.awssdk.services.dynamodb.model.UpdateContinuousBackupsResponse.Builder
-
Packages that use UpdateContinuousBackupsResponse.Builder Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of UpdateContinuousBackupsResponse.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return UpdateContinuousBackupsResponse.Builder Modifier and Type Method Description static UpdateContinuousBackupsResponse.BuilderUpdateContinuousBackupsResponse. builder()default UpdateContinuousBackupsResponse.BuilderUpdateContinuousBackupsResponse.Builder. continuousBackupsDescription(Consumer<ContinuousBackupsDescription.Builder> continuousBackupsDescription)Represents the continuous backups and point in time recovery settings on the table.UpdateContinuousBackupsResponse.BuilderUpdateContinuousBackupsResponse.Builder. continuousBackupsDescription(ContinuousBackupsDescription continuousBackupsDescription)Represents the continuous backups and point in time recovery settings on the table.UpdateContinuousBackupsResponse.BuilderUpdateContinuousBackupsResponse. toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type UpdateContinuousBackupsResponse.Builder Modifier and Type Method Description static Class<? extends UpdateContinuousBackupsResponse.Builder>UpdateContinuousBackupsResponse. serializableBuilderClass()
-