gremlin-client-demo/src/main/java/software/amazon/neptune/CustomSelectorsDemo.java [187:195]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                .enableSsl(!disableSsl)
                .enableIamAuth(enableIam)
                .iamProfile(profile)
                .addContactPoints(refreshAgent.getEndpoints(selector))
                .minConnectionPoolSize(3)
                .maxConnectionPoolSize(3)
                .port(neptunePort);

        if (StringUtils.isNotEmpty(serviceRegion)) {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



gremlin-client-demo/src/main/java/software/amazon/neptune/TxDemo.java [99:107]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    .enableSsl(!disableSsl)
                    .enableIamAuth(enableIam)
                    .iamProfile(profile)
                    .addContactPoints(refreshAgent.getEndpoints(selector))
                    .minConnectionPoolSize(3)
                    .maxConnectionPoolSize(3)
                    .port(neptunePort);

            if (StringUtils.isNotEmpty(serviceRegion)) {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



