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 0a2c608 commit abb1e3cCopy full SHA for abb1e3c
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