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 096f3ce commit b100352Copy full SHA for b100352
javav2/example_code/entityresolution/src/main/java/com/example/entity/HelloEntityResoultion.java
@@ -57,7 +57,6 @@ public static EntityResolutionAsyncClient getResolutionAsyncClient() {
57
.build();
58
59
entityResolutionAsyncClient = EntityResolutionAsyncClient.builder()
60
- .region(Region.US_EAST_1)
61
.httpClient(httpClient)
62
.overrideConfiguration(overrideConfig)
63
0 commit comments