Creating a Project

client = FXAssetManagementClient.builder()
    .withRegion(Regions.EU_WEST_1)
    .build();

CreateProjectResponse resp = client.createProject("JavaTest");
System.out.printf("Project created. Project ID: %s\n", resp.ProjectID);

Terms of Use | © 2017, Impossible Software, or its affiliates. All rights reserved.