| Package | Description |
|---|---|
| software.amazon.awssdk.services.dynamodb |
|
| Modifier and Type | Method and Description |
|---|---|
default DescribeImportResponse |
DynamoDbClient.describeImport(Consumer<DescribeImportRequest.Builder> describeImportRequest)
Represents the properties of the import.
|
default DescribeImportResponse |
DynamoDbClient.describeImport(DescribeImportRequest describeImportRequest)
Represents the properties of the import.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeImportResponse> |
DynamoDbAsyncClient.describeImport(Consumer<DescribeImportRequest.Builder> describeImportRequest)
Represents the properties of the import.
|
default CompletableFuture<DescribeImportResponse> |
DynamoDbAsyncClient.describeImport(DescribeImportRequest describeImportRequest)
Represents the properties of the import.
|
Copyright © 2022. All rights reserved.