We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d73362a commit 096f3ceCopy full SHA for 096f3ce
javav2/example_code/entityresolution/src/main/java/com/example/entity/scenario/EntityResActions.java
@@ -97,7 +97,6 @@ public static EntityResolutionAsyncClient getResolutionAsyncClient() {
97
.build();
98
99
entityResolutionAsyncClient = EntityResolutionAsyncClient.builder()
100
- .region(Region.US_EAST_1)
101
.httpClient(httpClient)
102
.overrideConfiguration(overrideConfig)
103
@@ -128,7 +127,6 @@ public static S3AsyncClient getS3AsyncClient() {
128
127
129
130
s3AsyncClient = S3AsyncClient.builder()
131
132
133
134
0 commit comments