aws-route53recoverycontrol-safetyrule/src/main/java/software/amazon/route53recoverycontrol/safetyrule/ClientBuilder.java [12:20]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  public static Route53RecoveryControlConfigClient getClient() {
    URI myUri = URI.create("https://route53-recovery-control-config.us-west-2.amazonaws.com");

    return Route53RecoveryControlConfigClient.builder()
            .endpointOverride(myUri)
            .region(Region.US_WEST_2)
            .httpClient(LambdaWrapper.HTTP_CLIENT)
            .build();
  }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



aws-route53recoverycontrol-cluster/src/main/java/software/amazon/route53recoverycontrol/cluster/ClientBuilder.java [12:20]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  public static Route53RecoveryControlConfigClient getClient() {
      URI myUri = URI.create("https://route53-recovery-control-config.us-west-2.amazonaws.com");

      return Route53RecoveryControlConfigClient.builder()
              .endpointOverride(myUri)
              .region(Region.US_WEST_2)
              .httpClient(LambdaWrapper.HTTP_CLIENT)
              .build();
  }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



aws-route53recoverycontrol-controlpanel/src/main/java/software/amazon/route53recoverycontrol/controlpanel/ClientBuilder.java [12:20]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public static Route53RecoveryControlConfigClient getClient() {
      URI myUri = URI.create("https://route53-recovery-control-config.us-west-2.amazonaws.com");

      return Route53RecoveryControlConfigClient.builder()
              .endpointOverride(myUri)
              .region(Region.US_WEST_2)
              .httpClient(LambdaWrapper.HTTP_CLIENT)
              .build();
  }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



aws-route53recoverycontrol-routingcontrol/src/main/java/software/amazon/route53recoverycontrol/routingcontrol/ClientBuilder.java [12:20]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  public static Route53RecoveryControlConfigClient getClient() {
    URI myUri = URI.create("https://route53-recovery-control-config.us-west-2.amazonaws.com");

    return Route53RecoveryControlConfigClient.builder()
            .endpointOverride(myUri)
            .region(Region.US_WEST_2)
            .httpClient(LambdaWrapper.HTTP_CLIENT)
            .build();
  }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



