Searched defs:AWS_REGION (Results 1 – 8 of 8) sorted by relevance
35 … public static final ExecutionAttribute<Region> AWS_REGION = new ExecutionAttribute<>("AwsRegion"); field in AwsExecutionAttribute
79 AWS_REGION = "AWS_REGION" variable
22 AWS_REGION, enumConstant
52 public static final AwsClientOption<Region> AWS_REGION = new AwsClientOption<>(Region.class); field in AwsClientOption
66 AWS_REGION("aws.region", null), enumConstant
61 static final String AWS_REGION = "AWS_REGION"; field in InternalAwsSecurityCredentialsSupplier
79 private static final String AWS_REGION = "us-east-1b"; field in MockExternalAccountCredentialsTransport
574 AWS_REGION = "us-east-2" variable in TestCredentials