Uses of Interface
software.amazon.awssdk.services.dynamodb.model.UpdateTableResponse.Builder
-
Packages that use UpdateTableResponse.Builder Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of UpdateTableResponse.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return UpdateTableResponse.Builder Modifier and Type Method Description static UpdateTableResponse.Builder
UpdateTableResponse. builder()
default UpdateTableResponse.Builder
UpdateTableResponse.Builder. tableDescription(Consumer<TableDescription.Builder> tableDescription)
Represents the properties of the table.UpdateTableResponse.Builder
UpdateTableResponse.Builder. tableDescription(TableDescription tableDescription)
Represents the properties of the table.UpdateTableResponse.Builder
UpdateTableResponse. toBuilder()
Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type UpdateTableResponse.Builder Modifier and Type Method Description static Class<? extends UpdateTableResponse.Builder>
UpdateTableResponse. serializableBuilderClass()
-