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.Builder
CreateTableResponse. builder()
default CreateTableResponse.Builder
CreateTableResponse.Builder. tableDescription(Consumer<TableDescription.Builder> tableDescription)
Represents the properties of the table.CreateTableResponse.Builder
CreateTableResponse.Builder. tableDescription(TableDescription tableDescription)
Represents the properties of the table.CreateTableResponse.Builder
CreateTableResponse. 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()
-