private GetEndpointsFromNeptuneManagementApiV1()

in gremlin-client/src/main/java/software/amazon/neptune/cluster/GetEndpointsFromNeptuneManagementApiV1.java [74:88]


    private GetEndpointsFromNeptuneManagementApiV1(String clusterId,
                                                 String region,
                                                 String iamProfile,
                                                 AWSCredentialsProvider credentials,
                                                 ClientConfiguration clientConfiguration) {

        logger.warn("GetEndpointsFromNeptuneManagementApiV1 is deprecated - consider using GetEndpointsFromNeptuneManagementApi instead");

        this.innerStrategy = new CommonClusterEndpointsFetchStrategy(this);
        this.clusterId = clusterId;
        this.region = region;
        this.iamProfile = iamProfile;
        this.credentials = credentials;
        this.clientConfiguration = clientConfiguration;
    }