Example usage for com.amazonaws.services.rds AmazonRDSClientBuilder standard

List of usage examples for com.amazonaws.services.rds AmazonRDSClientBuilder standard

Introduction

In this page you can find the example usage for com.amazonaws.services.rds AmazonRDSClientBuilder standard.

Prototype

public static AmazonRDSClientBuilder standard() 

Source Link

Usage

From source file:org.lendingclub.mercator.aws.RDSInstanceScanner.java

License:Apache License

@Override
protected AmazonRDSClient createClient() {
    return (AmazonRDSClient) builder.configure(AmazonRDSClientBuilder.standard()).build();
}