http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-connect-amazon-dynamodb
/
org.http4k.connect.amazon.dynamodb.action
/
DeleteTable
Delete
Table
@
JsonSerializable
data
class
DeleteTable
(
val
TableName
:
TableName
)
:
DynamoDbAction
<
TableDescriptionResponse
>
(
source
)
Members
Constructors
Delete
Table
Link copied to clipboard
constructor
(
TableName
:
TableName
)
Properties
Table
Name
Link copied to clipboard
val
TableName
:
TableName
Functions
to
Request
Link copied to clipboard
open
override
fun
toRequest
(
)
:
Request
to
Result
Link copied to clipboard
open
override
fun
toResult
(
response
:
Response
)
:
Result
<
TableDescriptionResponse
,
RemoteFailure
>
uri
Link copied to clipboard
open
fun
uri
(
)
:
Uri