Questions tagged [aws-java-sdk-2.x]

The AWS SDK for Java provides a Java API for Amazon Web Services. Using the SDK, you can easily build Java applications that work with Amazon S3, Amazon EC2, DynamoDB, and more.

Version 2.x is a major rewrite of the 1.11.x code base. Built with support for Java 8+, 2.x adds several frequently requested features, like nonblocking I/O, improved start-up performance and automatic iteration over paginated responses. In addition, many aspects of the SDK have been updated with a focus on consistency, immutability, and ease of use.

Links

125 questions
0
votes
1 answer

Scan a table with AWS DynamoDB SDK for Java 2.x

I have a table (users) in Amazon DynamoDB with items like this: { id: "ef1e44bc-03ad-11e9-8eb2-f2801f1b9fd1", // UUID, HASH key version: "3.1", // Version string, conforming to semver standards emailsEnabled:…
madhead
  • 31,729
  • 16
  • 153
  • 201
-1
votes
2 answers

Reading aws config and credentials from resources folder using aws java sdk version 2

I have moved my aws credentials from ~/.aws/credentials to resources folder of maven project . the folder structure looks like this resources/aws/ ->config ->credentials I am using aws java sdk version 2+ . How can i read the values from resources…
Adil
  • 19
  • 4
-1
votes
1 answer

How to create a boolean datatype in AWS DynamoDB Read/Write operations using DynamoDB table annotations

I have created a class pojo class in java to create/update items in aws dynamodb when i was trying to create/update an item in dynamodb it is working fine but the column created in dynamodb datatype seems to be string instead of boolean. I have…
-1
votes
1 answer

AWS Javascript SDK - startMedicalTranscriptionJob not support mic device

I am a newbie in using AWS JavaScript SDK. I am trying to create an HTML page like the UI of Amazon Transcribe Medical - Real-time transcription (link). The Real-time transcription works fine with microphone device. I mean it converts the speech…
-1
votes
1 answer

AWS Rekognition : How to compare two Vehicles

I am trying to compare two Vehicles using AWS-Recognition, I tried various models, Is there any in-build model to compare two vehicles. Actually, we want to implement, automated Vehicle claim.
Kumar Abhishek
  • 3,004
  • 33
  • 29
1 2 3
8
9