Uses of Class
software.amazon.awssdk.services.dynamodb.model.DescribeImportResponse
-
Packages that use DescribeImportResponse Package Description software.amazon.awssdk.services.dynamodb Amazon DynamoDB -
-
Uses of DescribeImportResponse in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb that return DescribeImportResponse Modifier and Type Method 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.Methods in software.amazon.awssdk.services.dynamodb that return types with arguments of type DescribeImportResponse Modifier and Type Method 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.
-