1 Answer
- Newest
- Most votes
- Most comments
0
Hi - The ClientConfiguration options from 1.11.x have changed in 2.0 of the SDK and don't have direct equivalents. Refer https://github.com/aws/aws-sdk-java-v2/blob/master/docs/LaunchChangelog.md#136-other-options which shows how to use client builder to override the endpoint url.
clientBuilder.endpointOverride(URI.create("http://..."))
Relevant content
- asked 9 months ago
- asked 4 years ago
- asked a year ago
- AWS OFFICIALUpdated 4 years ago
