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 30df16f commit 5a1377bCopy full SHA for 5a1377b
javav2/example_code/redshift/src/test/java/AmazonRedshiftTest.java
@@ -48,11 +48,11 @@ public class AmazonRedshiftTest {
48
@BeforeAll
49
public static void setUp() {
50
redshiftClient = RedshiftClient.builder()
51
- .region(Region.US_EAST_1)
+ .region(Region.US_EAST_2)
52
.build();
53
54
redshiftDataClient = RedshiftDataClient.builder()
55
56
57
58
Random rand = new Random();
@@ -195,6 +195,7 @@ public void testDeleteDatabase() {
195
logger.info("Test 11 passed");
196
}
197
198
+
199
private static String getSecretValues() {
200
SecretsManagerClient secretClient = SecretsManagerClient.builder()
201
.region(Region.US_EAST_1)
0 commit comments