Package io.fathom.cloud.image.api.os.resources

Examples of io.fathom.cloud.image.api.os.resources.ImageFilter


        return matching;
    }

    @Override
    public List<Image> listImages(Project project) throws CloudException {
        ImageFilter filter = new ImageFilter();
        return listImages(project, filter);
    }
View Full Code Here

TOP

Related Classes of io.fathom.cloud.image.api.os.resources.ImageFilter

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.