By using AWS re:Post, you agree to the AWS re:Post Terms of Use

Questions tagged with Java Development

Tools, docs, and sample code to develop applications on the AWS cloud

Content language: English

Select up to 5 tags to filter
Sort by most recent

Browse through the questions and answers listed below or filter and sort to narrow down your results.

190 results
I am attempting to use TextractAsyncClient in Kotlin, but I can't find it. I can find it in Java and can make do if necessary, but is there really no native Kotlin implementation?
1
answers
0
votes
18
views
asked 10 days ago
I am using the Java Textract SDK to evaluate Textract, and the documentation states this: *Amazon Textract can be used to detect the layout of a document by finding the locations of different elemen...
2
answers
1
votes
34
views
asked 14 days ago
I'm testing/learning how to upload and connect a Java Spring Boot app on AWS Elastic Beanstalk and connect it to a RDS Database. When I run the Spring app locally, connected to the aws server databas...
2
answers
0
votes
52
views
asked a month ago
Hello, I have created several bedrock agents, and using the console I'm able to chat with them to perform the actions I want. Now I want to invoke them from my Restful application. I'm using the 2.2...
3
answers
0
votes
198
views
asked a month ago
I've noticed that using the `getObject` method in the AWS SDK v2 in Java is slower than using the `getObject` method in the boto3 library in python. **Setup:** I am reading a 1GB file stored in a S3...
1
answers
0
votes
34
views
asked a month ago
I want to write a Java program that will send a String to an EC2 instance (Amazon Linux), the EC2 will then reply back with a String "Got message" that my Java program will print. What do I need to wr...
1
answers
0
votes
49
views
asked a month ago
From FAQ, Amazon Corretto can support all features on Java SE. I have an application that is running Oracle Java 8 with Enterprise JavaBean. When trying to switch to Corretto, I got the unknown except...
0
answers
0
votes
14
views
asked a month ago
this is scenarios-: suppose I am going to request 20 files for restoration of AWS Glacier all files expiration is 2 days if 10 files are restored after 2 hrs and 10 files are restored after 1 day wha...
1
answers
0
votes
39
views
asked a month ago
Hi! I have some heavy endpoints in my backend right now to procesate and generate that. The flow is the next one. I get a request from the frontend side in my main microservice, I take those paramet...
2
answers
0
votes
141
views
asked 2 months ago
Hi! In my AWS environment I have several RDS instances that are created and connected to my dev environment on the cloud and secure via VPC. For local development until now I runned a docker postgre...
1
answers
0
votes
124
views
asked 2 months ago
I am using AWS S3 as a block storage device to store mty documents. We were using AccessKey and SecretKey combination from configuration files to connect to S3 and retrieve a document. So far so good....
2
answers
0
votes
78
views
asked 3 months ago
I am using aws java2x library to generate presigned URL, I am able to generate URL but its getting expired in around 1 days but I need to generate for 7 days. ![generating presigned URL using softwar...
4
answers
0
votes
122
views
asked 3 months ago