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