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