package core.aws.resource; /** * @author neo */ public enum ResourceStatus { LOCAL_ONLY, LOCAL_REMOTE, REMOTE_ONLY }