Package-level declarations
Inherited functions
Link copied to clipboard
suspend fun DynamoDbClient.waitUntilContributorInsightsEnabled(block: DescribeContributorInsightsRequest.Builder.() -> Unit): Outcome<DescribeContributorInsightsResponse>
suspend fun DynamoDbClient.waitUntilContributorInsightsEnabled(request: DescribeContributorInsightsRequest, retryStrategy: RetryStrategy? = null): Outcome<DescribeContributorInsightsResponse>
Link copied to clipboard
suspend fun DynamoDbClient.waitUntilExportCompleted(block: DescribeExportRequest.Builder.() -> Unit): Outcome<DescribeExportResponse>
suspend fun DynamoDbClient.waitUntilExportCompleted(request: DescribeExportRequest, retryStrategy: RetryStrategy? = null): Outcome<DescribeExportResponse>
Link copied to clipboard
suspend fun DynamoDbClient.waitUntilImportCompleted(block: DescribeImportRequest.Builder.() -> Unit): Outcome<DescribeImportResponse>
suspend fun DynamoDbClient.waitUntilImportCompleted(request: DescribeImportRequest, retryStrategy: RetryStrategy? = null): Outcome<DescribeImportResponse>
Link copied to clipboard
suspend fun DynamoDbClient.waitUntilKinesisStreamingDestinationActive(block: DescribeKinesisStreamingDestinationRequest.Builder.() -> Unit): Outcome<DescribeKinesisStreamingDestinationResponse>
suspend fun DynamoDbClient.waitUntilKinesisStreamingDestinationActive(request: DescribeKinesisStreamingDestinationRequest, retryStrategy: RetryStrategy? = null): Outcome<DescribeKinesisStreamingDestinationResponse>
Link copied to clipboard
suspend fun DynamoDbClient.waitUntilTableExists(block: DescribeTableRequest.Builder.() -> Unit): Outcome<DescribeTableResponse>
suspend fun DynamoDbClient.waitUntilTableExists(request: DescribeTableRequest, retryStrategy: RetryStrategy? = null): Outcome<DescribeTableResponse>
Link copied to clipboard
suspend fun DynamoDbClient.waitUntilTableNotExists(block: DescribeTableRequest.Builder.() -> Unit): Outcome<DescribeTableResponse>
suspend fun DynamoDbClient.waitUntilTableNotExists(request: DescribeTableRequest, retryStrategy: RetryStrategy? = null): Outcome<DescribeTableResponse>