| Package | Description |
|---|---|
| software.amazon.awssdk.services.dynamodb |
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteTableResponse |
DynamoDbClient.deleteTable(Consumer<DeleteTableRequest.Builder> deleteTableRequest)
The
DeleteTable operation deletes a table and all of its items. |
default DeleteTableResponse |
DynamoDbClient.deleteTable(DeleteTableRequest deleteTableRequest)
The
DeleteTable operation deletes a table and all of its items. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteTableResponse> |
DynamoDbAsyncClient.deleteTable(Consumer<DeleteTableRequest.Builder> deleteTableRequest)
The
DeleteTable operation deletes a table and all of its items. |
default CompletableFuture<DeleteTableResponse> |
DynamoDbAsyncClient.deleteTable(DeleteTableRequest deleteTableRequest)
The
DeleteTable operation deletes a table and all of its items. |
Copyright © 2019. All rights reserved.