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 299fdb4 commit 4aecfb0Copy full SHA for 4aecfb0
javav2/example_code/inspector/src/main/java/com/java/inspector/HelloInspector.java
@@ -35,7 +35,6 @@ public class HelloInspector {
35
public static void main(String[] args) {
36
System.out.println(" Hello Amazon Inspector!");
37
Region region = Region.US_EAST_1;
38
-
39
try (Inspector2Client inspectorClient = Inspector2Client.builder()
40
.region(region)
41
.build()) {
0 commit comments